/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | gram.y | 56 | commands command 58 command: BREAK NEWLINE label 118 (void) printf("rdb: unknown event command: %s\n", $2);
|
H A D | main.c | 133 char *command; local 144 command = argv[0]; 157 "[executable arguments ...]\n", command); 158 (void) printf("\t-f command file\n"); 176 perr(command); 208 command, procname);
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | cksaved.c | 52 char command[512]; local 96 (void) snprintf(command, sizeof (command), 127 (void) snprintf(command, sizeof (command), 137 systm(command);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | gram.y | 64 | file command 67 command: NAME EQUAL namelist = { label 238 yyerror("command string too long\n"); 353 * Insert or append ARROW command to list of hosts to be updated. 378 * Search command list for an update to the same host. 391 * Insert new command to update host. 413 * Append DCOLON command to the end of the command list since these are always 524 * Make a sub command for lists of variables, commands, etc.
|
/illumos-gate/usr/src/stand/lib/sa/sparc/ |
H A D | prom_misc.c | 46 char *command; local 56 command = encode_bytes_command; 59 command = encode_string_command; 62 prom_interpret(command, (uint_t)cn, prop_datalen,
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_grammar.y | 124 %type <l_dcmd> command 162 * hand command's addrv and update any vcbs that are 163 * active. Otherwise, on the command-line, we have to 165 * command with the new value of dot. Sigh. 208 * the previous command if -o repeatlast is set 219 pipeline: pipeline '|' command { mdb_cmd_create($3, &mdb.m_frame->f_argvec); } 220 | command { mdb_cmd_create($1, &mdb.m_frame->f_argvec); } 223 command: '?' format_list { $$ = mdb_dcmd_lookup("?"); } label
|
/illumos-gate/usr/src/cmd/prtfru/ |
H A D | main.c | 38 usage(const char *command) argument 42 command); 48 char *command = argv[0], *searchpath = NULL; local 76 usage(command); 86 usage(command); 101 usage(command); 108 usage(command);
|
/illumos-gate/usr/src/cmd/ptools/prun/ |
H A D | prun.c | 41 static char *command; variable 50 if ((command = strrchr(argv[0], '/')) != NULL) 51 command++; 53 command = argv[0]; 56 (void) fprintf(stderr, "usage:\t%s pid[/lwps] ...\n", command); 77 command, arg, Pgrab_error(gcode)); 97 command, arg, strerror(errno)); 124 " no matching LWPs found\n", command, arg); 161 command, (int)Pstatus(P)->pr_pid,
|
/illumos-gate/usr/src/cmd/ptools/pstop/ |
H A D | pstop.c | 41 static char *command; variable 50 if ((command = strrchr(argv[0], '/')) != NULL) 51 command++; 53 command = argv[0]; 56 (void) fprintf(stderr, "usage:\t%s pid[/lwps] ...\n", command); 77 command, arg, Pgrab_error(gcode)); 93 " no matching LWPs found\n", command, arg); 132 command, (int)Pstatus(P)->pr_pid,
|
/illumos-gate/usr/src/cmd/ptools/pwdx/ |
H A D | pwdx.c | 36 static char *command; variable 48 command, arg, Pgrab_error(gcode)); 57 command, arg, strerror(errno)); 72 if ((command = strrchr(argv[0], '/')) != NULL) 73 command++; 75 command = argv[0]; 78 (void) fprintf(stderr, "usage:\t%s pid ...\n", command);
|
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | sharemgr_main.c | 52 (void) printf(gettext("usage: sharemgr [-h | <command> [options]]\n")); 61 char *command = NULL; local 71 * parse enough of command line to get protocol, if any. 74 command = basename(argv[0]); 75 if (strcmp(command, "share") != 0 && strcmp(command, "unshare") != 0) { 89 if (strcmp(command, "sharemgr") == 0) { 90 command = argv[optind]; 102 * now have enough to parse rest of command line 120 rval = run_command(command, arg 127 run_command(char *command, int argc, char *argv[], char *proto, sa_handle_t handle) argument [all...] |
/illumos-gate/usr/src/cmd/lms/heci/ |
H A D | MNGCommand.cpp | 54 HECI_STATUS MNGCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuffSize) argument 74 int bytesWritten = MNGClient.SendMessage(command, command_size);
|
H A D | FWULCommand.cpp | 54 HECI_STATUS FWULCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuffSize) argument 74 int bytesWritten = FWULClient.SendMessage(command, command_size);
|
/illumos-gate/usr/src/lib/libast/common/path/ |
H A D | pathprog.c | 28 * command!=0 is used as a default 41 prog(const char* command, char* path, size_t size) argument 96 if (command) 98 if ((n = strlen(command) + 1) <= size) 99 memcpy(path, command, n); 106 pathprog(const char* command, char* path, size_t size) argument 111 if ((n = prog(command, path, size)) > 0 && n <= size && *path != '/')
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | dosys.cc | 62 * dosys(command, ignore_error, call_make, silent_error, target) 64 * Check if command string contains meta chars and dispatch to 65 * the proper routine for executing one command line. 68 * Indicates if the command execution failed 71 * command The command to run 73 * call_make Did command reference $(MAKE) ? 82 dosys(register Name command, register Boolean ignore_error, register Boolean call_make, Boolean silent_error, Boolean always_exec, Name target) argument 85 register int length = command->hash.length; 86 Wstring wcb(command); [all...] |
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | cmdline.c | 1 /* cmdline.c - the device-independent GRUB text command line */ 51 /* Print a helpful message for the command-line interface. */ 56 " lists possible command completions. Anywhere else TAB lists the possible\n" 61 /* Find the builtin whose command name is COMMAND and return the 64 find_command (char *command) argument 70 /* Find the first space and terminate the command name. */ 71 ptr = command; 78 /* Seek out the builtin whose command name is COMMAND. */ 81 int ret = grub_strcmp (command, (*builtin)->name); 99 /* Initialize the data for the command [all...] |
/illumos-gate/usr/src/cmd/ptools/pwait/ |
H A D | pwait.c | 44 static char *command; variable 60 if ((command = strrchr(argv[0], '/')) != NULL) 61 command++; 63 command = argv[0]; 75 (void) fprintf(stderr, "usage:\t%s [-v] pid ...\n", command); 91 command); 129 command, arg);
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | cmd.c | 117 * Execute a command and determine the result. 120 cmd(int file, struct uscsi_cmd *command, int flag) argument 132 command->uscsi_flags = USCSI_RQENABLE; 133 command->uscsi_flags |= flag; 138 /* print command for debug */ 140 if ((command->uscsi_cdb == NULL) || 152 "SCSI command: %s\n", 153 g_scsi_find_command_name(command->uscsi_cdb[0])); 155 for (i = 0; i < (int)command->uscsi_cdblen; i++) { 156 (void) printf("%x ", *(command [all...] |
/illumos-gate/usr/src/uts/intel/io/ipmi/ |
H A D | ipmi.c | 59 uint8_t command, size_t requestlen, size_t replylen) 69 req->ir_command = command; 58 ipmi_alloc_request(struct ipmi_device *dev, long msgid, uint8_t addr, uint8_t command, size_t requestlen, size_t replylen) argument
|
/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootiic/ |
H A D | env_vars.c | 45 * to service the command prompt during auto-boot or just to setup the 76 * This global function write the current command table to the non-volatile 109 * void SetBootCommand(int index, char *command) 111 * at command. Execute this function with a NULL string to clear the 112 * associated command index. 116 SetBootCommand(int index, char *command) argument 124 if (!command) 128 boot_commands[index][i] = command[i]; 163 * coverts it to the standard, command-index format. Notice, the processed 164 * boot command tabl [all...] |
/illumos-gate/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 38 static char *command; variable 51 if ((command = strrchr(argv[0], '/')) != NULL) 52 command++; 54 command = argv[0]; 76 "usage:\t%s [-Fl] { pid | core } ...\n", command); 109 command, arg, Pgrab_error(gcode)); 120 "insufficient content\n", command, arg); 134 "not be available\n", command);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg_grammar.y | 89 %type <cmd> command 110 commands: command terminator 120 | command error terminator 141 command: cancel_command label 576 /* help command */
|
/illumos-gate/usr/src/cmd/fm/fminject/common/ |
H A D | inj_grammar.y | 73 %type <l_command> command 123 | command { 300 command: cmd_repeatable label
|
/illumos-gate/usr/src/cmd/lastcomm/ |
H A D | lc_exacct.c | 47 ok(int argc, char *argv[], int index, uid_t uid, dev_t tty, char *command) argument 54 strncmp(command, argv[j], fldsiz(acct, ac_comm))) 63 char *command = NULL; local 87 command = curr_obj.eo_item.ei_string; 125 if (command == NULL) { 145 if (argc > index && !ok(argc, argv, index, uid, tty, command)) 153 fldsiz(acct, ac_comm), fldsiz(acct, ac_comm), command,
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/ |
H A D | cmdexec.c | 118 progerr(gettext("command failed <%s>"), cmd); 130 char command[256]; local 136 (void) sprintf(command, "%s -f %s <%s >%s", cmd, input, file, tempout); 137 if (system(command)) 140 (void) sprintf(command, "cp %s %s", tempout, file); 141 if (system(command))
|