HomeSort by: relevance | last modified time | path
    Searched refs:Control (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/external/gpl2/texinfo/dist/info/
infomap.c 296 info_keymap[Control ('x')].type = ISKMAP;
297 info_keymap[Control ('x')].function = (InfoCommand *)keymap_make_keymap ();
307 echo_area_keymap[Control ('x')].type = ISKMAP;
308 echo_area_keymap[Control ('x')].function
327 map[Control ('a')].function = ea_beg_of_line;
328 map[Control ('b')].function = ea_backward;
329 map[Control ('d')].function = ea_delete;
330 map[Control ('e')].function = ea_end_of_line;
331 map[Control ('f')].function = ea_forward;
332 map[Control ('g')].function = ea_abort
    [all...]
infomap.h 47 #define Control(c) ((toupper (c)) & (~control_character_bit))
  /src/sys/arch/emips/stand/common/
ace.c 125 { "Control",
240 SysacePrintRegister(&Control_Names, Interface->Control);
263 uint32_t BusMode, Control;
266 Interface->Control = SAC_RST;
274 Control = Interface->Control;
280 Interface->Control = Control | SAC_BUS16;
281 Interface->Control = Interface->Control & ~SAC_BUS8
    [all...]
clock.c 49 Tc->Control = TCCT_ENABLE;
enic.c 135 isr = regs->Control;
139 regs->Control = EC_RESET;
171 regs->Control = EC_RESET;
187 regs->Control = EC_RESET;
189 regs->Control = regs->Control & (~EC_RXDIS);
201 if (0 == (regs->Control & EC_OF_EMPTY))
prom_iface.c 162 us->Control = (USC_RXEN|USC_TXEN|USC_BPC_8|USC_NONE|USC_1STOP|USC_CLKDIV_4);
208 //printf("RAM @%x tag=%x ctl=%x\n", Ram, Ram->BaseAddressAndTag,Ram->Control);
216 size = Ram->Control & RAMST_SIZE;
262 //printf("RAM @%x tag=%x ctl=%x\n", Ram, Ram->BaseAddressAndTag,Ram->Control);
276 size = Ram->Control & RAMST_SIZE;
280 base += Ours->Control & RAMST_SIZE;
310 //printf("RAM @%x tag=%x ctl=%x\n", Ram, Ram->BaseAddressAndTag,Ram->Control);
318 size = Ram->Control & RAMST_SIZE;
  /src/sys/external/bsd/acpica/dist/dispatcher/
dscontrol.c 3 * Module Name: dscontrol - Support for execution control opcodes -
61 * Op - The control Op
65 * DESCRIPTION: Handles all control ops encountered during control method
90 * There is no need to allocate a new control state.
94 if (WalkState->ControlState->Control.AmlPredicateStart ==
109 * IF/WHILE: Create a new control state to manage these
123 ControlState->Control.AmlPredicateStart =
125 ControlState->Control.PackageEnd =
127 ControlState->Control.Opcode
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
regstr.d 191 REGSTR_PATH_IDCONFIGDB = `System\CurrentControlSet\Control\IDConfigDB`,
209 REGSTR_PATH_CODEPAGE = `System\CurrentControlSet\Control\Nls\Codepage`,
210 REGSTR_PATH_FILESYSTEM = `System\CurrentControlSet\Control\FileSystem`,
211 REGSTR_PATH_FILESYSTEM_NOVOLTRACK = `System\CurrentControlSet\Control\FileSystem\NoVolTrack`,
212 REGSTR_PATH_CDFS = `System\CurrentControlSet\Control\FileSystem\CDFS`,
213 REGSTR_PATH_WINBOOT = `System\CurrentControlSet\Control\WinBoot`,
214 REGSTR_PATH_INSTALLEDFILES = `System\CurrentControlSet\Control\InstalledFiles`,
215 REGSTR_PATH_VMM32FILES = `System\CurrentControlSet\Control\VMM32Files`,
225 REGSTR_PATH_CONTROLPANEL = `Control Panel`,
563 REGSTR_PATH_APPEARANCE = `Control Panel\Appearance`
    [all...]
mswsock.d 150 WSABUF Control;
156 /* According to MSDN docs, the WSAMSG.Control buffer starts with a
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiser.h 82 IN UINT32 Control
89 OUT UINT32 *Control
  /src/sys/arch/emips/ebus/
icap_ebus.c 310 if (sc->sc_dp->Control & (ICAPC_IF_FULL|ICAPC_ERROR))
365 isr = sc->sc_dp->Control;
406 isr = sc->sc_dp->Control;
422 DEBUG_PRINT(("icap_reset %x\n",sc->sc_dp->Control), DEBUG_STATUS);
423 sc->sc_dp->Control = ICAPC_RESET;
425 sc->sc_dp->Control = ICAPC_INTEN;
ace_ebus.c 467 "Control",
592 SysacePrintRegister(&Control_Names, regs->Control);
623 uint32_t BusMode, Control;
626 regs->Control = SAC_RST;
634 Control = regs->Control;
639 regs->Control = Control | SAC_BUS16;
640 regs->Control = regs->Control & ~SAC_BUS8
    [all...]
if_le_ebus.c 253 if ((sc->sc_regs->Control & EC_OF_EMPTY) == 0)
279 if ((sc->sc_regs->Control & EC_OF_EMPTY) == 0)
332 printf("enic_stop %x\n", sc->sc_regs->Control);
340 sc->sc_regs->Control = EC_RESET;
388 if (sc->sc_regs->Control & EC_IF_FULL)
426 if (sc->sc_regs->Control & EC_IF_FULL)
479 if (sc->sc_regs->Control & EC_IF_FULL)
534 ctl = sc->sc_regs->Control | EC_INTEN;
536 sc->sc_regs->Control = ctl;
553 printf("enic_watch ctl=%x\n", sc->sc_regs->Control);
    [all...]
clock_ebus.c 112 tc->Control = TCCT_ENABLE | TCCT_INT_ENABLE;
263 x = tc->Control;
323 sc->sc_dp->Control &= ~(TCCT_INT_ENABLE|TCCT_INTERRUPT);
dz_ebus.c 167 /* we have no modem control but..*/
457 dzr->Control = USC_CLKDIV_4 | USC_TXEN | USC_RXEN | lpr;
478 /* we have no modem control bits (CD,RI,DTR,DSR,..) */
506 dzr->Control |= USC_STTBRK;
509 dzr->Control |= USC_STPBRK;
538 dzr->Control = USC_RSTSTA;
738 dzcn->Control =
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h 59 BOOLEAN RtsCtsEnable; // RTS, CTS control
164 // Debugport UART16550 control protocol {628EA978-4C26-4605-BC02-A42A496917DD}
189 IN UINT32 Control
196 OUT UINT32 *Control
  /src/external/apache2/llvm/dist/libcxx/benchmarks/
string.bench.cpp 70 enum class DiffType { Control, ChangeFirst, ChangeMiddle, ChangeLast };
72 static constexpr const char* Names[] = {"Control", "ChangeFirst",
80 case DiffType::Control:
98 case DiffType::Control:
116 case DiffType::Control:
128 DiffType D = DiffType::Control) {
142 DiffType D = DiffType::Control,
161 makeString(Length(), DiffType::Control, Opaque()));
367 constexpr auto D = DiffType::Control;
426 // We only care about control when the lengths differ
    [all...]
  /src/sys/arch/emips/include/
emipsreg.h 102 * Preferred addresses (nb: for the control registers of...)
130 volatile uint32_t Control; /* rw */
161 volatile uint32_t Control; /* rw */
197 volatile uint32_t Control; /* rw */
380 volatile uint32_t Control; /* rw */
462 volatile uint32_t Control; /* rw */
494 volatile uint32_t Control; /* rw */
519 volatile uint32_t Control;
564 volatile uint32_t Control; /*0x00000004 */
584 /* volatile uint32_t Control; 0x00000004 *
    [all...]
  /src/sys/external/bsd/acpica/dist/parser/
psloop.c 180 * Skip parsing of control method because we don't have enough
226 WalkState->ControlState->Control.PackageEnd =
284 /* We are restarting a preempted control method */
348 * executing it as a control method. However, if we encounter
447 ((WalkState->ControlState->Control.Opcode == AML_IF_OP) ||
448 (WalkState->ControlState->Control.Opcode == AML_WHILE_OP)))
455 WalkState->ControlState->Control.AmlPredicateStart + 1;
515 * Skip parsing of control method or opregion body,
566 * loading a table by executing it as a control method.
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 315 [0001] P-State Control : 00
318 [0004] PM1A Control Block Address : 00000001
319 [0004] PM1B Control Block Address : 00000000
320 [0004] PM2 Control Block Address : 00000001
325 [0001] PM1 Control Block Length : 02
326 [0001] PM2 Control Block Length : 01
354 Control Method Power Button (V1) : 0
355 Control Method Sleep Button (V1) : 0
398 [0012] PM1A Control Block : [Generic Address Structure]
405 [0012] PM1B Control Block : [Generic Address Structure
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.cpp 40 "ASCII", "VIRTKEY", "NOINVERT", "ALT", "SHIFT", "CONTROL"};
44 ALT, SHIFT, CONTROL};
130 const StringMap<Control::CtlInfo> Control::SupportedCtls = {
149 {"CONTROL", CtlInfo{0x50000000, 0, true}},
152 raw_ostream &Control::log(raw_ostream &OS) const {
153 OS << " Control (" << ID << "): " << Type << ", title: " << Title
  /src/external/bsd/ntp/dist/scripts/ntptrace/
ntptrace-opts.def 48 ntptrace to work properly, each of these servers must implement the NTP Control
  /src/external/gpl3/gcc/dist/libgcc/config/ft32/
crti-hw.S 54 ldk $r1,0x100e3 # FT900 IRQ Control Register
56 ldk $r1,0x10123 # FT930 IRQ Control Register
  /src/external/gpl3/gcc.old/dist/libgcc/config/ft32/
crti-hw.S 54 ldk $r1,0x100e3 # FT900 IRQ Control Register
56 ldk $r1,0x10123 # FT930 IRQ Control Register
  /src/sys/dev/ic/
mpt_netbsd.c 869 mpt_req->Control = MPI_SCSIIO_CONTROL_READ;
871 mpt_req->Control = MPI_SCSIIO_CONTROL_WRITE;
873 mpt_req->Control = MPI_SCSIIO_CONTROL_NODATATRANSFER;
881 mpt_req->Control |= MPI_SCSIIO_CONTROL_HEADOFQ;
886 mpt_req->Control |= MPI_SCSIIO_CONTROL_ACAQ;
891 mpt_req->Control |= MPI_SCSIIO_CONTROL_ORDEREDQ;
895 mpt_req->Control |= MPI_SCSIIO_CONTROL_SIMPLEQ;
900 mpt_req->Control |= MPI_SCSIIO_CONTROL_UNTAGGED;
902 mpt_req->Control |= MPI_SCSIIO_CONTROL_SIMPLEQ;
906 mpt_req->Control |= MPI_SCSIIO_CONTROL_UNTAGGED
    [all...]

Completed in 45 milliseconds

1 2 3 4