Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dunpcb.h110 #define UNP_HAVEPC 0x001 macro
/f-stack/tools/compat/include/sys/
H A Dunpcb.h110 #define UNP_HAVEPC 0x001 macro
/f-stack/lib/
H A Dff_glue.c1306 client_unp->unp_flags |= UNP_HAVEPC; in unp_copy_peercred()
1310 server_unp->unp_flags |= UNP_HAVEPC; in unp_copy_peercred()
/f-stack/freebsd/kern/
H A Duipc_usrreq.c1399 if (unp->unp_flags & UNP_HAVEPC) in uipc_ctloutput()
1672 client_unp->unp_flags |= UNP_HAVEPC; in unp_copy_peercred()
1676 server_unp->unp_flags |= UNP_HAVEPC; in unp_copy_peercred()
2898 if (unp_flags & UNP_HAVEPC) { in db_print_unpflags()