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

1234567891011>>

/freebsd-9.3-release/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-9.3-release/crypto/heimdal/lib/gssapi/
H A Dgss-commands.in35 command = {
39 command = {
42 argument = "[command]"
/freebsd-9.3-release/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.c89 static int ips_ioctl(struct cdev *dev, u_long command, caddr_t addr, int32_t flags, struct thread *td) argument
94 return ips_ioctl_request(sc, command, addr, flags);
99 ips_command_t *command = cmdptr; local
102 command->command_phys_addr = segments[0].ds_addr;
110 ips_command_t *command; local
115 command = &sc->commandarray[i];
117 if(command->command_phys_addr == 0)
120 command->command_dmamap);
122 command->command_buffer,
123 command
141 ips_command_t *command; local
189 ips_command_t *command; local
214 ips_insert_free_cmd(ips_softc_t *sc, ips_command_t *command) argument
300 ips_command_t *command; local
510 ips_command_t *command; local
541 ips_morpheus_poll(ips_command_t *command) argument
556 ips_issue_morpheus_cmd(ips_command_t *command) argument
723 ips_issue_copperhead_cmd(ips_command_t *command) argument
745 ips_copperhead_poll(ips_command_t *command) argument
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dcontrol.c47 command_compare(const char *text, const char *command) { argument
48 unsigned int commandlen = strlen(command);
49 if (strncasecmp(text, command, commandlen) == 0 &&
58 * This function is called to process the incoming command
64 char *command = NULL; local
79 result = isccc_cc_lookupstring(data, "type", &command);
88 * Compare the 'command' parameter against all known control commands.
90 if (command_compare(command, NS_COMMAND_NULL) ||
91 command_compare(command, NS_COMMAND_STATUS)) {
98 "received control channel command '
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.decls.h40 extern void dosource (Char **, struct command *);
42 extern void goodbye (Char **, struct command *);
61 extern void dodirs (Char **, struct command *);
65 extern void dochngd (Char **, struct command *);
67 extern void dopushd (Char **, struct command *);
68 extern void dopopd (Char **, struct command *);
78 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...]
/freebsd-9.3-release/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,
34 /* shell_cmd - execute shell command */
36 void shell_cmd(command)
37 char *command;
52 do_child(command);
60 /* do_child - exec command with { stdin, stdout, stderr } to /dev/null */
62 static void do_child(command)
63 char *command;
75 /* Set up new stdin, stdout, stderr, and exec the shell command
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dlastwords12 # USAGE: lastwords command
53 USAGE: lastwords command
64 command=$1
66 print "Tracing... Waiting for $command to exit..."
90 ' "$command"
H A Dsh_wasted.d54 sh$target:::command-entry
56 self->command = timestamp;
59 sh$target:::command-return
61 this->elapsed = timestamp - self->command;
66 sh$target:::command-return
67 /self->command && !isbuiltin[this->cmd]/
70 self->command = 0;
73 sh$target:::command-return
74 /self->command/
78 self->command
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Dlastwords12 # USAGE: lastwords command
53 USAGE: lastwords command
64 command=$1
66 print "Tracing... Waiting for $command to exit..."
90 ' "$command"
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_wasted.d54 sh$target:::command-entry
56 self->command = timestamp;
59 sh$target:::command-return
61 this->elapsed = timestamp - self->command;
66 sh$target:::command-return
67 /self->command && !isbuiltin[this->cmd]/
70 self->command = 0;
73 sh$target:::command-return
74 /self->command/
78 self->command
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Diprop-commands.in35 command = {
54 command = {
73 command = {
106 command = {
125 command = {
127 argument = "command"
/freebsd-9.3-release/contrib/nvi/perl_scripts/
H A Dtk.pl10 -command => sub {exit;},
/freebsd-9.3-release/sys/boot/arm/at91/bootiic/
H A Denv_vars.h26 /* each environment variable is a string following the standard command */
28 /* <command> <parm1> <parm2> ... */
33 /* by the command parse routine. */
47 extern void SetBootCommand(int index, char *command);
/freebsd-9.3-release/sys/boot/arm/at91/bootspi/
H A Denv_vars.h26 /* each environment variable is a string following the standard command */
28 /* <command> <parm1> <parm2> ... */
33 /* by the command parse routine. */
47 extern void SetBootCommand(int index, char *command);
/freebsd-9.3-release/usr.sbin/bluetooth/l2control/
H A Dl2control.h36 #define ERROR 1 /* could not execute command */
41 char const *command; member in struct:l2cap_command
/freebsd-9.3-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h36 #define ERROR 1 /* could not execute command */
41 char const *command; member in struct:sdp_command
/freebsd-9.3-release/crypto/heimdal/admin/
H A Dktutil-commands.in35 command = {
88 command = {
115 command = {
123 command = {
165 command = {
181 command = {
194 command = {
223 command = {
231 command = {
246 command
[all...]
/freebsd-9.3-release/etc/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-9.3-release/crypto/heimdal/kadmin/
H A Dkadmin-commands.in35 command = {
66 command = {
80 command = {
96 command = {
103 command = {
110 command = {
176 command = {
207 command = {
216 command = {
222 command
[all...]
/freebsd-9.3-release/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-9.3-release/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in35 command = {
106 command = {
147 command = {
171 command = {
208 command = {
251 command = {
274 command = {
287 command = {
306 command = {
342 command
[all...]

Completed in 122 milliseconds

1234567891011>>