Searched refs:ES (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c62 #define ES(x) x macro
64 #define ES(x) macro
83 { BSM_ERRNO_ESUCCESS, 0, ES("Success") },
84 { BSM_ERRNO_EPERM, EPERM, ES("Operation not permitted") },
85 { BSM_ERRNO_ENOENT, ENOENT, ES("No such file or directory") },
86 { BSM_ERRNO_ESRCH, ESRCH, ES("No such process") },
87 { BSM_ERRNO_EINTR, EINTR, ES("Interrupted system call") },
88 { BSM_ERRNO_EIO, EIO, ES("Input/output error") },
89 { BSM_ERRNO_ENXIO, ENXIO, ES("Device not configured") },
90 { BSM_ERRNO_E2BIG, E2BIG, ES("Argumen
[all...]
/freebsd-10.0-release/sys/security/audit/
H A Dbsm_errno.c64 #define ES(x) x macro
66 #define ES(x) macro
85 { BSM_ERRNO_ESUCCESS, 0, ES("Success") },
86 { BSM_ERRNO_EPERM, EPERM, ES("Operation not permitted") },
87 { BSM_ERRNO_ENOENT, ENOENT, ES("No such file or directory") },
88 { BSM_ERRNO_ESRCH, ESRCH, ES("No such process") },
89 { BSM_ERRNO_EINTR, EINTR, ES("Interrupted system call") },
90 { BSM_ERRNO_EIO, EIO, ES("Input/output error") },
91 { BSM_ERRNO_ENXIO, ENXIO, ES("Device not configured") },
92 { BSM_ERRNO_E2BIG, E2BIG, ES("Argumen
[all...]
/freebsd-10.0-release/sys/dev/hwpmc/
H A Dhwpmc_ppro.h49 #define P6_EVSEL_EVENT_SELECT(ES) ((ES) & 0xFF)
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DSolaris.h22 #undef ES macro
/freebsd-10.0-release/contrib/gdb/gdb/
H A Di386v4-nat.c98 DS, ES, FS, GS,
H A Di386v-nat.c75 DS, ES, FS, GS,
/freebsd-10.0-release/sys/cddl/dev/dtrace/amd64/
H A Dregset.h112 #define ES 2 macro
/freebsd-10.0-release/sys/cddl/dev/dtrace/i386/
H A Dregset.h112 #define ES 2 macro
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dremote.c62 &ES, &EX, &FO, &RC, &RE, &PA
195 if (ES != NOSTR)
196 vstring("es", ES);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Dregs.sed.in46 SED_REPLACE(ES)
H A Dregs.d.in33 inline int R_ES = @ES@;
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp50 const char *ES; member in struct:__anon2420::MSP430ISelAddressMode
56 ES(0), JT(-1), Align(0) {
60 return GV != 0 || CP != 0 || ES != 0 || JT != -1;
79 } else if (ES) {
80 errs() << "ES ";
81 errs() << ES << '\n';
157 AM.ES = S->getSymbol();
272 else if (AM.ES)
273 Disp = CurDAG->getTargetExternalSymbol(AM.ES, MVT::i16, 0/*AM.SymbolFlags*/);
/freebsd-10.0-release/share/i18n/csmapper/ISO646/
H A DMakefile13 ISO646-DK%UCS.646 ISO646-ES%UCS.646 ISO646-ES2%UCS.646 \
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIdempotentOperationChecker.cpp357 const ExplodedNodeSet &ES = Data.explodedNodes; local
362 if (ES.begin() == ES.end())
374 AnalysisDeclContext *AC = (*ES.begin())->getLocationContext()
419 for (ExplodedNodeSet::iterator I = ES.begin(), E = ES.end(); I != E; ++I) {
/freebsd-10.0-release/contrib/ncurses/misc/
H A Demx.src696 kind=\ES,
795 blink=\ES\EW,
796 bold=\ES\EU,
826 is2=\ES\Er0;\Es0;,
861 rev=\ES\ET,
865 rmso=\ES,
866 rmul=\ES,
867 rs2=\ES\Es0;\Er0;,
870 sgr0=\ES,
873 smso=\ES\E
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h140 const char *ES, intptr_t cst = 0,
152 Result.Target.ExtSym = ES;
139 getExtSym(uintptr_t offset, unsigned RelocationType, const char *ES, intptr_t cst = 0, bool GOTrelative = 0, bool NeedStub = true) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp95 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const;
257 emitExternalSymbolAddress(const char *ES, unsigned Reloc) const { argument
259 Reloc, ES, 0, 0));
/freebsd-10.0-release/sys/boot/i386/btx/lib/
H A Dbtxv86.s31 .set V86_ES,0x8 # V86 ES
/freebsd-10.0-release/sys/boot/pc98/btx/lib/
H A Dbtxv86.s31 .set V86_ES,0x8 # V86 ES
/freebsd-10.0-release/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h196 ISO_SUSP_ES ES; member in union:__anon11605
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h318 void SetExternalSource(ExternalHeaderFileInfoSource *ES) { argument
319 ExternalSource = ES;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp179 llvm::raw_string_ostream ES(Error);
180 StringRef Match = MatchTrie.findEquivalent(NativeFilePath.str(), ES);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1508 void setHasExternalLexicalStorage(bool ES = true) {
1509 ExternalLexicalStorage = ES;
1518 void setHasExternalVisibleStorage(bool ES = true) {
1519 ExternalVisibleStorage = ES;
1520 if (ES && LookupPtr.getPointer())
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp427 } else if (const ExternalSymbolSDNode *ES =
429 OS << "'" << ES->getSymbol() << "'";
430 if (unsigned int TF = ES->getTargetFlags())
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp346 const MCSectionELF &ES = static_cast<const MCSectionELF&>(Section); local
347 return ES.getFlags() & ELF::SHF_MERGE;

Completed in 666 milliseconds

12