Searched refs:opts2 (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.81.5/tests/ |
| 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);
|
| H A D | mach_service_port.c | 71 mach_port_options_t opts2 = { variable 76 kr = mach_port_construct(mach_task_self(), &opts2, 0x0, &connection_port); 208 mach_port_options_t opts2 = { variable 213 kr = mach_port_construct(mach_task_self(), &opts2, SP_CONTEXT, &service_port_2);
|
| H A D | stackshot_tests.m | 2024 mach_port_options_t opts2 = { 2027 kr = mach_port_construct(mach_task_self(), &opts2, 0ull, &reply_port);
|