Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dipc_kobject.h107 IKOT_TASK_NAME = 20,
H A Dipc_tt.c195 nport = ipc_kobject_alloc_port(IKO_NULL, IKOT_TASK_NAME, in ipc_task_init()
387 ipc_kobject_enable(nport, task, IKOT_TASK_NAME); in ipc_task_enable()
444 ipc_kobject_disable(nport, IKOT_TASK_NAME); in ipc_task_disable()
620 ipc_kobject_dealloc_port(nport, 0, IKOT_TASK_NAME); in ipc_task_terminate()
2016 task, IKOT_TASK_NAME); in task_get_special_port_internal()
2591 if (kotype == IKOT_TASK_NAME) { in task_port_kotype_valid_for_flavor()
3721 return IKOT_TASK_NAME; in task_flavor_to_kotype()
H A Dtask.c233 IPC_KOBJECT_DEFINE(IKOT_TASK_NAME);
/xnu-11215.1.10/tests/ipc/
H A Dipc_read_inspect.c24 #define IKOT_TASK_NAME 20 macro
267 T_QUIET; T_EXPECT_EQ(kotype, IKOT_TASK_NAME, "TASK_FLAVOR_NAME should yield name ports"); in test_processor_set_tasks()