Searched refs:handlep (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/security/
H A Dmac_base.c771 mac_policy_register(struct mac_policy_conf *mpc, mac_policy_handle_t *handlep, argument
871 *handlep = i;
886 *handlep == mac_policy_list.staticmax)) {
891 mac_policy_list.entries[*handlep].mpc = mpc;
894 if (*handlep > mac_policy_list.maxindex)
895 mac_policy_list.maxindex = *handlep;
913 mac_policy_addto_labellist(*handlep, static_entry);
2306 mac_policy_handle_t *handlep __unused, void *xd __unused)
H A Dmac_policy.h6669 mac_policy_handle_t *handlep, void *xd);
/xnu-2422.115.4/osfmk/vm/
H A Dvm_shared_region.c1760 ipc_port_t *handlep,
1772 handlep);
1789 (long long)size, *handlep));
1759 _vm_commpage_init( ipc_port_t *handlep, vm_map_size_t size) argument

Completed in 42 milliseconds