Searched refs:command (Results 251 - 275 of 602) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/sys/mips/cavium/
H A Doctopci.c553 uint8_t command; local
562 command = octopci_read_config(dev, b, s, f, PCIR_COMMAND, 1);
563 command &= ~(PCIM_CMD_MEMEN | PCIM_CMD_PORTEN);
564 octopci_write_config(dev, b, s, f, PCIR_COMMAND, command, 1);
587 barnum = octopci_init_bar(dev, b, s, f, barnum, &command);
590 command |= PCIM_CMD_BUSMASTEREN;
593 octopci_write_config(dev, b, s, f, PCIR_COMMAND, command, 1);
649 command |= PCIM_CMD_MEMEN | PCIM_CMD_PORTEN;
650 octopci_write_config(dev, b, s, f, PCIR_COMMAND, command, 1);
/freebsd-9.3-release/usr.sbin/ctladm/
H A Dctladm.c223 static int cctl_hardstopstart(int fd, ctladm_cmdfunction command);
227 ctladm_cmdfunction command);
239 ctladm_cmdfunction command);
936 cctl_getsetsync(int fd, int target, int lun, ctladm_cmdfunction command, argument
961 if (command == CTLADM_CMD_SETSYNC) {
976 (command == CTLADM_CMD_SETSYNC) ? "SET" : "GET");
983 if (command == CTLADM_CMD_GETSYNC) {
995 (command == CTLADM_CMD_SETSYNC) ? "SET" : "GET",
1172 warnx("%s: error injection command (-i) needed",
1208 warnx("%s: command patter
1393 cctl_hardstopstart(int fd, ctladm_cmdfunction command) argument
1501 cctl_startup_shutdown(int fd, int target, int lun, int iid, ctladm_cmdfunction command) argument
2161 cctl_read_write(int fd, int target, int lun, int iid, int retries, int argc, char **argv, char *combinedopt, ctladm_cmdfunction command) argument
3808 ctladm_cmdfunction command; local
[all...]
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c611 * the real function doing history expansion - takes as argument command
612 * to do and data upon which the command should be executed
621 _history_expand_command(const char *command, size_t offs, size_t cmdlen, argument
637 if (strchr(":^*$", command[offs + 1])) {
647 idx = (command[offs + 1] == ':')? 1:0;
650 if (command[offs + 1] == '#') {
651 /* use command so far */
654 (void)strncpy(aptr, command, offs);
660 qchar = (offs > 0 && command[offs - 1] == '"')? '"':0;
661 ptr = get_history_event(command
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Ddtruss8 # USAGE: dtruss [-acdeflhoLs] [-t syscall] { -p PID | -n name | command }
24 # dtruss df -h # run and examine the "df -h" command
70 command=""; opt_buf=0; buf="4m"; opt_trace=0; trace="."; opt_stack=0
91 USAGE: dtruss [-acdefholLs] [-t syscall] { -p PID | -n name | command }
124 command="$*" # yes, I meant $*!
459 -c "$command" >&2
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Ddtruss8 # USAGE: dtruss [-acdeflhoLs] [-t syscall] { -p PID | -n name | command }
24 # dtruss df -h # run and examine the "df -h" command
70 command=""; opt_buf=0; buf="4m"; opt_trace=0; trace="."; opt_stack=0
91 USAGE: dtruss [-acdefholLs] [-t syscall] { -p PID | -n name | command }
124 command="$*" # yes, I meant $*!
459 -c "$command" >&2
/freebsd-9.3-release/contrib/binutils/bfd/doc/
H A Dchew.c81 A command must be all upper-case, and alone on a line.
643 int command = 0; local
660 if (command > 1)
662 /* We are inside {} parameters of some command;
665 ++command;
667 --command;
669 else if (command != 0)
672 ++command;
674 --command;
679 ++command;
[all...]
/freebsd-9.3-release/contrib/cvs/doc/
H A Dmdate-sh96 command=
100 # Add another shift to the command.
101 command="$command shift;"
122 eval $command
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exec.c3 * sh.exec.c: Search, find, and execute a command!
52 * System level search and execute of a command.
53 * We look in each directory for the specified command name.
59 * As we search for the command we note the first non-trivial error
150 doexec(struct command *t, int do_glob)
159 * Glob the command name. We will search $path even if this does something,
221 xechoit(av); /* Echo command if -x */
253 * command search.
259 sav = Strspl(STRslash, *av);/* / command name for postpending */
276 * Try to save time by looking at the hash table for where this command
[all...]
H A Dtc.sched.c3 * tc.sched.c: Scheduled command execution
63 dosched(Char **v, struct command *c)
193 struct command *t;
234 xfree(tp); /* command blow-up. */
239 /* build a syntax tree for the command. */
H A Dsh.proc.c132 static void padd (struct command *);
562 * command should be taken in account */
593 dowait(Char **v, struct command *c)
716 unparse(struct command *t)
733 palloc(pid_t pid, struct command *t)
819 padd(struct command *t)
1284 dojobs(Char **v, struct command *c)
1313 dofg(Char **v, struct command *c)
1336 dofg1(Char **v, struct command *c)
1356 dobg(Char **v, struct command *
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dfloat.c192 int command_len = sizeof ("@ ") + strlen (command) + strlen (float_type);
195 /* These are for the text following @listoffloats command.
200 sprintf (list_command, "@%s %s", command, float_type);
228 /* Simply relying on @ref command doesn't work here, because
417 left us looking at the next line after the command. */
/freebsd-9.3-release/contrib/tnftp/src/
H A Dextern.h114 int command(const char *, ...)
/freebsd-9.3-release/sys/dev/ata/
H A Data-lowlevel.c68 ch->hw.command = ata_generic_command;
98 /* record command direction here as our request might be gone later */
101 /* issue command */
102 if (ch->hw.command(request)) {
103 device_printf(request->parent, "error issuing %s command\n",
110 if (request->u.ata.command == ATA_DEVICE_RESET) {
123 /* if write command output the data */
153 /* issue command */
154 if (ch->hw.command(request)) {
155 device_printf(request->parent, "error issuing %s command\
[all...]
/freebsd-9.3-release/sys/dev/ed/
H A Dif_ed_rtl80x9.c69 ed_rtl80x9_media_ioctl(struct ed_softc *sc, struct ifreq *ifr, u_long command) argument
71 return (ifmedia_ioctl(sc->ifp, ifr, &sc->ifmedia, command));
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dsati_util.h84 ((SATA_FIS_REG_H2D_T*)(the_reg_fis))->command
117 ((SATA_FIS_REG_H2D_T*)(the_reg_fis))->command = (value)
H A Dscic_sds_remote_device.h129 * This is the command state for for the STP remote device. This state is
130 * entered when the device is processing a non-NCQ command. The device object
131 * will fail any new start IO requests until this command is complete.
145 * NCQ state. The device object will only accept a READ LOG command while in
455 #define scic_sds_remote_device_build_command_context(device, command) \
456 ( (command) \
/freebsd-9.3-release/sys/dev/ppbus/
H A Dpcfclock.c184 pcfclock_write_cmd(struct cdev *dev, unsigned char command) argument
197 ppb_wdtr(ppbus, command);
/freebsd-9.3-release/usr.bin/systat/
H A Dextern.h89 void command(const char *);
/freebsd-9.3-release/contrib/groff/src/roff/groff/
H A Dgroff.cpp99 void handle_unknown_desc_command(const char *command, const char *arg,
295 fatal("no `postpro' command in DESC file for device `%1'", device);
447 void handle_unknown_desc_command(const char *command, const char *arg, argument
450 if (strcmp(command, "print") == 0) {
453 "`print' command requires an argument");
457 if (strcmp(command, "prepro") == 0) {
460 "`prepro' command requires an argument");
472 if (strcmp(command, "postpro") == 0) {
475 "`postpro' command requires an argument");
/freebsd-9.3-release/contrib/nvi/tcl_api/
H A Dtcl.c613 char command[256]; local
624 (void)snprintf(command, sizeof(command), ":tcl %s\n", argv[3]);
625 rval = api_map(sp, argv[2], command, strlen(command));
669 * Usage: viSetOpt screenId command
685 "Usage: viSetOpt screenId command", TCL_STATIC);
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh2.c40 #define CONTIN 01 /* skip new lines to complete command */
58 _PROTOTYPE(static struct op *command, (int cf ));
101 t = command(cf);
104 if ((p = command(CONTIN)) == NULL)
230 command(cf) function
787 prs("command line too complicated\n");
/freebsd-9.3-release/sys/dev/cm/
H A Dsmc90cx6.c852 cm_ioctl(ifp, command, data)
854 u_long command;
864 if_printf(ifp, "ioctl() called, cmd = 0x%lx\n", command);
867 switch (command) {
873 error = arc_ioctl(ifp, command, data);
/freebsd-9.3-release/sys/dev/twa/
H A Dtw_cl_misc.c332 "Cannot send command to fetch aen");
359 if ((error = req->cmd_pkt->command.cmd_pkt_9k.status)) {
594 * Look at the status field in the command packet to see how
599 if (req->cmd_pkt->command.cmd_pkt_9k.status)
604 tw_osl_memzero(&(req->cmd_pkt->command),
966 cmd9k = &(cmd_pkt->command.cmd_pkt_9k);
989 cmd7k = &(cmd_pkt->command.cmd_pkt_7k);
/freebsd-9.3-release/sys/dev/usb/net/
H A Dusb_ethernet.c288 /* wait for any post attach or other command to complete */
490 uether_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
497 switch (command) {
528 error = ifmedia_ioctl(ifp, ifr, &mii->mii_media, command);
530 error = ether_ioctl(ifp, command, data);
533 error = ether_ioctl(ifp, command, data);
/freebsd-9.3-release/tools/sched/
H A Dschedgraph.py190 self.scale = Scale(self, command=self.scaleset,
237 self.list = OptionMenu(self, self.color, command=self.setcolor,
300 command=self.apress)
302 command=self.rpress)
392 command=self.apress)
394 command=self.rpress)
396 command=self.cpress)
398 command=self.upress)
496 self.add_command(label="hide", command=self.hide)
497 self.add_command(label="hide group", command
[all...]

Completed in 315 milliseconds

<<11121314151617181920>>