Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_exec.c383 ipc_port_t *portwatch_array; member
2539 port_actions->portwatch_array, port_actions->portwatch_count); in exec_handle_spawnattr_policy()
2572 if (port_actions->portwatch_array) { in exec_port_actions_destroy()
2575 if ((port = port_actions->portwatch_array[i]) != NULL) { in exec_port_actions_destroy()
2580 port_actions->portwatch_array); in exec_port_actions_destroy()
2675 actions->portwatch_array = kalloc_type(ipc_port_t, in exec_handle_port_actions()
2677 if (actions->portwatch_array == NULL) { in exec_handle_port_actions()
2729 actions->portwatch_array[portwatch_i++] = port; in exec_handle_port_actions()