Searched refs:UNP_BINDING (Results 1 – 2 of 2) sorted by relevance
112 #define UNP_BINDING 0x020 /* Currently binding. */ macro
499 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()