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

/xnu-2782.1.97/osfmk/ipc/
H A Dipc_mqueue.c282 th->ith_state = MACH_RCV_TOO_LARGE;
547 receiver->ith_state = MACH_RCV_TOO_LARGE;
618 case MACH_RCV_TOO_LARGE:
671 * MACH_RCV_TOO_LARGE Message size returned in kmsgp.
864 * MACH_RCV_TOO_LARGE May or may not have pull it, but it is large
892 mr = MACH_RCV_TOO_LARGE;
H A Dipc_pset.c430 * provided, just force a MACH_RCV_TOO_LARGE to detect the
485 assert(self->ith_state == MACH_RCV_TOO_LARGE);
507 if ((kn->kn_fflags == MACH_RCV_TOO_LARGE) &&
H A Dmach_msg.c269 * MACH_RCV_TOO_LARGE Message wouldn't fit into buffer.
298 if (mr == MACH_RCV_TOO_LARGE ) {
564 * MACH_RCV_TOO_LARGE or MACH_RCV_BODY_ERROR error.
/xnu-2782.1.97/libsyscall/mach/
H A Dmach_msg.c425 if (!((mr == MACH_RCV_TOO_LARGE) && (options & MACH_RCV_LARGE)))
649 if ((mr == MACH_RCV_TOO_LARGE) && (options & MACH_RCV_LARGE)) {
798 if ((mr == MACH_RCV_TOO_LARGE) && (options & MACH_RCV_LARGE)) {
/xnu-2782.1.97/osfmk/kern/
H A Dipc_mig.c417 mr = MACH_RCV_TOO_LARGE;
557 return MACH_RCV_TOO_LARGE;
/xnu-2782.1.97/bsd/uxkern/
H A Dux_exception.c184 else if (result == MACH_RCV_TOO_LARGE)
/xnu-2782.1.97/osfmk/mach/
H A Dmessage.h831 #define MACH_RCV_TOO_LARGE 0x10004004 macro

Completed in 38 milliseconds