Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Duipc_proto.c86 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_RIGHTS | PR_PCBLOCK,
95 .pr_flags = PR_ATOMIC | PR_ADDR | PR_RIGHTS,
H A Duipc_usrreq.c2582 (so->so_proto->pr_flags & PR_RIGHTS) == 0) { in unp_gc()
H A Duipc_socket.c4649 if ((pr->pr_flags & PR_RIGHTS) && pr->pr_domain->dom_dispose) { in sorflush()
/xnu-10002.41.9/bsd/sys/
H A Dprotosw.h324 #define PR_RIGHTS 0x10 /* passes capabilities */ macro
341 (PR_ATOMIC|PR_ADDR|PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS| \