Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/ipc/
H A Dmach_exc_port_substitute.c112 #define IKOT_TASK_READ 45 /* ipc_kobject.h */ in catch_mach_exception_raise() macro
113 T_ASSERT_EQ(type, IKOT_TASK_READ, "task type must be IKOT_TASK_READ"); in catch_mach_exception_raise()
H A Dipc_read_inspect.c22 #define IKOT_TASK_READ 45 macro
261 T_QUIET; T_EXPECT_EQ(kotype, IKOT_TASK_READ, "TASK_FLAVOR_READ should yield read ports"); in test_processor_set_tasks()
/xnu-11215.81.4/osfmk/kern/
H A Dipc_kobject.h134 IKOT_TASK_READ = 45,
H A Dipc_tt.c395 ipc_kobject_enable(rdport, task, IKOT_TASK_READ); in ipc_task_enable()
453 ipc_kobject_disable(rdport, IKOT_TASK_READ); in ipc_task_disable()
614 ipc_kobject_dealloc_port(rdport, 0, IKOT_TASK_READ); in ipc_task_terminate()
792 ipc_kobject_dealloc_port(old_rdport, 0, IKOT_TASK_READ); in ipc_task_reset()
2134 case IKOT_TASK_READ: in task_get_special_port_from_user()
2601 if (kotype == IKOT_TASK_READ) { in task_port_kotype_valid_for_flavor()
3717 return IKOT_TASK_READ; in task_flavor_to_kotype()
H A Dipc_kobject.c1742 task_t task = ipc_kobject_get_raw(port, IKOT_TASK_READ); in ipc_kobject_label_substitute_task_read()
H A Dtask.c236 IPC_KOBJECT_DEFINE(IKOT_TASK_READ,
2708 assert((IKOT_TASK_READ == kotype) || (IKOT_TASK_INSPECT == kotype)); in task_port_with_flavor_no_senders()
2720 if (kotype == IKOT_TASK_READ) { in task_port_with_flavor_no_senders()
3956 case IKOT_TASK_READ: in task_threads_from_user()