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

/netbsd-current/sys/sys/
H A Dunpcb.h104 #define UNP_BUSY 0x0010 /* busy connecting or binding */ macro
/netbsd-current/sys/kern/
H A Duipc_usrreq.c974 if ((unp->unp_flags & UNP_BUSY) != 0) {
981 unp->unp_flags |= UNP_BUSY;
1029 unp->unp_flags &= ~UNP_BUSY;
1036 unp->unp_flags &= ~UNP_BUSY;
1158 if ((unp->unp_flags & UNP_BUSY) != 0) {
1165 unp->unp_flags |= UNP_BUSY;
1285 unp->unp_flags &= ~UNP_BUSY;

Completed in 133 milliseconds