Searched refs:Mode (Results 1 - 25 of 93) sorted by relevance

1234

/freebsd-10-stable/gnu/usr.bin/grep/
H A Disdir.c30 # define S_ISDIR(Mode) (((Mode) & S_IFMT) == S_IFDIR)
H A Dsystem.h106 # define S_ISDIR(Mode) (((Mode) & S_IFMT) == S_IFDIR)
109 # define S_ISREG(Mode) (((Mode) & S_IFMT) == S_IFREG)
/freebsd-10-stable/contrib/llvm/include/llvm-c/
H A DLinker.h36 LLVMLinkerMode Mode, char **OutMessage);
/freebsd-10-stable/contrib/llvm/lib/Target/
H A DTargetSubtargetInfo.cpp47 AntiDepBreakMode& Mode,
49 Mode = ANTIDEP_NONE;
45 enablePostRAScheduler( CodeGenOpt::Level OptLevel, AntiDepBreakMode& Mode, RegClassVector& CriticalPathRCs) const argument
/freebsd-10-stable/usr.sbin/ctm/ctm/
H A Dctm_syntax.c19 #define Mode CTM_F_Mode macro
35 { Name|File|New|Subst, Uid, Gid, Mode,
39 { Name|File|Subst, Uid, Gid, Mode,
43 { Name|File|Subst, Uid, Gid, Mode,
50 { Name|Subst, Uid, Gid, Mode, 0 };
53 { Name|Dir|New , Uid, Gid, Mode, 0 };
/freebsd-10-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwacpi.c3 * Module Name: hwacpi - ACPI Hardware Initialization/Mode Interface
57 * PARAMETERS: Mode - SYS_MODE_ACPI or SYS_MODE_LEGACY
67 UINT32 Mode)
109 switch (Mode)
150 if (AcpiHwGetMode () == Mode)
153 "Mode %X successfully enabled\n", Mode));
66 AcpiHwSetMode( UINT32 Mode) argument
/freebsd-10-stable/contrib/llvm/include/llvm/
H A DLinker.h40 /// \p Mode is DestroySource and preserved if it is PreserveSource.
44 bool linkInModule(Module *Src, unsigned Mode, std::string *ErrorMsg);
49 static bool LinkModules(Module *Dest, Module *Src, unsigned Mode,
/freebsd-10-stable/sys/boot/efi/include/
H A Deficonsctl.h54 OUT EFI_CONSOLE_CONTROL_SCREEN_MODE *Mode,
68 Mode - Are we in text of grahics mode.
73 EFI_SUCCESS - Mode information returned.
83 IN EFI_CONSOLE_CONTROL_SCREEN_MODE Mode
93 Mode - Mode to set the
96 EFI_SUCCESS - Mode information returned.
118 EFI_SUCCESS - Mode information returned.
H A Defigop.h61 UINT32 Mode; member in struct:__anon49
118 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE *Mode; member in struct:_EFI_GRAPHICS_OUTPUT
/freebsd-10-stable/usr.sbin/pkg_install/add/
H A Dadd.h35 extern char *Mode;
H A Dfutil.c81 if (Mode)
82 if (vsystem("cd %s && /bin/chmod -R %s %s", cd_to, Mode, arg))
83 warnx("couldn't change modes of '%s' to '%s'", arg, Mode);
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DFileOutputBuffer.cpp65 unsigned Mode = sys::fs::all_read | sys::fs::all_write; local
68 Mode |= sys::fs::all_exe;
74 TempFilePath, Mode);
/freebsd-10-stable/sys/dev/ciss/
H A Dcissio.h110 u_int8_t Mode:2; member in struct:__anon8089::__anon8090
115 u_int8_t Mode:2; member in struct:__anon8089::__anon8091
121 u_int8_t Mode:2; member in struct:__anon8089::__anon8092
128 u_int32_t Mode:2; member in struct:__anon8093
134 u_int32_t Mode:2; member in struct:__anon8094
/freebsd-10-stable/sys/boot/efi/libefi/
H A Defi_console.c78 *x = conout->Mode->CursorColumn;
79 *y = conout->Mode->CursorRow;
88 *_x = conout->Mode->CursorColumn;
90 *_y = conout->Mode->CursorRow;
132 conout->QueryMode(conout, conout->Mode->Mode, &x, &y);
216 conout->QueryMode(conout, conout->Mode->Mode, &x, &y);
258 conout->QueryMode(conout, conout->Mode->Mode,
[all...]
H A Definet.c193 if (net->Mode->State == EfiSimpleNetworkStopped) {
202 if (net->Mode->State != EfiSimpleNetworkInitialized) {
211 if (net->Mode->ReceiveFilterSetting == 0) {
224 dump_mode(net->Mode);
227 bcopy(net->Mode->CurrentAddress.Addr, desc->myea, 6);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp169 /// Mode of the analyzes while recursively visiting Decls.
259 void DisplayFunction(const Decl *D, AnalysisMode Mode, argument
269 if (Mode == AM_Syntax)
271 else if (Mode == AM_Path) {
284 assert(Mode == (AM_Syntax | AM_Path) && "Unexpected mode!");
334 /// \param Mode - determines if we are requesting syntax only or path
339 void HandleCode(Decl *D, AnalysisMode Mode,
355 AnalysisMode Mode = getModeForDecl(D, RecVisitorMode); local
356 if (Mode & AM_Syntax)
396 AnalysisMode getModeForDecl(Decl *D, AnalysisMode Mode);
587 getModeForDecl(Decl *D, AnalysisMode Mode) argument
608 HandleCode(Decl *D, AnalysisMode Mode, ExprEngine::InliningModes IMode, SetOfConstDecls *VisitedCallees) argument
[all...]
/freebsd-10-stable/contrib/ntp/kernel/sys/
H A Dpcl720.h49 #define pcl720_load(Base,Cntr,Mode,Val) \
54 ctrl.s.mode = Mode; \
/freebsd-10-stable/sys/boot/efi/loader/arch/amd64/
H A Dframebuffer.c437 return (efifb_from_gop(efifb, gop->Mode, gop->Mode->Info));
505 efifb_from_gop(&efifb, gop->Mode, gop->Mode->Info);
506 print_efifb(gop->Mode->Mode, &efifb, 1);
515 for (mode = 0; mode < gop->Mode->MaxMode; mode++) {
519 efifb_from_gop(&efifb, gop->Mode, info);
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp141 static int getLoadStoreMultipleOpcode(int Opcode, ARM_AM::AMSubMode Mode) { argument
146 switch (Mode) {
155 switch (Mode) {
165 switch (Mode) {
173 switch (Mode) {
180 switch (Mode) {
187 switch (Mode) {
194 switch (Mode) {
201 switch (Mode) {
298 ARM_AM::AMSubMode Mode
711 getUpdatingLSMultipleOpcode(unsigned Opc, ARM_AM::AMSubMode Mode) argument
810 ARM_AM::AMSubMode Mode = ARM_AM::getLoadStoreMultipleSubMode(Opcode); local
873 getPreIndexedLoadStoreOpcode(unsigned Opc, ARM_AM::AddrOpc Mode) argument
898 getPostIndexedLoadStoreOpcode(unsigned Opc, ARM_AM::AddrOpc Mode) argument
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetSubtargetInfo.h85 AntiDepBreakMode& Mode,
/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DTGParser.h166 Init *ParseIDValue(Record *CurRec, IDParseMode Mode = ParseValueMode);
168 IDParseMode Mode = ParseValueMode);
170 IDParseMode Mode = ParseValueMode);
172 IDParseMode Mode = ParseValueMode);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h61 } Mode; member in class:clang::driver::Driver
129 bool CCCIsCXX() const { return Mode == GXXMode; }
132 bool CCCIsCPP() const { return Mode == CPPMode; }
135 bool IsCLMode() const { return Mode == CLMode; }
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
H A DSignals.inc71 ADDRESS_MODE Mode;
347 StackFrame.AddrPC.Mode = AddrModeFlat;
349 StackFrame.AddrStack.Mode = AddrModeFlat;
351 StackFrame.AddrFrame.Mode = AddrModeFlat;
355 StackFrame.AddrPC.Mode = AddrModeFlat;
357 StackFrame.AddrStack.Mode = AddrModeFlat;
359 StackFrame.AddrFrame.Mode = AddrModeFlat;
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp116 TargetSubtargetInfo::AntiDepBreakMode &Mode,
118 Mode = TargetSubtargetInfo::ANTIDEP_NONE;
115 enablePostRAScheduler(CodeGenOpt::Level OptLevel, TargetSubtargetInfo::AntiDepBreakMode &Mode, RegClassVector &CriticalPathRCs) const argument
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp168 TargetSubtargetInfo::AntiDepBreakMode& Mode,
170 Mode = TargetSubtargetInfo::ANTIDEP_ALL;
166 enablePostRAScheduler( CodeGenOpt::Level OptLevel, TargetSubtargetInfo::AntiDepBreakMode& Mode, RegClassVector& CriticalPathRCs) const argument

Completed in 334 milliseconds

1234