Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_exec.c360 ipc_port_t *registered_array; member
2067 if (mach_ports_register(p->task, port_actions->registered_array, in exec_handle_spawnattr_policy()
2072 port_actions->registered_array = NULL; in exec_handle_spawnattr_policy()
2093 if (port_actions->registered_array) { in exec_port_actions_destroy()
2096 if ((port = port_actions->registered_array[i]) != NULL) { in exec_port_actions_destroy()
2101 port_actions->registered_array); in exec_port_actions_destroy()
2184 actions->registered_array = kalloc_type(ipc_port_t, in exec_handle_port_actions()
2186 if (actions->registered_array == NULL) { in exec_handle_port_actions()
2245 actions->registered_array[registered_i++] = port; in exec_handle_port_actions()