Home
last modified time | relevance | path

Searched refs:R_SOFTTERM (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/nfs/
Dnfs_socket.c369 if (rep->r_flags & R_SOFTTERM) in nfs_reconnect()
478 if (rep->r_flags & R_SOFTTERM) { in nfs_send()
524 if (rep->r_flags & R_SOFTTERM) in nfs_send()
769 if (rep->r_mrep || (rep->r_flags & R_SOFTTERM)) in nfs_timer()
772 rep->r_flags |= R_SOFTTERM; in nfs_timer()
803 rep->r_flags |= R_SOFTTERM; in nfs_timer()
890 if (rep && (rep->r_flags & R_SOFTTERM)) in nfs_sigintr()
Dnfs_clntsocket.c137 if (rep->r_mrep || (rep->r_flags & R_SOFTTERM)) { in nfs_receive()
180 if (rep->r_flags & R_SOFTTERM) in nfs_receive()
255 if (rep->r_flags & R_SOFTTERM) in nfs_receive()
Dnfs.h346 #define R_SOFTTERM 0x04 /* soft mnt, too many retries */ macro