Searched refs:command (Results 1 - 25 of 694) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substr.d37 } command[int];
48 command[i].index = 3;
49 command[i].nolen = 1;
52 command[i].index = 300;
53 command[i].nolen = 1;
56 command[i].index = -10;
57 command[i].nolen = 1;
60 command[i].index = 0;
61 command[i].nolen = 1;
64 command[
[all...]
H A Dtst.index.d36 } command[int];
42 command[i].str = "foobarbaz";
43 command[i].substr = "barbaz";
46 command[i].str = "foofoofoo";
47 command[i].substr = "foo";
50 command[i].str = "boofoofoo";
51 command[i].substr = "foo";
54 command[i].str = "foobarbaz";
55 command[i].substr = "barbazzy";
58 command[
[all...]
H A Dtst.strtok.d91 } command[int];
97 command[i].s1 = "";
98 command[i].s2 = "";
99 command[i].result = "";
102 command[i].s1 = "foo";
103 command[i].s2 = "";
104 command[i].result = command[i].s1;
107 command[i].s1 = "foobar";
108 command[
[all...]
/freebsd-11-stable/sys/dev/ips/
H A Dips_commands.c37 * command. This very generic callback simply stores
38 * the command's return value in command->arg and wake's
39 * up anyone waiting on the command.
41 static void ips_wakeup_callback(ips_command_t *command) argument
43 bus_dmamap_sync(command->sc->command_dmatag, command->command_dmamap,
45 sema_post(&command->sc->cmd_sema);
51 static void ips_io_request_finish(ips_command_t *command) argument
54 struct bio *iobuf = command
75 ips_command_t *command = cmdptr; local
140 ips_send_io_request(ips_command_t *command, struct bio *iobuf) argument
154 ips_command_t *command; local
175 ips_command_t *command = cmdptr; local
205 ips_send_adapter_info_cmd(ips_command_t *command) argument
253 ips_command_t *command; local
274 ips_command_t *command = cmdptr; local
307 ips_send_drive_info_cmd(ips_command_t *command) argument
355 ips_command_t *command; local
370 ips_send_flush_cache_cmd(ips_command_t *command) argument
391 ips_command_t *command; local
407 ips_ffdc_settime(ips_adapter_ffdc_cmd *command, time_t sctime) argument
447 ips_send_ffdc_reset_cmd(ips_command_t *command) argument
472 ips_command_t *command; local
484 ips_write_nvram(ips_command_t *command) argument
513 ips_command_t *command = cmdptr; local
541 ips_read_nvram(ips_command_t *command) argument
587 ips_command_t *command; local
603 ips_send_config_sync_cmd(ips_command_t *command) argument
623 ips_send_error_table_cmd(ips_command_t *command) argument
646 ips_command_t *command; local
[all...]
H A Dips_ioctl.c35 static void ips_ioctl_finish(ips_command_t *command) argument
37 ips_ioctl_t *ioctl_cmd = command->arg;
45 bus_dmamap_sync(command->sc->command_dmatag, command->command_dmamap,
48 ioctl_cmd->status.value = command->status.value;
49 ips_insert_free_cmd(command->sc, command);
54 ips_command_t *command = cmdptr; local
55 ips_ioctl_t *ioctl_cmd = command->arg;
56 ips_generic_cmd *command_buffer = command
74 ips_ioctl_start(ips_command_t *command) argument
88 ips_command_t *command; local
[all...]
H A Dips.c93 static int ips_ioctl(struct cdev *dev, u_long command, caddr_t addr, int32_t flags, struct thread *td) argument
98 return ips_ioctl_request(sc, command, addr, flags);
103 ips_command_t *command = cmdptr; local
106 command->command_phys_addr = segments[0].ds_addr;
114 ips_command_t *command; local
119 command = &sc->commandarray[i];
121 if(command->command_phys_addr == 0)
124 command->command_dmamap);
126 command->command_buffer,
127 command
145 ips_command_t *command; local
193 ips_command_t *command; local
218 ips_insert_free_cmd(ips_softc_t *sc, ips_command_t *command) argument
305 ips_command_t *command; local
513 ips_command_t *command; local
544 ips_morpheus_poll(ips_command_t *command) argument
559 ips_issue_morpheus_cmd(ips_command_t *command) argument
727 ips_issue_copperhead_cmd(ips_command_t *command) argument
749 ips_copperhead_poll(ips_command_t *command) argument
[all...]
H A Dips_disk.c44 static void ipsd_dump_block_complete(ips_command_t *command);
185 ips_command_t *command; local
200 if (ips_get_free_cmd(sc, &command, 0) != 0) {
205 command->data_dmatag = sc->sg_dmatag;
206 command->callback = ipsd_dump_block_complete;
208 command_struct = (ips_io_cmd *)command->command_buffer;
209 command_struct->id = command->id;
221 if (bus_dmamap_load(command->data_dmatag, command->data_dmamap,
222 va, len, ipsd_dump_map_sg, command, BUS_DMA_NOWAI
244 ips_command_t *command; local
293 ipsd_dump_block_complete(ips_command_t *command) argument
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix.exp1 Posix says we should execute the command as if run by system(3)
5 a command
6 a command prefixed by '+' executes even with -n
7 another command
9 echo a command
10 echo "a command prefixed by '+' executes even with -n"
11 a command prefixed by '+' executes even with -n
12 echo another command
14 { echo a command
16 echo "a command prefixe
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.decls.h39 extern void dosource (Char **, struct command *);
41 extern void goodbye (Char **, struct command *);
60 extern void dodirs (Char **, struct command *);
64 extern void dochngd (Char **, struct command *);
66 extern void dopushd (Char **, struct command *);
67 extern void dopopd (Char **, struct command *);
77 extern void Dfix (struct command *);
114 extern void doexec (struct command *, int);
115 extern void dohash (Char **, struct command *);
116 extern void dounhash (Char **, struct command *);
[all...]
H A Dtc.decls.h57 extern void showall (Char **, struct command *);
62 extern void dobindkey (Char **, struct command *);
82 extern void dolist (Char **, struct command *);
83 extern void dotermname (Char **, struct command *);
84 extern void dotelltc (Char **, struct command *);
85 extern void doechotc (Char **, struct command *);
86 extern void dosettc (Char **, struct command *);
88 extern void dowhich (Char **, struct command *);
105 extern void doaliases (Char **, struct command *);
122 extern void dosetpath (Char **, struct command *);
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dkauth.c49 ret = command("SITE AFSLOG %s", argv[1]);
51 ret = command("SITE AFSLOG");
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dshell_cmd.c2 * shell_cmd() takes a shell command after %<character> substitutions. The
3 * command is executed by a /bin/sh child process, with standard input,
35 static void do_child(char *command);
37 /* shell_cmd - execute shell command */
39 void shell_cmd(command)
40 char *command;
55 do_child(command);
63 /* do_child - exec command with { stdin, stdout, stderr } to /dev/null */
65 static void do_child(char *command) argument
77 /* Set up new stdin, stdout, stderr, and exec the shell command
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.h38 #define ERROR 1 /* could not execute command */
43 char const *command; member in struct:l2cap_command
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h38 #define ERROR 1 /* could not execute command */
43 char const *command; member in struct:sdp_command
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_nested_structs.c11 el_mode_t command; member in struct:el_modes_s
18 .command = { .el = 0, .hist = 0, },
/freebsd-11-stable/etc/rc.d/
H A Dapm17 command="/usr/sbin/${name}"
18 start_cmd="${command} -e enable"
19 stop_cmd="${command} -e disable"
34 case `${command} -s` in
/freebsd-11-stable/contrib/groff/src/roff/grog/
H A Dgrog.pl2 # grog -- guess options for groff command
11 push(@command, "groff");
19 push(@command, $arg);
188 push(@command, $s);
192 push(@command, "-me");
195 push(@command, "-man");
198 push(@command, "-mom");
201 push(@command, "-ms");
204 push(@command, "-mm");
207 push(@command, (
[all...]
/freebsd-11-stable/sys/ddb/
H A Ddb_command.h48 void db_command_script(const char *command);
/freebsd-11-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h38 #define ERROR 1 /* could not execute command */
43 char const *command; member in struct:bthid_command
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLanguage.h22 bool DoExecute(Args &command, CommandReturnObject &result);
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-interp.c37 static enum gdb_rc safe_execute_command (struct ui_out *uiout, char *command,
41 char *command; member in struct:captured_execute_command_args
122 execute_command (args->command, args->from_tty);
127 safe_execute_command (struct ui_out *uiout, char *command, int from_tty) argument
130 args.command = command;
/freebsd-11-stable/contrib/dialog/
H A Dprgbox.c36 dlg_popen(const char *command, const char *type) argument
67 * given command. Also, it needs the command to be parsed into
70 if ((blob = malloc(4 + strlen(command))) != 0) {
71 sprintf(blob, "-c %s", command);
98 const char *command,
107 fp = dlg_popen(command, "r");
109 dlg_exiterr("pipe open failed: %s", command);
96 dialog_prgbox(const char *title, const char *cprompt, const char *command, int height, int width, int pauseopt) argument
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dsmcontrol.pl61 # &do_command -- send command to sendmail daemon view control socket
65 # command -- command to send
74 my $command = shift;
96 print SOCK "$command\n";
330 getopts('f:', $opts) || die "Usage: $0 [-f /path/to/control/socket] command\n";
333 my $command = shift;
339 if (not defined $command)
341 die "Usage: $0 [-f /path/to/control/socket] command\n";
343 if ($command e
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_popen.c75 char *buffer, command[MAXPATHLEN]; local
87 (void)snprintf(command, sizeof(command), "%s >%s",
90 if ((my_pipe = popen(command, "w")) == NULL)
99 (void)snprintf(command, sizeof(command), "%s %s", _PATH_CAT, DATAFILE);
101 if ((my_pipe = popen(command, "r")) == NULL)
/freebsd-11-stable/lib/libc/stdlib/
H A Dsystem.c51 system(const char *command) argument
55 __libc_interposing[INTERPOS_system])(command));
59 __libc_system(const char *command) argument
66 if (!command) /* just checking... */
84 * Restore original signal dispositions and exec the command.
87 execl(_PATH_BSHELL, "sh", "-c", command, (char *)NULL);

Completed in 125 milliseconds

1234567891011>>