Searched refs:task_port (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | exception.c | 211 task_port = IPC_PORT_NULL, in exception_deliver() local 360 task_port = convert_task_to_port(task); in exception_deliver() 363 task_port = convert_task_read_to_port(task); in exception_deliver() 371 task_port, in exception_deliver() 378 task_port, in exception_deliver() 509 task_port = convert_task_to_port(task); in exception_deliver() 512 task_port = convert_task_read_to_port(task); in exception_deliver() 533 task_port, in exception_deliver() 543 task_port, in exception_deliver() 575 if (task_port) { in exception_deliver() [all …]
|
| H A D | ux_handler.c | 132 mach_port_t task_port, /* control or read port */ in catch_mach_exception_raise() argument 164 ipc_port_release_send(task_port); in catch_mach_exception_raise()
|
| H A D | task.c | 6296 mach_port_t task_port, in task_info_from_user() argument 6305 task = convert_port_to_task_read(task_port); in task_info_from_user() 6307 task = convert_port_to_task_name(task_port); in task_info_from_user()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | ipc.py | 1129 def CollectKmsgPorts(task, task_port, kmsgp): argument 1140 if kmsgh.msgh_remote_port and unsigned(kmsgh.msgh_remote_port) != unsigned(task_port): 1144 if kmsgh.msgh_local_port and unsigned(kmsgh.msgh_local_port) != unsigned(task_port) \ 1173 def CollectKmsgPortRefs(task, task_port, kmsgp, p_refs): argument 1177 p_list = CollectKmsgPorts(task, task_port, kmsgp) 1192 def FindKmsgPortRefs(instr, task, task_port, kmsgp, qport): argument 1200 p_list = CollectKmsgPorts(task, task_port, kmsgp) 1209 out_str += GetInTransitPortSummary(p, pdisp, task_port, kmsgp)
|
| /xnu-11215/osfmk/mach/ |
| H A D | task.defs | 570 out task_port: mach_port_t);
|