Searched refs:MACH_SEND_MSG (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_msg.c117 option &~ (LIBMACH_OPTIONS|MACH_SEND_MSG),
183 option &~ (LIBMACH_OPTIONS|MACH_SEND_MSG),
194 return mach_msg(msg, MACH_SEND_MSG,
384 options &= ~(MACH_SEND_MSG|MACH_RCV_MSG);
462 MACH_SEND_MSG|options :
463 MACH_SEND_MSG|MACH_SEND_TIMEOUT|options,
509 options &= ~(MACH_SEND_MSG|MACH_RCV_MSG|MACH_RCV_OVERWRITE);
580 MACH_SEND_MSG|MACH_RCV_MSG|options :
581 MACH_SEND_MSG|MACH_RCV_MSG|MACH_SEND_TIMEOUT|options,
595 MACH_SEND_MSG|MACH_RCV_MS
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c201 option = MACH_SEND_MSG|MACH_RCV_MSG|MACH_RCV_INTERRUPT|MACH_RCV_LARGE;
218 MACH_SEND_MSG,
273 option = MACH_SEND_MSG;
276 option = MACH_SEND_MSG|MACH_RCV_MSG;
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c409 MACH_SEND_MSG,
570 MACH_SEND_MSG,
H A DKQMPMMtest.c462 MACH_SEND_MSG,
623 MACH_SEND_MSG,
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c176 result = mach_msg_send(&rep_msg.Head, MACH_SEND_MSG,
/darwin-on-arm/xnu/osfmk/mach/
H A Dmessage.h588 #define MACH_SEND_MSG 0x00000001 macro
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_msg.c412 if (option & MACH_SEND_MSG) {
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_mig.c424 if (option & MACH_SEND_MSG) {
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c49 MACH_SEND_MSG | MACH_MSG_OPTION_NONE,

Completed in 87 milliseconds