Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_exec.c359 ipc_port_t *portwatch_array; member
2063 port_actions->portwatch_array, port_actions->portwatch_count); in exec_handle_spawnattr_policy()
2082 if (port_actions->portwatch_array) { in exec_port_actions_destroy()
2085 if ((port = port_actions->portwatch_array[i]) != NULL) { in exec_port_actions_destroy()
2090 port_actions->portwatch_array); in exec_port_actions_destroy()
2175 actions->portwatch_array = kalloc_type(ipc_port_t, in exec_handle_port_actions()
2177 if (actions->portwatch_array == NULL) { in exec_handle_port_actions()
2236 if (actions->portwatch_array) { in exec_handle_port_actions()
2238 actions->portwatch_array[portwatch_i++] = port; in exec_handle_port_actions()