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

/xnu-2782.1.97/osfmk/mach/
H A Dtask_special_ports.h109 #define task_get_bootstrap_port(task, port) \ macro
/xnu-2782.1.97/tools/tests/MPMMTest/
H A DMPMMtest.c269 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
271 mach_error("task_get_bootstrap_port(): ", ret);
519 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
521 mach_error("task_get_bootstrap_port(): ", ret);
660 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
662 mach_error("task_get_bootstrap_port(): ", ret);
H A DKQMPMMtest.c254 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
256 mach_error("task_get_bootstrap_port(): ", ret);
572 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
574 mach_error("task_get_bootstrap_port(): ", ret);
713 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
715 mach_error("task_get_bootstrap_port(): ", ret);
/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlb_mmtest.c384 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
386 mach_error("task_get_bootstrap_port(): ", ret);
408 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
410 mach_error("task_get_bootstrap_port(): ", ret);

Completed in 77 milliseconds