Home
last modified time | relevance | path

Searched refs:opts2 (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/tests/
H A Dmach_service_port.c70 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 Dstackshot_tests.m2139 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 Dimmovable_rights.c32 mach_port_options_t opts2 = {}; variable
34 kr = mach_port_construct(mach_task_self(), &opts2, 0, &imm_port2);