Searched refs:excport_array (Results 1 – 1 of 1) sorted by relevance
382 struct exception_port_action_t *excport_array; member2561 if (port_actions->excport_array) { in exec_port_actions_destroy()2564 if ((port = port_actions->excport_array[i].port) != NULL) { in exec_port_actions_destroy()2569 port_actions->excport_array); in exec_port_actions_destroy()2662 actions->excport_array = kalloc_type(struct exception_port_action_t, in exec_handle_port_actions()2665 if (actions->excport_array == NULL) { in exec_handle_port_actions()2722 actions->excport_array[excport_i].port_action = act; in exec_handle_port_actions()2723 actions->excport_array[excport_i].port = port; in exec_handle_port_actions()2802 ipc_port_t port = actions->excport_array[i].port; in exec_handle_exception_port_actions()2803 _ps_port_action_t *act = actions->excport_array[i].port_action; in exec_handle_exception_port_actions()[all …]