Searched refs:MIG_NO_REPLY (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dmig_errors.h87 #define MIG_NO_REPLY -305 /* no reply should be send */ macro
/macosx-10.9.5/PowerManagement-420.90.1/ioupsd/
H A Dioupsplugin.c115 if (bufReply->RetCode == MIG_NO_REPLY) {
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_mig_server.c145 if (bufReply->RetCode == MIG_NO_REPLY) {
H A Dkextd_watchvol.c1505 rval = MIG_NO_REPLY; // for MiG; no result
1515 } else if (rval != MIG_NO_REPLY) {
1643 rval = MIG_NO_REPLY; // for MiG; no result
1651 if (rval == MIG_NO_REPLY) {
1674 // success: rval remains MIG_NO_REPLY
1687 } else if (rval == MIG_NO_REPLY) {
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dipc_kobject.c399 if ((kr == KERN_SUCCESS) || (kr == MIG_NO_REPLY)) {
419 if (kr == MIG_NO_REPLY) {
541 ((mig_reply_error_t *) reply_header)->RetCode = MIG_NO_REPLY;
/macosx-10.9.5/configd-596.15/configd.tproj/
H A Dconfigd_server.c128 if (bufReply->RetCode == MIG_NO_REPLY) {
/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/
H A Dmach_msg.c440 if (bufReply->RetCode == MIG_NO_REPLY)
555 if (bufReply->RetCode == MIG_NO_REPLY)
710 if (bufReply->RetCode == MIG_NO_REPLY)
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmachserver.cpp272 if (bufReply.returnCode() == MIG_NO_REPLY)
359 ((mig_reply_error_t *)out)->RetCode = MIG_NO_REPLY;
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmachserver.cpp272 if (bufReply.returnCode() == MIG_NO_REPLY)
359 ((mig_reply_error_t *)out)->RetCode = MIG_NO_REPLY;
/macosx-10.9.5/launchd-842.92.1/src/
H A Dlog.c390 return MIG_NO_REPLY;
H A Dcore.c8076 return MIG_NO_REPLY;
9162 return MIG_NO_REPLY;
9196 // The previous routine moved the reply port, we're forced to return MIG_NO_REPLY now
9197 return MIG_NO_REPLY;
11585 kr = MIG_NO_REPLY;
11595 kr = MIG_NO_REPLY;
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOMIGMachPort.c343 require(bufReply->RetCode != MIG_NO_REPLY, exit);
H A DIOKitLib.c752 ((mig_reply_error_t*)reply)->RetCode = MIG_NO_REPLY;
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Dserver.c460 if (reply->RetCode == MIG_NO_REPLY)
/macosx-10.9.5/system_cmds-597.90.1/dynamic_pager.tproj/
H A Ddynamic_pager.c137 if (bufReply->RetCode == MIG_NO_REPLY)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/dynamic_pager.tproj/
H A Ddynamic_pager.c137 if (bufReply->RetCode == MIG_NO_REPLY)
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A Dpmconfigd.c937 if (bufReply->RetCode == MIG_NO_REPLY) {
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAServer.c992 * o MIG_NO_REPLY: This says that the user�s request was accepted, and all incoming
996 * from the server was MIG_NO_REPLY or the request message does not have a reply port.
999 if ( status != MIG_NO_REPLY )
/macosx-10.9.5/Heimdal-323.92.1/lib/ipc/
H A Dserver.c259 return MIG_NO_REPLY;
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c1945 if (bufReply->RetCode == MIG_NO_REPLY) {
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dsource.c2943 if (dispatch_assume(success) && reply.RetCode != MIG_NO_REPLY) {
4140 if (bufReply->RetCode == MIG_NO_REPLY) {
/macosx-10.9.5/xnu-2422.115.4/osfmk/default_pager/
H A Ddp_backing_store.c2648 if(kr == MIG_NO_REPLY) {
2776 if ((kr != KERN_SUCCESS) && (kr != MIG_NO_REPLY)) {
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Ddaemon.c1610 if (reply->RetCode == MIG_NO_REPLY)

Completed in 571 milliseconds