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

/darwin-on-arm/xnu/osfmk/mach/
H A Dtask_special_ports.h108 #define task_get_bootstrap_port(task, port) \ macro
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c271 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
273 mach_error("task_get_bootstrap_port(): ", ret);
523 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
525 mach_error("task_get_bootstrap_port(): ", ret);
664 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
666 mach_error("task_get_bootstrap_port(): ", ret);
H A DKQMPMMtest.c256 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
258 mach_error("task_get_bootstrap_port(): ", ret);
576 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
578 mach_error("task_get_bootstrap_port(): ", ret);
717 ret = task_get_bootstrap_port(mach_task_self(), &bsport);
719 mach_error("task_get_bootstrap_port(): ", ret);
/darwin-on-arm/xnu/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 24 milliseconds