Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dunpcb.h112 #define UNP_BINDING 0x020 /* Currently binding. */ macro
/freebsd-10-stable/sys/kern/
Duipc_usrreq.c498 if (unp->unp_flags & UNP_BINDING) { in uipc_bindat()
502 unp->unp_flags |= UNP_BINDING; in uipc_bindat()
557 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()
567 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()
2465 if (unp_flags & UNP_BINDING) { in db_print_unpflags()