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

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Ddep-double-colon.exp0 command 1a
2 command 1b
3 command 2a
4 command 2b
H A Dsh-leading-plus.exp1 echo 'this command is not run'
2 echo 'this command is run'
3 this command is run
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...]
H A Dopt-no-action.exp0 command during parsing
2 echo '.BEGIN: hidden command'
5 echo 'main: hidden command'
8 run-always: hidden command
10 echo '.END: hidden command'
H A Ddeptgt-silent.exp1 echo 'This is a loud command.'
2 This is a loud command.
H A Ddeptgt-default.exp1 Default command is making 'not-a-target' from 'not-a-target'.
/freebsd-current/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-current/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.c96 static int ips_ioctl(struct cdev *dev, u_long command, caddr_t addr, int32_t flags, struct thread *td) argument
101 return ips_ioctl_request(sc, command, addr, flags);
106 ips_command_t *command = cmdptr; local
109 command->command_phys_addr = segments[0].ds_addr;
117 ips_command_t *command; local
122 command = &sc->commandarray[i];
124 if(command->command_phys_addr == 0)
127 command->command_dmamap);
129 command->command_buffer,
130 command
148 ips_command_t *command; local
196 ips_command_t *command; local
221 ips_insert_free_cmd(ips_softc_t *sc, ips_command_t *command) argument
308 ips_command_t *command; local
516 ips_command_t *command; local
547 ips_morpheus_poll(ips_command_t *command) argument
562 ips_issue_morpheus_cmd(ips_command_t *command) argument
728 ips_issue_copperhead_cmd(ips_command_t *command) argument
750 ips_copperhead_poll(ips_command_t *command) argument
[all...]
H A Dips_disk.c43 static void ipsd_dump_block_complete(ips_command_t *command);
189 ips_command_t *command; local
204 if (ips_get_free_cmd(sc, &command, 0) != 0) {
209 command->data_dmatag = sc->sg_dmatag;
210 command->callback = ipsd_dump_block_complete;
212 command_struct = (ips_io_cmd *)command->command_buffer;
213 command_struct->id = command->id;
225 if (bus_dmamap_load(command->data_dmatag, command->data_dmamap,
226 va, len, ipsd_dump_map_sg, command, BUS_DMA_NOWAI
248 ips_command_t *command; local
297 ipsd_dump_block_complete(ips_command_t *command) argument
[all...]
/freebsd-current/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-current/crypto/heimdal/appl/ftp/ftp/
H A Dkauth.c49 ret = command("SITE AFSLOG %s", argv[1]);
51 ret = command("SITE AFSLOG");
/freebsd-current/usr.sbin/bluetooth/l2control/
H A Dl2control.h37 #define ERROR 1 /* could not execute command */
42 char const *command; member in struct:l2cap_command
/freebsd-current/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h37 #define ERROR 1 /* could not execute command */
42 char const *command; member in struct:sdp_command
/freebsd-current/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-current/libexec/rc/rc.d/
H A Dapm16 command="/usr/sbin/${name}"
17 start_cmd="${command} -e enable"
18 stop_cmd="${command} -e disable"
33 case `${command} -s` in
/freebsd-current/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(char *command) argument
54 do_child(command);
62 /* do_child - exec command with { stdin, stdout, stderr } to /dev/null */
64 static void do_child(char *command) argument
76 /* Set up new stdin, stdout, stderr, and exec the shell command. */
85 (void) execl("/bin/sh", "sh", "-c", command, (cha
[all...]
/freebsd-current/usr.sbin/autofs/
H A Dpopen.c62 char *command; member in struct:pid
70 * stderr, proper logging, and improved command line arguments passing.
80 char *arg, *argv[ARGV_LEN], *command; local
95 command = argv[0];
106 command = concat(command, ' ', arg);
110 cur->command = checked_strdup(command);
131 log_debugx("executing \"%s\" as pid %d", command, pid);
176 cur->command, pi
[all...]
/freebsd-current/sys/ddb/
H A Ddb_command.h48 void db_command_script(const char *command);
/freebsd-current/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h37 #define ERROR 1 /* could not execute command */
42 char const *command; member in struct:bthid_command
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLanguage.h22 void DoExecute(Args &command, CommandReturnObject &result);

Completed in 254 milliseconds

1234567891011>>