HomeSort by: relevance | last modified time | path
    Searched refs:UNP_BUSY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
unpcb.h 104 #define UNP_BUSY 0x0010 /* busy connecting or binding */
  /src/sys/kern/
uipc_usrreq.c 977 if ((unp->unp_flags & UNP_BUSY) != 0) {
984 unp->unp_flags |= UNP_BUSY;
1032 unp->unp_flags &= ~UNP_BUSY;
1039 unp->unp_flags &= ~UNP_BUSY;
1161 if ((unp->unp_flags & UNP_BUSY) != 0) {
1168 unp->unp_flags |= UNP_BUSY;
1288 unp->unp_flags &= ~UNP_BUSY;

Completed in 13 milliseconds