Searched refs:command (Results 276 - 300 of 602) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/sys/cam/ata/
H A Data_all.c77 switch (cmd->command) {
188 cmd->command, cmd->features,
384 ataio->cmd.command = cmd;
409 ataio->cmd.command = cmd;
430 ataio->cmd.command = cmd;
458 ataio->cmd.command = ATA_READ_PM;
468 ataio->cmd.command = ATA_WRITE_PM;
H A Data_all.h43 u_int8_t flags; /* ATA command flags */
45 #define CAM_ATAIO_FPDMA 0x02 /* FPDMA command */
46 #define CAM_ATAIO_CONTROL 0x04 /* Control, not a command */
48 #define CAM_ATAIO_DMA 0x10 /* DMA command */
50 u_int8_t command; member in struct:ata_cmd
69 u_int8_t flags; /* ATA command flags */
/freebsd-9.3-release/sys/dev/atkbdc/
H A Datkbdc.c572 /* write a one byte command to the controller */
592 /* write a one byte keyboard command */
602 /* write a one byte auxiliary device command */
611 /* send a command to the keyboard and wait for ACK */
628 /* send a command to the auxiliary device and wait for ACK */
641 * status data, when a command is received. It will immediately
655 /* send a command and a data to the keyboard, wait for ACKs */
684 /* send a command and a data to the auxiliary device, wait for ACKs */
1145 set_controller_command_byte(KBDC p, int mask, int command) argument
1150 command
[all...]
H A Datkbdcreg.h43 #define KBD_COMMAND_PORT 4 /* controller command port, write */
45 * also used as keyboard command
46 * and mouse command port
61 /* controller command byte (set by KBDC_SET_COMMAND_BYTE) */
199 int command_byte; /* current command byte value */
200 int command_mask; /* command byte mask bits for kbd/aux devices */
262 int set_controller_command_byte(KBDC kbdc, int command, int flag);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtarget.h297 command, and (if successful) pushes a new target onto the
381 void (*to_rcmd) (char *command, struct ui_file *output);
461 to the `attach' command by the user. This routine can be called
803 /* Does target have enough data to do a run or attach command? */
833 #define target_rcmd(command, outbuf) \
834 (*current_target.to_rcmd) (command, outbuf)
1245 /* Convert from a number used in a GDB command to an enum target_signal. */
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-slow.c182 u_int8_t command; member in struct:slow_oam_loopbackctrl_t
641 tlv.slow_oam_loopbackctrl->command),
642 tlv.slow_oam_loopbackctrl->command);
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_error.c506 * Tell the user that there was a problem with the command or data he sent.
509 ctl_set_invalid_field(struct ctl_scsiio *ctsio, int sks_valid, int command, argument
515 if (command != 0) {
525 if (command)
555 /* "Invalid command operation code" */
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-data.h187 /* Elements in the command window content */
226 struct tui_command_element command; /* command elements */ member in union:tui_which_element
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dmain.c114 * main. Parse arguments, invoke the protocol or command parser.
376 command(1, 0, 0);
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c84 * main. Parse arguments, invoke the protocol or command parser.
89 int forward_option = 0; /* forward flags set from command line */
368 command(1, 0, 0);
/freebsd-9.3-release/gnu/usr.bin/cvs/contrib/
H A Deasy-import.pl386 "${us}cvs co ${modname}${ue} ${so}command, and see if your new module" .
400 ${so}command.${se}
/freebsd-9.3-release/release/picobsd/tinyware/oinit/
H A Doinit.c92 /* Struct for built-in command */
93 struct command { struct
94 char *cmd; /* command name */
95 char *descr; /* command description */
115 struct command bltins[]={
124 {"?","Print this help :-)","? [command]","? set",help},
317 struct command *x;
345 printf("\n%s: no such command.\n\n",cmd);
407 /* Next command, please. */
418 struct command *
[all...]
/freebsd-9.3-release/share/mk/
H A Dbsd.info.mk47 # INSTALLINFOFLAGS Options for ${INSTALLINFO} command. [--quiet]
54 # MAKEINFOFLAGS Options for ${MAKEINFO} command. [--no-split]
/freebsd-9.3-release/sys/dev/aac/
H A Daacvar.h150 * Per-command control structure.
159 * command */
166 * command */
168 #define AAC_CMD_MAPPED (1<<0) /* command has had its data
170 #define AAC_CMD_DATAIN (1<<1) /* command involves data moving
172 #define AAC_CMD_DATAOUT (1<<2) /* command involves data moving
174 #define AAC_CMD_COMPLETED (1<<3) /* command has been completed */
175 #define AAC_CMD_TIMEDOUT (1<<4) /* command taken too long */
189 time_t cm_timestamp; /* command creation time */
241 void (*aif_set_mailbox)(struct aac_softc *sc, u_int32_t command,
[all...]
/freebsd-9.3-release/sys/dev/drm/
H A Dvia_dma.c82 * Free space in command buffer.
96 * How much does the command regulator lag behind?
448 * If there is a possibility that the command reader will
539 uint32_t command; local
553 command = ((HC_SubA_HAGPCMNT << 24) | (start_addr >> 24) |
564 VIA_WRITE(VIA_REG_TRANSPACE, command);
571 VIA_WRITE(VIA_REG_TRANSPACE, command | HC_HAGPCMNT_MASK);
585 * command reader to pause and where it actually pauses.
626 * Wrap command buffer to the beginning.
648 * command buffe
[all...]
/freebsd-9.3-release/sys/dev/hptmv/
H A DmvStorageDev.h129 /* Defines for parsing the IDENTIFY command results*/
189 MV_U8 command);
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dintel_sata.h100 U32 command_flag :1; // command, auto_activate, or notification
117 U32 command :8; member in struct:SATA_FIS_REG_H2D
199 * are used to communicate the command tag.
H A Dsati_atapi.c114 // We don't send Report Luns command out.
136 { //Request Sense command is required.
150 //build Packet Fis for any other command translation.
151 register_fis->command = ATA_PACKET;
199 //Internal Request Sense command is needed.
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi_cam.c412 uint8_t command, device; local
417 command = csio->cdb_io.cdb_ptr[0];
419 command = csio->cdb_io.cdb_bytes[0];
420 if (command == INQUIRY) {
/freebsd-9.3-release/sys/dev/pci/
H A Dpcib_private.h96 uint16_t command; /* command register */ member in struct:pcib_softc
/freebsd-9.3-release/sys/dev/sfxge/
H A Dsfxge.c182 sfxge_if_ioctl(struct ifnet *ifp, unsigned long command, caddr_t data) argument
192 switch (command) {
266 error = ifmedia_ioctl(ifp, ifr, &sc->media, command);
269 error = ether_ioctl(ifp, command, data);
/freebsd-9.3-release/usr.bin/systat/
H A Dcmds.c50 command(const char *cmd) function
114 error("%s: Ambiguous command.", tmpstr1);
145 error("%s: Unknown command.", tmpstr1);
/freebsd-9.3-release/crypto/openssl/fips/
H A Dfips_premain.c69 The rest has to be taken care of through command line:-Wl, -init,
/freebsd-9.3-release/contrib/dialog/
H A Ddialog.pl375 local ( $listp, $command ) = @_;
385 exec($command);
/freebsd-9.3-release/sys/netgraph/
H A Dng_sppp.c177 ng_sppp_ioctl (struct ifnet *ifp, u_long command, caddr_t data) argument
181 error = sppp_ioctl (ifp, command, data);

Completed in 227 milliseconds

<<11121314151617181920>>