Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dunpcb.h109 #define UNP_HAVEPC 0x001 macro
/freebsd-12-stable/sys/kern/
Duipc_usrreq.c1386 if (unp->unp_flags & UNP_HAVEPC) in uipc_ctloutput()
1642 client_unp->unp_flags |= UNP_HAVEPC; in unp_copy_peercred()
1646 server_unp->unp_flags |= UNP_HAVEPC; in unp_copy_peercred()
2787 if (unp_flags & UNP_HAVEPC) { in db_print_unpflags()