Searched refs:UNP_BINDING (Results 1 – 2 of 2) sorted by relevance
119 #define UNP_BINDING 0x020 /* Currently binding. */ macro
556 if (unp->unp_flags & UNP_BINDING) { in uipc_bindat()560 unp->unp_flags |= UNP_BINDING; in uipc_bindat()628 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()638 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()719 if (unp->unp_vnode != NULL || (unp->unp_flags & UNP_BINDING) != 0) in uipc_chmod()3521 if (unp_flags & UNP_BINDING) { in db_print_unpflags()