Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_exec.c384 ipc_port_t registered_array[TASK_PORT_REGISTER_MAX]; member
2544 port_actions->registered_array[0], in exec_handle_spawnattr_policy()
2545 port_actions->registered_array[1], in exec_handle_spawnattr_policy()
2546 port_actions->registered_array[2])) { in exec_handle_spawnattr_policy()
2550 bzero(port_actions->registered_array, in exec_handle_spawnattr_policy()
2551 sizeof(port_actions->registered_array)); in exec_handle_spawnattr_policy()
2585 if ((port = port_actions->registered_array[i]) != NULL) { in exec_port_actions_destroy()
2734 actions->registered_array[registered_i++] = port; in exec_handle_port_actions()