Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dunpcb.h123 #define UNP_BINDING 0x020 /* Currently binding. */ macro
/f-stack/tools/compat/include/sys/
H A Dunpcb.h123 #define UNP_BINDING 0x020 /* Currently binding. */ macro
/f-stack/freebsd/kern/
H A Duipc_usrreq.c626 if (unp->unp_flags & UNP_BINDING) { in uipc_bindat()
630 unp->unp_flags |= UNP_BINDING; in uipc_bindat()
687 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()
697 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()
2918 if (unp_flags & UNP_BINDING) { in db_print_unpflags()