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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_msg.c303 * If MACH_RCV_OVERWRITE was specified, try to get the scatter
308 if (option & MACH_RCV_OVERWRITE) {
449 * 1. MACH_RCV_OVERWRITE is on, and rcv_msg is our scatter list
451 * 2. MACH_RCV_OVERWRITE is off, and rcv_msg might be the
454 if (option & MACH_RCV_OVERWRITE)
/darwin-on-arm/xnu/osfmk/mach/
H A Dmessage.h601 #define MACH_RCV_OVERWRITE 0x00001000 macro
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_msg.c509 options &= ~(MACH_SEND_MSG|MACH_RCV_MSG|MACH_RCV_OVERWRITE);

Completed in 76 milliseconds