Searched defs:command (Results 76 - 100 of 226) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.h62 int command; member in struct:snmp_pdu
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c60 static char *command; variable
84 if ((command = strrchr(argv[0], '/')) != NULL)
85 command++;
87 command = argv[0];
106 "usage:\t%s [-r] { pid | core }[/lwps] ...\n", command);
156 command, arg, Pgrab_error(gcode));
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c80 static char *command; variable
114 if ((command = strrchr(argv[0], '/')) == NULL)
115 command = argv[0];
117 command++;
144 command);
177 command);
312 command, arg);
564 (void) fprintf(stderr, "%s: unknown zone: %s\n", command, arg);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c32 void padd(struct command *);
261 * command substitution inside an i/o redirection, like:
402 tchar command[PMAXLEN+4]; variable
410 palloc(int pid, struct command *t)
423 cmdp = command;
432 pp->p_command = savestr(command);
474 padd(struct command *t)
1178 * t: command we are forking for
1181 pfork(struct command *t, int wanttty)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c137 * exists and invoke the appropriate mount command for
398 command_t *command; local
403 command = (command_t *)argp;
404 if (sizeof (*command) != arg_size) {
419 fd = open(command->console ? "/dev/console" : "/dev/null",
427 for (i = 0; *command->argv[i]; i++) {
428 newargv[i] = strdup(command->argv[i]);
431 " of %s: %m", command->argv[i],
432 command->file);
438 (void) execv(command
662 command_t command; local
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c735 char dcname[20], command[BUFSIZ]; local
755 (void) sprintf(command,"\r\rcall %s\r", dev[D_ARG]);
756 ret = (*Write)(dcr, command, strlen(command));
/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c44 char *command; /* name of command ("truss") */ variable
/illumos-gate/usr/src/cmd/lp/include/
H A Dfilters.h78 char * command; /* shell command (full path) */ member in struct:FILTER
121 char * command; member in struct:_FILTER
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc56 extern Doname find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking);
57 extern Doname find_ar_suffix_rule(register Name target, Name true_target, Property *command, Boolean rechecking);
58 extern Doname find_double_suffix_rule(register Name target, Property *command, Boolean rechecking);
60 extern Doname find_percent_rule(register Name target, Property *command, Boolean rechecking);
69 * find_suffix_rule(target, target_body, target_suffix, command, rechecking)
86 * command Pointer to slot to deposit cmd in if found
109 find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking) argument
148 if (command != NULL) {
149 if ((true_target->suffix_scan_done == true) && (*command == NULL)) {
275 if (command !
495 find_ar_suffix_rule(register Name target, Name true_target, Property *command, Boolean rechecking) argument
590 find_double_suffix_rule(register Name target, Property *command, Boolean rechecking) argument
795 find_percent_rule(register Name target, Property *command, Boolean rechecking) argument
[all...]
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h113 struct _Property *command; member in struct:_Running
308 extern void add_running(Name target, Name true_target, Property command, int recursion_level, int auto_count, Name *automatics, Boolean do_get, Boolean implicit);
323 extern Doname dosys(register Name command, register Boolean ignore_error, register Boolean call_make, Boolean silent_error, Boolean always_exec, Name target);
327 extern void enter_dependencies(register Name target, Chain target_group, register Name_vector depes, register Cmd_line command, register Separator separator);
330 extern Percent enter_percent(register Name target, Chain target_group, register Name_vector depes, Cmd_line command);
339 extern Doname find_ar_suffix_rule(register Name target, Name true_target, Property *command, Boolean rechecking);
340 extern Doname find_double_suffix_rule(register Name target, Property *command, Boolean rechecking);
341 extern Doname find_percent_rule(register Name target, Property *command, Boolean rechecking);
343 extern Doname find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking);
382 extern void special_reader(Name target, register Name_vector depes, Cmd_line command);
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_dispatch.c22 * Saved state for a command that "goes async". When a compound request
23 * contains a command that may block indefinitely, the compound reply is
24 * composed with an "interim response" for that command, and information
25 * needed to actually dispatch that command is saved on a list of "async"
33 * that there's no need to run more than one async command at a time.
40 * command in a compound. If they were to do so, the [MS-SMB2] spec.
46 * processing at the async command.
117 * Note: Cancel gets the "invalid command" handler because
179 uint16_t command; local
197 command
[all...]
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c58 static char *command; variable
81 if ((command = strrchr(argv[0], '/')) != NULL)
82 command++;
84 command = argv[0];
151 (void) fprintf(stderr, "%s: %s: %s\n", command, argv[0],
181 command, arg, Pgrab_error(gcode));
186 perr(command);
202 command, arg, (long)sz);
211 perr(command);
299 (void) fprintf(stderr, "%s: %s: %s\n", command,
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dtools.c370 * Get a command from the console.
385 ficlString command; local
431 command = ficlVmGetWord(vm);
433 switch (command.text[0]) {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_subr.c148 * INPUT: errstr - the error message returned by the command
153 * string for the metainit -a command and in this case the errstr
154 * string has to be parsed to extract the command and node name
156 * command: node: context: error message
164 char *command; local
172 command = Malloc(length);
175 if (sscanf(errstr, "%[^:]: %[^:]: %[^\n]", command, node,
177 (void) fprintf(stderr, "%s: %s: %s: %s\n", command,
183 Free(command);
198 * PURPOSE: sends the command t
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c87 char *command = argv[0]; local
93 while((flag = optget(argv,*command=='e'?sh_optexport:sh_optreadonly))) switch(flag)
96 tdata.prefix = command;
108 if(*command=='r')
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Depic100.c64 static int command; variable
118 command = ioaddr + COMMAND; /* Control Register */
255 outl(CR_START_RX | CR_QUEUE_RX, command);
344 outl(CR_QUEUE_TX, command);
409 outl(CR_START_RX | CR_QUEUE_RX, command);
463 /* Shift the read command bits out. */
/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c40 * command is supported through calls to the more general sacadm and pmadm
44 * The -m option of the SVR3.2 nlsadmin command is now ignored.
109 char *command; member in struct:svcfields
124 char *cmdptr = NULL; /* set with -c command */
133 int flag = 0; /* bit flag of type of command */
134 int exitcode = 0; /* exit status of this command */
330 /* determine if this command requires a netspec */
466 nlsmesg(MM_ERROR, "System error in SAC command");
539 /* path: full path of command or pipe */
542 /* CFLAG for command */
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c110 static void command(int);
197 command(top);
203 /* Prompt for command argument, add to buffer with space separator */
679 command(int top) function
709 (void) fputs("?Ambiguous command\n",
712 (void) fputs("?Invalid command\n",
840 * Help command.
859 (void) fprintf(stderr, "?Ambiguous help command %s\n",
862 (void) fprintf(stderr, "?Invalid help command %s\n",
/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c65 static char *command; variable
105 command);
111 " %s [ -p pattern ] [ -P content ] [ pid ... ]\n"), command);
119 "exercise the -[GIgied] options\n"), command);
129 command, arg);
151 /* command name (e.g., "coreadm") */
152 if ((command = strrchr(argv[0], '/')) != NULL)
153 command++;
155 command = argv[0];
230 gettext("%s: the -u option must stand alone\n"), command);
[all...]
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c46 static char *command, *customer_data = NULL, *frupath = NULL, **svcargv; variable
66 command);
867 command = argv[0];
/illumos-gate/usr/src/cmd/saf/
H A Dsacadm.c118 char *command = NULL; /* argument to -c */ local
138 command = optarg;
139 if (*command != '/') {
141 error("command must be a full pathname");
295 if (!sawaflag || !pmtag || !type || !command || (version < 0))
297 add_pm(pmtag, type, command, version, flags, count, script, comment);
405 * args: cmdname - the name command was invoked with
434 * command - command string to invoke port monitor
443 add_pm(tag, type, command, versio
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c153 char *command; local
207 command = malloc_vital((sizeof (char)) * (length + 1));
208 (void) memcpy(command, cmd_line, length);
209 *(command + length) = '\0';
210 PERROR(command);
213 cmd_opt.my_name, command, itm_input_file); local
/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp55 AMT_STATUS PTHICommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 rcmd, unsigned int expSize) argument
68 int bytesWritten = PTHIClient.SendMessage(command, command_size, m_sendTimeout);
99 * command - appropriate Host interface command
110 const UINT32 command, const PTHI_MESSAGE_HEADER &response_header,
119 } else if (response_header.Command.cmd.val != command) {
181 * GetVersions response message PTHI command
192 unsigned char command[command_size]; local
193 memcpy(command, &(GET_CODE_VERSION_HEADER), sizeof(GET_CODE_VERSION_HEADER));
195 AMT_STATUS status = _call(command, command_siz
109 _verifyResponseHeader( const UINT32 command, const PTHI_MESSAGE_HEADER &response_header, UINT32 response_size) argument
231 unsigned char command[command_size]; local
255 unsigned char command[command_size]; local
290 unsigned char command[command_size]; local
328 unsigned char command[command_size]; local
387 unsigned char command[command_size]; local
421 unsigned char command[command_size]; local
486 unsigned char command[command_size]; local
543 unsigned char command[command_size]; local
576 unsigned char command[command_size]; local
650 unsigned char command[command_size]; local
678 unsigned char command[command_size]; local
709 unsigned char command[command_size]; local
730 unsigned char command[command_size]; local
751 unsigned char command[command_size]; local
820 unsigned char command[command_size]; local
845 unsigned char command[command_size]; local
874 unsigned char command[command_size]; local
903 unsigned char command[command_size]; local
931 unsigned char command[command_size]; local
965 unsigned char *command; local
1011 unsigned char *command; local
1047 unsigned char command[command_size]; local
1114 unsigned char command[command_size]; local
1185 unsigned char command[command_size]; local
[all...]
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c74 if (prompt("List command for remote system? ", buf, sizeof (buf))) {
82 * Cu-like take command
131 * finish command
200 if (prompt("Local command? ", buf, sizeof (buf)))
212 if (prompt("List command for remote system? ", buf,
280 transmit(FILE *fd, char *eofchars, char *command) argument
298 if (command != NULL) {
299 for (pc = command; *pc; pc++)
380 * Cu-like put command
461 * Stolen from consh() -- puts a remote file on the output of a local command
[all...]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c391 * framework command. This allows us to track command state without having
392 * to alloc memory every time a command comes down the pipe.
462 * don't always setup a timeout for every single command, etc.)
464 * After Q'ing up an ATREQ, we will process the result of that command in
466 * a command, we get an ATREQ complete interrupt and look at the ATREQ
468 * response. If we receive the response before the timeout, the command is
469 * done and we send the response up the chain, if we do not, the command is
473 * the response. At first glance a mutex around the command state would
476 * another. This means that the command stat
1234 void *command; local
[all...]

Completed in 1793 milliseconds

12345678910