Home
last modified time | relevance | path

Searched refs:pol_construct_entitlement (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/osfmk/ipc/
H A Dipc_policy.h358 const char *pol_construct_entitlement; member
H A Dipc_policy.c1464 .pol_construct_entitlement = MACH_PORT_CONNECTION_PORT_WITH_PORT_ARRAY,
1501 .pol_construct_entitlement = MACH_PORT_PROVISIONAL_REPLY_ENTITLEMENT,
1543 if (ipc_policy_array[i].pol_construct_entitlement) { in ipc_policy_construct_entitlement_hardening()
H A Dmach_port.c2519 const char *port_policy_entitlement = ipc_policy(label.io_type)->pol_construct_entitlement; in mach_port_construct()