Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c360 ipc_port_t *registered_array; member
2066 if (mach_ports_register(p->task, port_actions->registered_array, in exec_handle_spawnattr_policy()
2071 port_actions->registered_array = NULL; in exec_handle_spawnattr_policy()
2092 if (port_actions->registered_array) { in exec_port_actions_destroy()
2095 if ((port = port_actions->registered_array[i]) != NULL) { in exec_port_actions_destroy()
2100 port_actions->registered_array); in exec_port_actions_destroy()
2195 actions->registered_array = kalloc_type(ipc_port_t, in exec_handle_port_actions()
2197 if (actions->registered_array == NULL) { in exec_handle_port_actions()
2256 actions->registered_array[registered_i++] = port; in exec_handle_port_actions()