Searched refs:portwatch_array (Results 1 – 1 of 1) sorted by relevance
359 ipc_port_t *portwatch_array; member2062 port_actions->portwatch_array, port_actions->portwatch_count); in exec_handle_spawnattr_policy()2081 if (port_actions->portwatch_array) { in exec_port_actions_destroy()2084 if ((port = port_actions->portwatch_array[i]) != NULL) { in exec_port_actions_destroy()2089 port_actions->portwatch_array); in exec_port_actions_destroy()2186 actions->portwatch_array = kalloc_type(ipc_port_t, in exec_handle_port_actions()2188 if (actions->portwatch_array == NULL) { in exec_handle_port_actions()2247 if (actions->portwatch_array) { in exec_handle_port_actions()2249 actions->portwatch_array[portwatch_i++] = port; in exec_handle_port_actions()