Home
last modified time | relevance | path

Searched refs:UNP_BINDING (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
HDunpcb.h112 #define UNP_BINDING 0x020 /* Currently binding. */ macro
/freebsd-11-stable/sys/kern/
HDuipc_usrreq.c499 if (unp->unp_flags & UNP_BINDING) { in uipc_bindat()
503 unp->unp_flags |= UNP_BINDING; in uipc_bindat()
558 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()
568 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()
2565 if (unp_flags & UNP_BINDING) { in db_print_unpflags()