Home
last modified time | relevance | path

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

/NextBSD/sys/compat/mach/kern/
HDipc_tt.c167 task->itk_self = kport; in ipc_task_create()
191 assert(parent->itk_self != IP_NULL); in ipc_task_init()
231 kport = task->itk_self; in ipc_task_enable()
252 kport = task->itk_self; in ipc_task_disable()
275 kport = task->itk_self; in ipc_task_terminate()
283 task->itk_self = IP_NULL; in ipc_task_terminate()
462 assert(task->itk_self != IP_NULL); in retrieve_task_self_fast()
464 if ((port = task->itk_sself) == task->itk_self) { in retrieve_task_self_fast()
708 if (task->itk_self == IP_NULL) { in task_set_special_port()
765 if (task->itk_self == IP_NULL) { in mach_ports_register()
[all …]
/NextBSD/sys/sys/mach/
HDtask.h255 struct ipc_port *itk_self; /* not a right, doesn't hold ref */ member