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

12

/freebsd-9.3-release/contrib/texinfo/info/
H A Dinfomap.c294 info_keymap[Control ('x')].type = ISKMAP;
295 info_keymap[Control ('x')].function = (InfoCommand *)keymap_make_keymap ();
305 echo_area_keymap[Control ('x')].type = ISKMAP;
306 echo_area_keymap[Control ('x')].function
325 map[Control ('a')].function = ea_beg_of_line;
326 map[Control ('b')].function = ea_backward;
327 map[Control ('d')].function = ea_delete;
328 map[Control ('e')].function = ea_end_of_line;
329 map[Control ('f')].function = ea_forward;
330 map[Control ('
[all...]
H A Dinfomap.h45 #define Control(c) ((toupper (c)) & (~control_character_bit)) macro
H A Dsession.h100 if (info_input_pending_p () == Control ('g')) \
/freebsd-9.3-release/sys/contrib/dev/acpica/dispatcher/
H A Ddscontrol.c96 if (WalkState->ControlState->Control.AmlPredicateStart ==
126 ControlState->Control.AmlPredicateStart = WalkState->ParserState.Aml - 1;
127 ControlState->Control.PackageEnd = WalkState->ParserState.PkgEnd;
128 ControlState->Control.Opcode = Op->Common.AmlOpcode;
228 ControlState->Control.LoopCount++;
229 if (ControlState->Control.LoopCount > ACPI_MAX_LOOP_ITERATIONS)
240 WalkState->AmlLastWhile = ControlState->Control.AmlPredicateStart;
384 (WalkState->ControlState->Control.Opcode != AML_WHILE_OP))
397 /* Was: WalkState->AmlLastWhile = WalkState->ControlState->Control.AmlPredicateStart; */
399 WalkState->AmlLastWhile = WalkState->ControlState->Control
[all...]
H A Ddswexec.c298 WalkState->ControlState->Control.PredicateOp = Op;
752 (WalkState->ControlState->Control.PredicateOp == Op))
H A Ddsutils.c273 (WalkState->ControlState->Control.PredicateOp == Op))
/freebsd-9.3-release/sys/boot/efi/include/
H A Defiser.h87 IN UINT32 Control
94 OUT UINT32 *Control
/freebsd-9.3-release/contrib/nvi/tk/
H A Dinit.tcl75 bind .t <Control-a> {tk_key_enter "\001"; break}
76 bind .t <Control-b> {tk_key_enter "\002"; break}
77 bind .t <Control-c> {tk_key_enter "\003"; break}
78 bind .t <Control-d> {tk_key_enter "\004"; break}
79 bind .t <Control-e> {tk_key_enter "\005"; break}
80 bind .t <Control-f> {tk_key_enter "\006"; break}
81 bind .t <Control-g> {tk_key_enter "\007"; break}
82 bind .t <Control-h> {tk_key_enter "\010"; break}
83 bind .t <Control-i> {tk_key_enter "\011"; break}
84 bind .t <Control
[all...]
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dbiospnp.c98 #define biospnp_f01(Node, devNodeBuffer, Control) biospnp_call(0x01, "llw", Node, devNodeBuffer, Control)
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Di386-opc.h172 #define Control 0x80000 /* Control register */ macro
H A Di386-tbl.h65 { Control,
69 { Control,
2368 { Control,
4487 { "cr0", Control, 0, 0 },
4488 { "cr1", Control, 0, 1 },
4489 { "cr2", Control, 0, 2 },
4490 { "cr3", Control, 0, 3 },
4491 { "cr4", Control, 0, 4 },
4492 { "cr5", Control, 0, 5 },
4493 { "cr6", Control,
[all...]
/freebsd-9.3-release/sys/boot/i386/btx/lib/
H A Dbtxv86.s29 .set V86_CTL,0x0 # Control flags
/freebsd-9.3-release/sys/boot/pc98/btx/lib/
H A Dbtxv86.s29 .set V86_CTL,0x0 # Control flags
/freebsd-9.3-release/sys/dev/mpt/mpilib/
H A Dmpi_raid.h213 U32 Control; /* 14h */ member in struct:_MSG_SCSI_IO_RAID_PT_REQUEST
H A Dmpi_init.h115 U32 Control; /* 14h */ member in struct:_MSG_SCSI_IO_REQUEST
145 /* SCSI IO Control bits */
302 U32 Control; /* 14h */ member in struct:_MSG_SCSI_IO32_REQUEST
352 /* SCSI IO 32 Control bits */
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_debug.c540 printf("\tControl 0x%08x ", msg->Control);
546 switch (msg->Control & MPI_SCSIIO_CONTROL_DATADIRECTION_MASK) {
554 switch (msg->Control & MPI_SCSIIO_CONTROL_TASKATTRIBUTE_MASK) {
576 if ((msg->Control & MPI_SCSIIO_CONTROL_DATADIRECTION_MASK) !=
H A Dmpt_cam.c2135 mpt_req->Control = MPI_SCSIIO_CONTROL_READ;
2137 mpt_req->Control = MPI_SCSIIO_CONTROL_WRITE;
2139 mpt_req->Control = MPI_SCSIIO_CONTROL_NODATATRANSFER;
2145 mpt_req->Control |= MPI_SCSIIO_CONTROL_HEADOFQ;
2148 mpt_req->Control |= MPI_SCSIIO_CONTROL_ACAQ;
2151 mpt_req->Control |= MPI_SCSIIO_CONTROL_ORDEREDQ;
2155 mpt_req->Control |= MPI_SCSIIO_CONTROL_SIMPLEQ;
2160 mpt_req->Control |= MPI_SCSIIO_CONTROL_SIMPLEQ;
2163 mpt_req->Control |= MPI_SCSIIO_CONTROL_UNTAGGED;
2169 mpt_req->Control |
[all...]
/freebsd-9.3-release/sys/dev/mpr/mpi/
H A Dmpi2_init.h61 * Control field Task Attribute flags.
147 U32 Control; /* 0x3C */ member in struct:_MPI2_SCSI_IO_REQUEST
231 /* SCSI IO Control bits */
301 U32 Control; /* 0x3C */ member in struct:_MPI25_SCSI_IO_REQUEST
366 /* use MPI2_SCSIIO_CONTROL_ defines for the Control field */
H A Dmpi2_history.txt305 * Control field Task Attribute flags.
468 * Control Request.
469 * 10-02-08 02.00.02 Added Set IOC Parameter Operation to SAS IO Unit Control
474 * 08-11-10 02.00.05 Added NCQ operations to SAS IO Unit Control.
/freebsd-9.3-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt247 * Control field Task Attribute flags.
373 * Control Request.
374 * 10-02-08 02.00.02 Added Set IOC Parameter Operation to SAS IO Unit Control
379 * 08-11-10 02.00.05 Added NCQ operations to SAS IO Unit Control.
H A Dmpi2_init.h53 * Control field Task Attribute flags.
131 U32 Control; /* 0x3C */ member in struct:_MPI2_SCSI_IO_REQUEST
215 /* SCSI IO Control bits */
/freebsd-9.3-release/sys/boot/i386/btx/btx/
H A Dbtx.S72 .set V86_CTL,0x0 # Control flags
163 mov $idtctl,%si # Control string
519 intusr.1: xorl %edx,%edx # Control flags
720 testb $0x80,%al # Control?
/freebsd-9.3-release/sys/boot/pc98/btx/btx/
H A Dbtx.S70 .set V86_CTL,0x0 # Control flags
159 mov $idtctl,%si # Control string
545 intusr.1: xorl %edx,%edx # Control flags
745 testb $0x80,%al # Control?
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dactbl1.h212 ACPI_GENERIC_ADDRESS Control; /* Address of EC command/status register */ member in struct:acpi_table_ecdt
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_ec.c291 ecdt->Control.BitWidth != 8 ||
315 bus_set_resource(child, SYS_RES_IOPORT, 1, ecdt->Control.Address,

Completed in 304 milliseconds

12