Searched refs:UNP_BINDING (Results 1 – 2 of 2) sorted by relevance
119 #define UNP_BINDING 0x020 /* Currently binding. */ macro
602 if (unp->unp_flags & UNP_BINDING) { in uipc_bindat()606 unp->unp_flags |= UNP_BINDING; in uipc_bindat()674 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()684 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()765 if (unp->unp_vnode != NULL || (unp->unp_flags & UNP_BINDING) != 0) in uipc_chmod()4560 if (unp_flags & UNP_BINDING) { in db_print_unpflags()