Searched refs:ELAST (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A Dsystem_error.inc29 #ifdef ELAST
30 if (ev > ELAST)
32 #endif // ELAST
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dsystem_error.cpp62 #ifdef ELAST
63 if (ev > ELAST)
65 #endif // ELAST
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Derrno.h177 #define ELAST 92 /* Must be equal largest errno */ macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Derrno.h177 #define ELAST 92 /* Must be equal largest errno */ macro
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Derrno.h177 #define ELAST 92 /* Must be equal largest errno */ macro
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Derrno.d229 inline int ELAST = 102;
230 #pragma D binding "1.0" ELAST
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Derrno.h265 #define ELAST 106 /* Must be equal largest errno */ macro
/macosx-10.10/system_cmds-643.1.1/reboot.tproj/
H A Dreboot.c315 int rval = ELAST + 1;
318 int busyStatus = ELAST + 1;
/macosx-10.10/kext_tools-384.1.4/
H A Dupdate_boot.c278 case ELAST + 1:
615 result = ELAST + 1;
647 int opres, result = ELAST + 1; // no pathc() [yet]
807 int opres, result = ELAST + 1; // all paths should reset
840 result = errno ? errno : ELAST + 1;
1006 int rval = ELAST + 1; // all paths should reset
1020 rval = errno ? errno : ELAST + 1;
1052 int opres, result = ELAST + 1; // try to always set on error
1354 OSStatus result = ELAST + 1; // generic = safest
1494 int rval = ELAST
[all...]
H A Dbrtest.c97 int result = ELAST + 1;
389 } else if (result && result <= ELAST) {
H A Dbootcaches.c772 int errnum, result = ELAST + 1;
899 int errnum = ELAST + 1;
1376 int rval = ELAST + 1;
1408 int rval = ELAST + 1;
1488 int rval = ELAST + 1;
1901 int rval = ELAST+1;
2023 int bsderr, rval = ELAST + 1; // all but path*() should set
2061 rval = ELAST + 1; // "internal error" :P
2087 int errnum, rval = ELAST + 1;
2129 rval = ELAST
[all...]
H A Dsafecalls.c96 int rval = ELAST + 1;
397 int rval = ELAST + 1;
H A Dkextd_watchvol.c259 rval = ELAST + 1;
620 int rval = ELAST + 1; // cheesy
1566 int result = ELAST + 1;
1614 int result = ELAST + 1;
/macosx-10.10/system_cmds-643.1.1/shutdown.tproj/
H A Dshutdown.c730 int rval = ELAST + 1;
733 int busyStatus = ELAST + 1;
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomsoc.h827 #define RPC_C_SOCKET_ETIME (ELAST + 1) /* A time skew occurred */
/macosx-10.10/smb-759.0/lib/smbclient/
H A Dfileio.c65 if ((error >= EPERM) && (error <= ELAST)) {
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCD.c1056 if ((code > 0) && (code <= ELAST)) {
1092 if ((status > 0) && (status <= ELAST)) {

Completed in 285 milliseconds