Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dipc_tt.c357 ipc_port_t rdport; in ipc_task_enable() local
393 rdport = task->itk_task_ports[TASK_FLAVOR_READ]; in ipc_task_enable()
394 if (rdport != IP_NULL) { in ipc_task_enable()
395 ipc_kobject_enable(rdport, task, IKOT_TASK_READ); in ipc_task_enable()
421 ipc_port_t rdport; in ipc_task_disable() local
450 rdport = task->itk_task_ports[TASK_FLAVOR_READ]; in ipc_task_disable()
451 if (rdport != IP_NULL) { in ipc_task_disable()
453 ipc_kobject_disable(rdport, IKOT_TASK_READ); in ipc_task_disable()
501 ipc_port_t rdport; in ipc_task_terminate() local
532 rdport = task->itk_task_ports[TASK_FLAVOR_READ]; in ipc_task_terminate()
[all …]