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

/darwin-on-arm/xnu/bsd/sys/
H A Dunpcb.h145 * UNP_HAVEPC - indicates that the unp_peercred member is filled in
155 #define UNP_HAVEPC 0x0001 macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c694 if (unp->unp_flags & UNP_HAVEPC) {
1167 unp3->unp_flags |= UNP_HAVEPC;
1199 unp->unp_flags |= UNP_HAVEPC;
1303 if (!(unp->unp_flags & UNP_HAVEPC) &&
1304 !(unp2->unp_flags & UNP_HAVEPC)) {
1306 unp->unp_flags |= UNP_HAVEPC;
1309 unp2->unp_flags |= UNP_HAVEPC;

Completed in 22 milliseconds