Searched refs:command (Results 201 - 225 of 602) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/boot/arm/at91/bootspi/
H A Dloader_prompt.c85 * This private function converts a command string to a command code.
93 for (i = 0; CommandTable[i].command != COMMAND_FINAL_FLAG; ++i)
95 return (CommandTable[i].command);
119 /* look for next command */
127 /* in command, find next white space */
307 * Each command is terminated with NULL (0) or ''.
/freebsd-9.3-release/sys/dev/ida/
H A Dida.c354 ida_command(struct ida_softc *ida, int command, void *data, int datasize, argument
383 hwqcb->req.command = command;
443 hwqcb->req.command = bp->bio_cmd == BIO_READ ? CMD_READ : CMD_WRITE;
534 * should switch out command type; may be status, not just I/O.
542 * finish up command
651 ci = ida_cmd_lookup(uc->command);
664 error = ida_command(sc, uc->command, daddr, len,
714 ida_cmd_lookup (int command) argument
720 if (ci->cmd == command)
[all...]
H A Didavar.h58 u_int8_t command; /* command */ member in struct:ida_req
201 extern int ida_command(struct ida_softc *ida, int command, void *data,
/freebsd-9.3-release/sys/netgraph/
H A Dng_iface.c286 ng_iface_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
292 ng_iface_print_ioctl(ifp, command, data);
294 switch (command) {
491 ng_iface_print_ioctl(struct ifnet *ifp, int command, caddr_t data) argument
495 switch (command & IOC_DIRMASK) {
514 IOCGROUP(command),
515 command & 0xff,
516 IOCPARM_LEN(command));
/freebsd-9.3-release/contrib/tnftp/src/
H A Dftp.c320 command(const char *fmt, ...) function
341 warnx("No control connection for command");
759 if (command("REST " LLF, (LLT)restart_point) != CONTINUE)
764 if (command("%s %s", cmd, remote) != PRELIM)
767 if (command("%s", cmd) != PRELIM)
997 command("REST " LLF, (LLT) restart_point) != CONTINUE)
1000 if (command("%s %s", cmd, remote) != PRELIM)
1003 if (command("%s", cmd) != PRELIM)
1197 * Need to start a listen on the data channel before we send the command,
1244 result = command("EPS
[all...]
/freebsd-9.3-release/contrib/gdb/
H A Ddjunpack.bat23 command.com /e:4096 /c %0 %1
30 Rem an empty fnchange.tmp even if the command failed for some reason.
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-disas.c31 /* The arguments to be passed on the command line and parsed here are:
52 mi_cmd_disassemble (char *command, char **argv, int argc) argument
/freebsd-9.3-release/contrib/groff/src/include/
H A Dfont.h118 virtual void handle_unknown_font_command(const char *command,
/freebsd-9.3-release/contrib/tcpdump/
H A Dappletalk.h145 u_int8_t command; member in struct:zipHeader
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Ddefun.c184 brackets, or braces. A token is also ended by a command. */
213 /* If we encounter a command embedded within a token,
347 a command or a macro; in any other place it will trigger an
687 If the name of the calling command ends in `x', then this is an extra
693 char *base_command = xstrdup (command); /* command with any `x' removed */
694 int x_p = (command[strlen (command) - 1] == 'x');
713 base_command, command);
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_error.h62 void ctl_set_invalid_field(struct ctl_scsiio *ctsio, int sks_valid, int command,
H A Dctl_ha.h161 ctl_ha_dt_cmd command; member in struct:ctl_ha_dt_req
/freebsd-9.3-release/sys/dev/aac/
H A Daac_disk.c227 * Send out one command at a time with up to maxio of data.
241 u_int32_t command; local
274 command = ContainerCommand;
286 command = ContainerCommand64;
294 * bother trying to send the command from the callback; there
307 if (aac_sync_fib(sc, command, 0, fib, size)) {
/freebsd-9.3-release/sys/powerpc/include/
H A Ddbdma.h114 * Each DBDMA command word has the current channel status register and the
116 * at time of command completion.
140 void dbdma_insert_command(dbdma_channel_t *chan, int slot, int command,
/freebsd-9.3-release/sys/powerpc/powermac/
H A Ddbdma.c279 dbdma_insert_command(dbdma_channel_t *chan, int slot, int command, int stream, argument
286 cmd.cmd = command;
294 if (command != DBDMA_STORE_QUAD && command != DBDMA_LOAD_QUAD)
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dscaffold.c221 void shell_cmd(command)
222 char *command;
225 printf("command: %s", command);
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.c52 /* dosetpath -- setpath built-in command
81 dosetpath(Char **arglist, struct command *c)
198 dogetxvers(Char **v, struct command *c)
210 dosetxvers(Char **v, struct command *c)
287 dogetspath(Char **v, struct command *c)
331 dosetspath(Char **v, struct command *c)
419 domigrate(Char **v, struct command *c)
500 dodmmode(Char **v, struct command *c)
559 dowarp(Char **v, struct command *c)
626 douniverse(Char **v, struct command *
[all...]
/freebsd-9.3-release/sys/dev/aacraid/
H A Daacraid_pci.c155 u_int32_t command; local
173 command = pci_read_config(sc->aac_dev, PCIR_COMMAND, 2);
174 if (!(command & PCIM_CMD_BUSMASTEREN)) {
/freebsd-9.3-release/sys/dev/advansys/
H A Dadw_pci.c202 u_int16_t command; local
295 command = pci_read_config(dev, PCIR_COMMAND, /*bytes*/2);
296 if ((command & PCIM_CMD_PERRESPEN) == 0)
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscu_task_context.h227 * These constants provide the grouping of the different SCU command types.
237 #define MAKE_SCU_CONTEXT_COMMAND_REQUEST(type, command) \
238 ((type) | (((U32)(command)) << SCU_CONTEXT_COMMAND_REQUEST_SUBTYPE_SHIFT))
345 U32 command : 8; member in struct:STP_TASK_CONTEXT
659 * This field is programmed with one of the following command type codes
710 * frame. command, task, and response frames utilized control_frame
772 * This field is the command iu length in dwords
814 * command iu buffer
820 * command iu buffer
/freebsd-9.3-release/usr.bin/newkey/
H A Dupdate.c142 _openchild(char *command, FILE **fto, FILE **ffrom) argument
173 com = malloc((unsigned) strlen(command) + 6);
177 (void)sprintf(com, "exec %s", command);
/freebsd-9.3-release/usr.bin/truss/
H A Dmain.c69 " truss [-cfaedDS] [-o file] [-s strsize] command [args]");
172 char **command; local
255 if (trussinfo->pid == 0) { /* Start a command ourselves */
256 command = av;
257 trussinfo->pid = setup_and_wait(command);
/freebsd-9.3-release/usr.sbin/rpc.ypupdated/
H A Dupdate.c146 _openchild(char *command, FILE **fto, FILE **ffrom) argument
177 com = malloc((unsigned) strlen(command) + 6);
181 (void)sprintf(com, "exec %s", command);
/freebsd-9.3-release/usr.sbin/sade/
H A Dsystem.c141 /* Run some general command */
143 systemExecute(char *command) argument
158 status = system(command);
161 msgDebug("systemExecute: Faked execution of `%s'\n", command);
271 msgDebug("Executing command `%s'\n", cmd);
/freebsd-9.3-release/contrib/less/
H A Dtags.c500 char *command;
530 command = (char *) ecalloc(strlen(cmd) + strlen(flag) +
532 sprintf(command, "%s -x%s %s", cmd, flag, qtag);
535 fp = popen(command, "r");
536 free(command);

Completed in 152 milliseconds

1234567891011>>