Searched refs:opts2 (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | mach_service_port.c | 70 mach_port_options_t opts2 = { variable 75 kr = mach_port_construct(mach_task_self(), &opts2, 0x0, &connection_port); 185 mach_port_options_t opts2 = { variable 190 kr = mach_port_construct(mach_task_self(), &opts2, SP_CONTEXT, &service_port_2);
|
| H A D | stackshot_tests.m | 2139 mach_port_options_t opts2 = { 2142 kr = mach_port_construct(mach_task_self(), &opts2, 0ull, &reply_port);
|
| /xnu-12377.61.12/tests/ipc/ |
| H A D | immovable_rights.c | 32 mach_port_options_t opts2 = {}; variable 34 kr = mach_port_construct(mach_task_self(), &opts2, 0, &imm_port2);
|