Home
last modified time | relevance | path

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

/xnu-11417.140.69/security/
H A Dmac_base.c607 mac_policy_register(struct mac_policy_conf *mpc, mac_policy_handle_t *handlep, in mac_policy_register() argument
718 *handlep = i; in mac_policy_register()
733 *handlep == mac_policy_list.staticmax)) { in mac_policy_register()
738 mac_policy_list.entries[*handlep].mpc = mpc; in mac_policy_register()
741 if (*handlep > mac_policy_list.maxindex) { in mac_policy_register()
742 mac_policy_list.maxindex = *handlep; in mac_policy_register()
763 mac_policy_addto_labellist(*handlep, static_entry); in mac_policy_register()
1732 mac_policy_handle_t *handlep __unused, void *xd __unused) in mac_policy_register()
H A Dmac_policy.h6281 mac_policy_handle_t *handlep, void *xd);
/xnu-11417.140.69/osfmk/vm/
H A Dvm_shared_region.c3591 ipc_port_t *handlep, in _vm_commpage_init() argument
3607 mem_entry = mach_memory_entry_allocate(handlep); in _vm_commpage_init()
3617 (long long)size, (void *)VM_KERNEL_ADDRPERM(*handlep))); in _vm_commpage_init()