Searched refs:task_get_bootstrap_port (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dtask_special_ports.h125 #define task_get_bootstrap_port(task, port) \ macro
/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMPMMtest.c250 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
252 mach_error("task_get_bootstrap_port(): ", ret);
500 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
502 mach_error("task_get_bootstrap_port(): ", ret);
654 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
656 mach_error("task_get_bootstrap_port(): ", ret);
H A DMMtest.c236 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
238 mach_error("task_get_bootstrap_port(): ", ret);
394 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
396 mach_error("task_get_bootstrap_port(): ", ret);

Completed in 13 milliseconds