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

/darwin-on-arm/xnu/osfmk/mach/
H A Dmessage.h697 #define MACH_SEND_MSG_TOO_SMALL 0x10000008 macro
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_msg.c164 * MACH_SEND_MSG_TOO_SMALL Message smaller than a header.
193 return MACH_SEND_MSG_TOO_SMALL;
H A Dipc_kmsg.c1114 * MACH_SEND_MSG_TOO_SMALL Message smaller than a header.
1115 * MACH_SEND_MSG_TOO_SMALL Message size not long-word multiple.
1135 return MACH_SEND_MSG_TOO_SMALL;
2312 * MACH_SEND_MSG_TOO_SMALL Body is too small for types/data.
2380 mr = MACH_SEND_MSG_TOO_SMALL;
2520 * MACH_SEND_MSG_TOO_SMALL Body is too small for types/data.
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_mig.c429 return MACH_SEND_MSG_TOO_SMALL;

Completed in 18 milliseconds