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

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c783 mac_policy_register(struct mac_policy_conf *mpc, mac_policy_handle_t *handlep, argument
883 *handlep = i;
898 *handlep == mac_policy_list.staticmax)) {
903 mac_policy_list.entries[*handlep].mpc = mpc;
906 if (*handlep > mac_policy_list.maxindex)
907 mac_policy_list.maxindex = *handlep;
925 mac_policy_addto_labellist(*handlep, static_entry);
2137 mac_policy_handle_t *handlep __unused, void *xd __unused)
H A Dmac_policy.h6102 mac_policy_handle_t *handlep, void *xd);
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_shared_region.c1204 ipc_port_t *handlep,
1216 handlep);
1233 (long long)size, *handlep));
1203 _vm_commpage_init( ipc_port_t *handlep, vm_map_size_t size) argument

Completed in 57 milliseconds