Searched refs:IKOT_TASK_READ (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/tests/ipc/ |
| H A D | mach_exc_port_substitute.c | 112 #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 D | ipc_read_inspect.c | 22 #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.1.10/osfmk/kern/ |
| H A D | ipc_kobject.h | 134 IKOT_TASK_READ = 45,
|
| H A D | ipc_tt.c | 395 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 D | ipc_kobject.c | 1742 task_t task = ipc_kobject_get_raw(port, IKOT_TASK_READ); in ipc_kobject_label_substitute_task_read()
|
| H A D | task.c | 236 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() 3906 case IKOT_TASK_READ: in task_threads_from_user()
|