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