Home
last modified time | relevance | path

Searched refs:Mode (Results 1 – 25 of 203) sorted by relevance

123456789

/freebsd-10-stable/sys/gnu/dts/arm/
Dexynos4412-origen.dts238 op_mode = <1>; /* Normal Mode */
246 op_mode = <1>; /* Normal Mode */
254 op_mode = <1>; /* Normal Mode */
262 op_mode = <1>; /* Normal Mode */
270 op_mode = <1>; /* Normal Mode */
278 op_mode = <1>; /* Normal Mode */
286 op_mode = <1>; /* Normal Mode */
294 op_mode = <1>; /* Normal Mode */
302 op_mode = <1>; /* Normal Mode */
310 op_mode = <1>; /* Normal Mode */
[all …]
/freebsd-10-stable/usr.sbin/ctm/ctm/
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/boot/efi/libefi/
Defi_console.c78 *x = conout->Mode->CursorColumn; in get_pos()
79 *y = conout->Mode->CursorRow; in get_pos()
88 *_x = conout->Mode->CursorColumn; in curs_move()
90 *_y = conout->Mode->CursorRow; in curs_move()
132 conout->QueryMode(conout, conout->Mode->Mode, &x, &y); in efi_cons_rawputchar()
216 conout->QueryMode(conout, conout->Mode->Mode, &x, &y); in CD()
258 conout->QueryMode(conout, conout->Mode->Mode, &x, &y); in CL()
Definet.c193 if (net->Mode->State == EfiSimpleNetworkStopped) { in efinet_init()
202 if (net->Mode->State != EfiSimpleNetworkInitialized) { in efinet_init()
211 if (net->Mode->ReceiveFilterSetting == 0) { in efinet_init()
224 dump_mode(net->Mode); in efinet_init()
227 bcopy(net->Mode->CurrentAddress.Addr, desc->myea, 6); in efinet_init()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp259 void DisplayFunction(const Decl *D, AnalysisMode Mode, in DisplayFunction() argument
269 if (Mode == AM_Syntax) in DisplayFunction()
271 else if (Mode == AM_Path) { in DisplayFunction()
284 assert(Mode == (AM_Syntax | AM_Path) && "Unexpected mode!"); in DisplayFunction()
339 void HandleCode(Decl *D, AnalysisMode Mode,
355 AnalysisMode Mode = getModeForDecl(D, RecVisitorMode); in VisitDecl() local
356 if (Mode & AM_Syntax) in VisitDecl()
396 AnalysisMode getModeForDecl(Decl *D, AnalysisMode Mode);
587 AnalysisConsumer::getModeForDecl(Decl *D, AnalysisMode Mode) { in getModeForDecl() argument
602 return Mode & ~AM_Path; in getModeForDecl()
[all …]
/freebsd-10-stable/sys/contrib/dev/acpica/components/hardware/
Dhwacpi.c67 UINT32 Mode) in AcpiHwSetMode() argument
109 switch (Mode) in AcpiHwSetMode()
150 if (AcpiHwGetMode () == Mode) in AcpiHwSetMode()
153 "Mode %X successfully enabled\n", Mode)); in AcpiHwSetMode()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp141 static int getLoadStoreMultipleOpcode(int Opcode, ARM_AM::AMSubMode Mode) { in getLoadStoreMultipleOpcode() argument
146 switch (Mode) { in getLoadStoreMultipleOpcode()
155 switch (Mode) { in getLoadStoreMultipleOpcode()
165 switch (Mode) { in getLoadStoreMultipleOpcode()
173 switch (Mode) { in getLoadStoreMultipleOpcode()
180 switch (Mode) { in getLoadStoreMultipleOpcode()
187 switch (Mode) { in getLoadStoreMultipleOpcode()
194 switch (Mode) { in getLoadStoreMultipleOpcode()
201 switch (Mode) { in getLoadStoreMultipleOpcode()
298 ARM_AM::AMSubMode Mode = ARM_AM::ia; in MergeOps() local
[all …]
/freebsd-10-stable/sys/dev/ciss/
Dcissio.h110 u_int8_t Mode:2; member
115 u_int8_t Mode:2; member
121 u_int8_t Mode:2; member
128 u_int32_t Mode:2; member
134 u_int32_t Mode:2; member
/freebsd-10-stable/tools/tools/ath/athprom/
Deeprom-39 | A Mode $Amode | B Mode $Bmode | G Mode $Gmode |
75 | A Mode $Amode | B Mode $Bmode | G Mode $Gmode |
123 | A Mode $Amode | B Mode $Bmode | G Mode $Gmode |
Deeprom-411 | A Mode $Amode | B Mode $Bmode | G Mode $Gmode |
84 | A Mode $Amode | B Mode $Bmode | G Mode $Gmode |
149 | A Mode $Amode | B Mode $Bmode | G Mode $Gmode |
Deeprom-512 | A Mode $Amode | B Mode $Bmode | G Mode $Gmode |
98 | A Mode $Amode | B Mode $Bmode | G Mode $Gmode |
176 | A Mode $Amode | B Mode $Bmode | G Mode $Gmode |
/freebsd-10-stable/usr.sbin/pkg_install/add/
Dfutil.c81 if (Mode) in apply_perms()
82 if (vsystem("cd %s && /bin/chmod -R %s %s", cd_to, Mode, arg)) in apply_perms()
83 warnx("couldn't change modes of '%s' to '%s'", arg, Mode); in apply_perms()
/freebsd-10-stable/sys/boot/efi/loader/arch/amd64/
Dframebuffer.c437 return (efifb_from_gop(efifb, gop->Mode, gop->Mode->Info)); in efi_find_framebuffer()
505 efifb_from_gop(&efifb, gop->Mode, gop->Mode->Info); in command_gop()
506 print_efifb(gop->Mode->Mode, &efifb, 1); in command_gop()
515 for (mode = 0; mode < gop->Mode->MaxMode; mode++) { in command_gop()
519 efifb_from_gop(&efifb, gop->Mode, info); in command_gop()
/freebsd-10-stable/gnu/usr.bin/grep/
Dsystem.h106 # define S_ISDIR(Mode) (((Mode) & S_IFMT) == S_IFDIR) argument
109 # define S_ISREG(Mode) (((Mode) & S_IFMT) == S_IFREG) argument
Disdir.c30 # define S_ISDIR(Mode) (((Mode) & S_IFMT) == S_IFDIR) argument
/freebsd-10-stable/contrib/llvm/lib/Support/
DFileOutputBuffer.cpp65 unsigned Mode = sys::fs::all_read | sys::fs::all_write; in create() local
68 Mode |= sys::fs::all_exe; in create()
74 TempFilePath, Mode); in create()
/freebsd-10-stable/contrib/llvm/lib/Target/
DTargetSubtargetInfo.cpp47 AntiDepBreakMode& Mode, in enablePostRAScheduler() argument
49 Mode = ANTIDEP_NONE; in enablePostRAScheduler()
/freebsd-10-stable/sys/boot/efi/include/
Deficonsctl.h54 OUT EFI_CONSOLE_CONTROL_SCREEN_MODE *Mode,
83 IN EFI_CONSOLE_CONTROL_SCREEN_MODE Mode
Defigop.h61 UINT32 Mode; member
118 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE *Mode; member
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
DDriver.h61 } Mode; variable
129 bool CCCIsCXX() const { return Mode == GXXMode; } in CCCIsCXX()
132 bool CCCIsCPP() const { return Mode == CPPMode; } in CCCIsCPP()
135 bool IsCLMode() const { return Mode == CLMode; } in IsCLMode()
/freebsd-10-stable/contrib/llvm/lib/TableGen/
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/include/llvm/
DLinker.h44 bool linkInModule(Module *Src, unsigned Mode, std::string *ErrorMsg);
49 static bool LinkModules(Module *Dest, Module *Src, unsigned Mode,
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
DJDTrace.java62 enum Mode { enum in JDTrace
637 Mode mode = Mode.EXEC; in main()
727 mode = Mode.INFO; in main()
750 mode = Mode.LIST; in main()
821 mode = Mode.VERSION; in main()
854 if (mode == Mode.VERSION) { in main()
891 if (mode == Mode.LIST) { in main()
940 if (mode == Mode.EXEC) { in main()
946 if ((mode == Mode.EXEC) && !quiet) { in main()
957 if (mode != Mode.EXEC) { in main()
/freebsd-10-stable/contrib/file/magic/Magdir/
Dsysex123 >>>4 byte 0x07 MODR (Mode Parameter Request)
124 >>>4 byte 0x17 MODD (Mode Parameter Dump)
125 >>>4 byte 0x27 MODP (Mode Parameter Parameter Change)
126 >>>4 byte 0x37 MODQ (Mode Parameter Parameter Inquiry)
169 >>>4 byte 0x07 MODR (Mode Command Request)
170 >>>4 byte 0x17 MODD (Mode Command Dump)
171 >>>4 byte 0x27 MODP (Mode Command Parameter Change)
172 >>>4 byte 0x37 MODQ (Mode Command Parameter Inquiry)
/freebsd-10-stable/crypto/openssl/doc/crypto/
Ddes_modes.pod17 =head2 Electronic Codebook Mode (ECB)
42 =head2 Cipher Block Chaining Mode (CBC)
76 =head2 Cipher Feedback Mode (CFB)
123 =head2 Output Feedback Mode (OFB)
184 =head2 Triple ECB Mode
219 =head2 Triple CBC Mode

123456789