Searched refs:NMSOCK_DISCONNECTING (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h387 #define NMSOCK_DISCONNECTING 0x0080 /* socket is being disconnected */ macro
H A Dnfs_socket.c1594 nmp->nm_sockflags |= NMSOCK_DISCONNECTING;
1603 nmp->nm_sockflags &= ~NMSOCK_DISCONNECTING;
3143 if (!nso || (nso->nso_so != so) || (nmp->nm_sockflags & (NMSOCK_DISCONNECTING))) {
3174 if (nmp->nm_sockflags & NMSOCK_DISCONNECTING)

Completed in 33 milliseconds