Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dipc_tt.c373 ipc_port_t rdport; in ipc_task_enable() local
417 rdport = task->itk_task_ports[TASK_FLAVOR_READ]; in ipc_task_enable()
418 if (rdport != IP_NULL) { in ipc_task_enable()
419 ipc_kobject_enable(rdport, task, IKOT_TASK_READ); in ipc_task_enable()
440 ipc_port_t rdport; in ipc_task_disable() local
467 rdport = task->itk_task_ports[TASK_FLAVOR_READ]; in ipc_task_disable()
468 if (rdport != IP_NULL) { in ipc_task_disable()
470 ipc_kobject_disable(rdport, IKOT_TASK_READ); in ipc_task_disable()
508 ipc_port_t rdport; in ipc_task_terminate() local
537 rdport = task->itk_task_ports[TASK_FLAVOR_READ]; in ipc_task_terminate()
[all …]