Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d87 command[i + k].str = command[j].str;
93 command[i + k].str = command[j].str;
99 command[i + k].str = command[j].str;
105 command[i + k].str = command[j].str;
111 command[i + k].str = command[j].str;
190 command[i].str, command[i].substr, command[i].position);
192 command[i].str, command[i].substr, command[i].position);
194 command[i].str, command[i].substr, command[i].position);
209 command[i].str, command[i].substr, command[i].position);
211 command[i].str, command[i].substr, command[i].position);
[all …]
H A Dtst.substr.d35 } command[int]; variable
46 command[i].index = 3;
47 command[i].nolen = 1;
87 command[i].length = strlen(str) - command[i].index + 1;
91 command[i].length = strlen(str) - command[i].index + 2;
164 command[i].alt = 1;
208 str, command[i].index, command[i].length);
211 this->str, this->str2, command[i].index, command[i].length,
214 this->str, this->str2, command[i].index, command[i].length);
216 this->str, this->str2, command[i].index, command[i].length);
[all …]
H A Dtst.strtok.d89 } command[int]; variable
95 command[i].s1 = "";
96 command[i].s2 = "";
101 command[i].s2 = "";
102 command[i].result = command[i].s1;
106 command[i].s2 = "o";
117 command[i].result = command[i].s1;
120 command[i].s1 = "";
131 (this->result = strtok(command[i].s1, command[i].s2)) != command[i].result/
134 command[i].s1, command[i].s2,
[all …]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dcmd.c133 command->uscsi_flags |= flag; in cmd()
140 if ((command->uscsi_cdb == NULL) || in cmd()
160 command->uscsi_cdblen, in cmd()
161 command->uscsi_bufaddr, in cmd()
162 command->uscsi_buflen, command->uscsi_flags); in cmd()
164 if ((command->uscsi_buflen > 0) && in cmd()
178 if (command->uscsi_timeout == 0) { in cmd()
179 command->uscsi_timeout = 60; in cmd()
211 (((char)command->uscsi_rqlen - (char)command->uscsi_rqresid) > 0)) { in cmd()
249 g_scsi_printerr(command, in cmd()
[all …]
H A Dgenf.c679 int command; in g_scsi_find_command_name() member
688 scsi_command_names[1].command = SCMD_FORMAT; in g_scsi_find_command_name()
694 scsi_command_names[3].command = SCMD_READ; in g_scsi_find_command_name()
697 scsi_command_names[4].command = SCMD_WRITE; in g_scsi_find_command_name()
700 scsi_command_names[5].command = SCMD_READ_G1; in g_scsi_find_command_name()
703 scsi_command_names[6].command = SCMD_WRITE_G1; in g_scsi_find_command_name()
721 scsi_command_names[12].command = SCMD_INQUIRY; in g_scsi_find_command_name()
733 scsi_command_names[16].command = SCMD_RESERVE; in g_scsi_find_command_name()
754 scsi_command_names[23].command = SCMD_GDIAG; in g_scsi_find_command_name()
757 scsi_command_names[24].command = SCMD_SDIAG; in g_scsi_find_command_name()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c249 free_path(command_t *command) in free_path() argument
251 free(command->pathcmd_name); in free_path()
338 command->nodecmd_nodeh = 0; in parse_node()
696 if (command->rowcmd_index >= command->rowcmd_nproph) in add_proph_to_row()
698 command->rowcmd_prophs[command->rowcmd_index] = proph; in add_proph_to_row()
699 command->rowcmd_index++; in add_proph_to_row()
720 command->propcmd_type, command->propcmd_accessmode, in process_prop()
721 command->propcmd_size, command->propcmd_pname, NULL, in process_prop()
1037 command->rowcmd_prophs = in process_row()
1255 command->type = id; in parse_and_tokenize_line()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dhurl.sh23 agent="$command/2009-01-20 (AT&T Research)"
28 0123) ARGV0="-a $command"
87 do test 0 != $verbose && echo "$command: url=$url" >&2
117 then echo "$command: $host: write error"
122 then echo "$command: $host: read error" >&2
131 then echo "$command: $host: read error" >&2
134 test 0 != $verbose && echo "$command: head=$head $data" >&2
193 then test 0 != $verbose && echo "$command: using wget" >&2
196 then test 0 != $verbose && echo "$command: using wget" >&2
199 then test 0 != $verbose && echo "$command: using curl" >&2
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommand.h37 mm_memcpy(pdev->sq_info.sq_chain.prod_bd, &pending->command, sizeof(pending->command)); in _lm_sq_post()
82 u8_t command, in lm_sq_post_fill_entry() argument
94 …pending->command.hdr.conn_and_cmd_data = mm_cpu_to_le32((command << SPE_HDR_T_CMD_ID_SHIFT ) | HW_… in lm_sq_post_fill_entry()
95 pending->command.hdr.type = mm_cpu_to_le16(type); in lm_sq_post_fill_entry()
96 pending->command.protocol_data.hi = mm_cpu_to_le32(U64_HI(data)); in lm_sq_post_fill_entry()
97 pending->command.protocol_data.lo = mm_cpu_to_le32(U64_LO(data)); in lm_sq_post_fill_entry()
107 pending->cmd = command; in lm_sq_post_fill_entry()
137 u8_t command,
158 u8_t command, u16_t type, u32_t cid );
179 u8_t command, in lm_command_post() argument
[all …]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dsharemgr_main.c59 char *command = NULL; in main() local
72 command = basename(argv[0]); in main()
73 if (strcmp(command, "share") != 0 && strcmp(command, "unshare") != 0) { in main()
87 if (strcmp(command, "sharemgr") == 0) { in main()
88 command = argv[optind]; in main()
118 rval = run_command(command, argc, argv, protocol, handle); in main()
125 run_command(char *command, int argc, char *argv[], char *proto, in run_command() argument
147 cmdvec = sa_lookup(command, proto); in run_command()
149 (void) printf(gettext("command %s not found\n"), command); in run_command()
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c176 int command; in scsi_find_command_name() member
271 if (c->command == cmd) in scsi_find_command_name()
404 command->uscsi_flags |= flag; in issue_uscsi_cmd()
431 command->uscsi_cdblen, in issue_uscsi_cmd()
432 command->uscsi_bufaddr, in issue_uscsi_cmd()
433 command->uscsi_buflen, command->uscsi_flags); in issue_uscsi_cmd()
449 if (command->uscsi_timeout == 0) { in issue_uscsi_cmd()
450 command->uscsi_timeout = 60; in issue_uscsi_cmd()
482 (((char)command->uscsi_rqlen - (char)command->uscsi_rqresid) > 0)) { in issue_uscsi_cmd()
520 scsi_printerr(command, in issue_uscsi_cmd()
[all …]
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c54 static char *command; variable
130 " sizes\n", command); in getpgsz()
159 command, optarg); in cnvpgsz()
181 command); in usage()
197 command++; in main()
199 command = argv[0]; in main()
262 command, path); in main()
365 command, (int)pid); in main()
588 command, addr); in discover_optimal_pagesize()
608 gmha32.mha_cmd = command; in setup_mha()
[all …]
/illumos-gate/usr/src/cmd/ptools/preap/
H A Dpreap.c43 static char *command; variable
117 command, arg, Pgrab_error(gret)); in reap()
123 command, (int)pid); in reap()
133 "non-defunct ancestor is 'init'\n", command, in reap()
142 command, (int)pid, Pgrab_error(gret)); in reap()
148 "defunct less than %d seconds\n", command, (int)pid, in reap()
183 command, (int)ppid, strerror(errno)); in reap()
219 if ((command = strrchr(argv[0], '/')) != NULL) in main()
220 command++; in main()
222 command = argv[0]; in main()
[all …]
/illumos-gate/usr/src/cmd/ptools/prun/
H A Dprun.c39 static char *command; variable
48 if ((command = strrchr(argv[0], '/')) != NULL) in main()
49 command++; in main()
51 command = argv[0]; in main()
54 (void) fprintf(stderr, "usage:\t%s pid[/lwps] ...\n", command); in main()
75 command, arg, Pgrab_error(gcode)); in start()
95 command, arg, strerror(errno)); in start()
122 " no matching LWPs found\n", command, arg); in start()
159 command, (int)Pstatus(P)->pr_pid, in lwpstart()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.parse.c201 struct command *
224 struct command *
292 struct command *
296 struct command *t; in syn1()
334 struct command *
338 struct command *t; in syn1a()
376 struct command *
380 struct command *t; in syn1b()
418 struct command *
422 struct command *t; in syn2()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A DREADME.state34 # <target dataset>:<command>
35 # <property source before command> <property src after command>
36 # <property source before command> <property src after command>
42 # configX.cfg file. If no command is to be executed
46 # <command> - command to be executed upon the specified dataset.
48 # or 'inherit -r'. If no command is to be executed,
51 # <property src before command>
63 # <property src after command>
81 # Below are two sample <command>/<property src> blocks.
86 # which means that no command is to be executed, but simply that the
[all …]
/illumos-gate/usr/src/cmd/ptools/pwdx/
H A Dpwdx.c34 static char *command; variable
46 command, arg, Pgrab_error(gcode)); in show_cwd()
55 command, arg, strerror(errno)); in show_cwd()
70 if ((command = strrchr(argv[0], '/')) != NULL) in main()
71 command++; in main()
73 command = argv[0]; in main()
76 (void) fprintf(stderr, "usage:\t%s pid ...\n", command); in main()
/illumos-gate/usr/src/cmd/ptools/pstop/
H A Dpstop.c39 static char *command; variable
48 if ((command = strrchr(argv[0], '/')) != NULL) in main()
49 command++; in main()
51 command = argv[0]; in main()
54 (void) fprintf(stderr, "usage:\t%s pid[/lwps] ...\n", command); in main()
75 command, arg, Pgrab_error(gcode)); in stop()
91 " no matching LWPs found\n", command, arg); in stop()
130 command, (int)Pstatus(P)->pr_pid, in lwpstop()
/illumos-gate/usr/src/cmd/prtfru/
H A Dmain.c36 usage(const char *command) in usage() argument
40 command); in usage()
46 char *command = argv[0], *searchpath = NULL; in main() local
74 usage(command); in main()
84 usage(command); in main()
99 usage(command); in main()
106 usage(command); in main()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc182 if ((length = wcslen(command)) >= MAXPATHLEN) { in doshell()
189 WCSTOMBS(mbs_buffer, command); in doshell()
333 for (t = command; *t != (int) nul_char; t++) { in doexec()
345 if ((length = wcslen(command)) >= MAXPATHLEN) { in doexec()
351 WCSTOMBS(mbs_buffer, command); in doexec()
361 for (t = command; *t;) { in doexec()
364 WCSTOMBS(mbs_buffer, command); in doexec()
533 command->text.p = NULL; in sh_command2string()
534 WCSTOMBS(mbs_buffer, command->buffer.start); in sh_command2string()
536 WCSTOMBS(mbs_buffer, command->buffer.start); in sh_command2string()
[all …]
/illumos-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c61 static char const *command; variable
112 if ((command = strrchr(argv[0], '/')) != NULL) in main()
113 command++; in main()
115 command = argv[0]; in main()
167 usage(command); in main()
217 command, strerror(errno)); in main()
228 command, argv[0], strerror(errno)); in main()
238 command, strerror(errno)); in main()
246 command, wret, pid); in main()
252 command, argv[0], strsignal(WTERMSIG(stat_loc))); in main()
[all …]
/illumos-gate/usr/src/lib/libwrap/
H A Dshell_cmd.c45 void shell_cmd(command) in shell_cmd() argument
46 char *command; in shell_cmd()
61 do_child(command);
71 static void do_child(command) in do_child() argument
72 char *command; in do_child()
93 (void) execl("/bin/sh", "sh", "-c", command, (char *) 0);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlcgen.c279 char* command; local
293 command = *argv++;
302 fprintf(stderr, "%s: %s: cannot write\n", command, hdr);
307 fprintf(stderr, "%s: %s: cannot write\n", command, lib);
316 fprintf(hf, "/* : : generated by %s : : */\n", command);
338 fprintf(lf, "/* : : generated by %s : : */\n", command);
423 fprintf(stderr, "%s: %d: out of space\n", command, line);
439 fprintf(stderr, "%s: %d: out of space\n", command, line);
461 fprintf(stderr, "%s: %d: out of space\n", command, line);
493 fprintf(stderr, "%s: %d: out of space\n", command, line);
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c396 command_t *command; in automountd_do_fork_exec() local
401 command = (command_t *)argp; in automountd_do_fork_exec()
402 if (sizeof (*command) != arg_size) { in automountd_do_fork_exec()
430 command->file); in automountd_do_fork_exec()
471 command->file, strerror(errno)); in automountd_do_fork_exec()
660 command_t command; local
669 bzero(&command, sizeof (command));
685 for (i = 0; *command.argv[i]; i++)
690 command.console = console;
692 darg.data_ptr = (char *)&command;
[all …]
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg111 @ MSG_DEBUG_EXECCMD "command: %s\n"
284 Generate a command synopsis rather than full command help.\n"
325 help command.\n\
341 arguments differ from command to command. Each command sets its own\n\
345 any command, use the help command:\n\
391 Most modules provide a \"default command\". This command will be\n\
401 command sys:dyn.\n\
410 name of the command to the help command as a plain argument.\n\
448 \thelp command.\n"
567 command) for the duration of the call to this command.\n\
[all …]
/illumos-gate/usr/src/cmd/ptools/pldd/
H A Dpldd.c38 static char *command; variable
51 if ((command = strrchr(argv[0], '/')) != NULL) in main()
52 command++; in main()
54 command = argv[0]; in main()
76 "usage:\t%s [-Fl] { pid | core } ...\n", command); in main()
109 command, arg, Pgrab_error(gcode)); in main()
120 "insufficient content\n", command, arg); in main()
134 "not be available\n", command); in main()

12345678910>>...22