HomeSort by: relevance | last modified time | path
    Searched refs:unp_flags (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
unpcb.h 84 int unp_flags; /* misc flags; see below*/ member in struct:unpcb
89 * Flags in unp_flags.
  /src/sys/kern/
uipc_usrreq.c 244 unp->unp_flags |= flags;
363 if (unp->unp_conn->unp_flags & UNP_WANTCRED)
365 if (unp->unp_conn->unp_flags & UNP_OWANTCRED)
534 if (unp->unp_conn->unp_flags & UNP_WANTCRED) {
539 unp->unp_conn->unp_flags &= ~UNP_WANTCRED;
542 if (unp->unp_conn->unp_flags & UNP_OWANTCRED) {
547 unp->unp_conn->unp_flags &= ~UNP_OWANTCRED;
639 unp->unp_flags |= (bit); \
641 unp->unp_flags &= ~(bit);
666 if (unp->unp_flags & UNP_EIDSVALID)
    [all...]
uipc_domain.c 503 pcb->ki_pflags = unp->unp_flags;

Completed in 11 milliseconds