Searched refs:MACH_RCV_TOO_LARGE (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_mqueue.c286 th->ith_state = MACH_RCV_TOO_LARGE;
548 receiver->ith_state = MACH_RCV_TOO_LARGE;
618 case MACH_RCV_TOO_LARGE:
671 * MACH_RCV_TOO_LARGE Message size returned in kmsgp.
897 * MACH_RCV_TOO_LARGE May or may not have pull it, but it is large
925 mr = MACH_RCV_TOO_LARGE;
H A Dipc_pset.c430 * provided, just force a MACH_RCV_TOO_LARGE to detect the
484 assert(self->ith_state == MACH_RCV_TOO_LARGE);
H A Dmach_msg.c249 * MACH_RCV_TOO_LARGE Message wouldn't fit into buffer.
278 if (mr == MACH_RCV_TOO_LARGE ) {
503 * MACH_RCV_TOO_LARGE or MACH_RCV_BODY_ERROR error.
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_msg.c421 if (!((mr == MACH_RCV_TOO_LARGE) && (options & MACH_RCV_LARGE)))
615 if ((mr == MACH_RCV_TOO_LARGE) && (options & MACH_RCV_LARGE)) {
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_mig.c367 mr = MACH_RCV_TOO_LARGE;
506 return MACH_RCV_TOO_LARGE;
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c183 else if (result == MACH_RCV_TOO_LARGE)
/darwin-on-arm/xnu/osfmk/mach/
H A Dmessage.h726 #define MACH_RCV_TOO_LARGE 0x10004004 macro

Completed in 76 milliseconds