Home
last modified time | relevance | path

Searched refs:UNP_HAVEPC (Results 1 – 2 of 2) sorted by relevance

/src/sys/sys/
H A Dunpcb.h108 #define UNP_HAVEPC 0x001 macro
/src/sys/kern/
H A Duipc_usrreq.c2746 if (unp->unp_flags & UNP_HAVEPC) in uipc_ctloutput()
3030 client_unp->unp_flags |= UNP_HAVEPC; in unp_copy_peercred()
3034 server_unp->unp_flags |= UNP_HAVEPC; in unp_copy_peercred()
4523 if (unp_flags & UNP_HAVEPC) { in db_print_unpflags()