Home
last modified time | relevance | path

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

/xnu-8020.140.41/security/
H A Dmac_base.c607 mac_policy_register(struct mac_policy_conf *mpc, mac_policy_handle_t *handlep, in mac_policy_register() argument
717 *handlep = i; in mac_policy_register()
732 *handlep == mac_policy_list.staticmax)) { in mac_policy_register()
737 mac_policy_list.entries[*handlep].mpc = mpc; in mac_policy_register()
740 if (*handlep > mac_policy_list.maxindex) { in mac_policy_register()
741 mac_policy_list.maxindex = *handlep; in mac_policy_register()
762 mac_policy_addto_labellist(*handlep, static_entry); in mac_policy_register()
1735 mac_policy_handle_t *handlep __unused, void *xd __unused) in mac_policy_register()
H A Dmac_policy.h6230 mac_policy_handle_t *handlep, void *xd);
/xnu-8020.140.41/osfmk/vm/
H A Dvm_shared_region.c3052 ipc_port_t *handlep, in _vm_commpage_init() argument
3068 mem_entry = mach_memory_entry_allocate(handlep); in _vm_commpage_init()
3078 (long long)size, (void *)VM_KERNEL_ADDRPERM(*handlep))); in _vm_commpage_init()