| /illumos-gate/usr/src/lib/krb5/ss/ |
| H A D | listen.c | 65 void get_commands(ss_commands *commands) { in get_commands() argument 71 commands->count = 0; in get_commands() 73 info = ss_info(commands->sci_idx); in get_commands() 79 if (commands->cmd != NULL) in get_commands() 80 commands->cmd[commands->count] = *cmd; in get_commands() 81 commands->count++; in get_commands() 94 ss_commands *commands = data; in CPL_MATCH_FN() local 106 if (ss_parse(commands->sci_idx, l, &argc, &argv, 1)) { in CPL_MATCH_FN() 116 for (i = 0; i < commands->count; i++) { in CPL_MATCH_FN() 117 if (strncmp(commands->cmd[i], line + ws, len) == 0) { in CPL_MATCH_FN() [all …]
|
| /illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/ |
| H A D | picld_pluginutil.c | 136 command_t *com = cmds->commands; in undo_commands() 716 cmds->commands[cmds->current_row].rowcmd_nproph == 0) in process_prop() 735 err = add_proph_to_row(&cmds->commands[cmds->current_row], in process_prop() 903 cmds->commands[cmds->current_row].rowcmd_nproph == 0) in process_refprop() 929 err = add_proph_to_row(&cmds->commands[cmds->current_row], in process_refprop() 1056 curr_row = &cmds->commands[cmds->current_row]; in process_endrow() 1067 cmds->commands[cmds->current_tbl].tablecmd_tblh, in process_endrow() 1186 cmds->commands[cmds->current_row].rowcmd_nproph++; in parse_and_tokenize_line() 1203 cmds->commands[cmds->current_row].rowcmd_nproph++; in parse_and_tokenize_line() 1243 if (cmds->commands[cmds->current_row].rowcmd_nproph <= 0) in parse_and_tokenize_line() [all …]
|
| /illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/ |
| H A D | smbutil.c | 66 static struct commands { struct 71 } commands[] = { variable 86 static struct commands * 89 struct commands *cmd; in lookupcmd() 91 for (cmd = commands; cmd->name; cmd++) { in lookupcmd() 120 struct commands *cmd; in cmd_help() 139 struct commands *cmd; in main()
|
| /illumos-gate/usr/src/cmd/make/bin/ |
| H A D | parallel.cc | 87 static Doname distribute_process(char **commands, Property line); 94 static pid_t run_rule_commands(char *host, char **commands); 116 char *commands[MAXRULES + 5]; in execute_parallel() local 172 p = commands; in execute_parallel() 230 Doname res = distribute_process(commands, line); in execute_parallel() 239 for (int i = 0; commands[i] != NULL; i++) { in execute_parallel() 240 if ((commands[i][0] == (int) at_char) || in execute_parallel() 241 (commands[i][0] == (int) hyphen_char)) { in execute_parallel() 242 retmem_mb(commands[i]); in execute_parallel() 550 distribute_process(char **commands, Property line) in distribute_process() argument [all …]
|
| /illumos-gate/usr/src/cmd/idmap/nltest/ |
| H A D | nltest.c | 44 static struct commands { struct 49 } commands[] = { variable 62 static struct commands * 65 struct commands *cmd; in lookupcmd() 67 for (cmd = commands; cmd->name; cmd++) { in lookupcmd() 249 struct commands *cmd; in main() 301 for (cmd = commands; cmd->name; cmd++) { in main()
|
| /illumos-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | grub.info-2 | 140 is good to run the commands `serial' (*note serial::) and `terminal' 146 preset menu, if available. This includes running commands and 169 script. This means that you must put commands to initialize a network in 195 configuration and run arbitrary commands at run-time. For example, the 247 execute commands in an entry until GRUB encounters `lock'. 426 performing any desired combination of boot commands. 450 interface-Footnote-1::). The commands (*note Command-line and menu 451 entry commands::) are a subset of those available in the configuration 499 When typing commands interactively, if the cursor is within or before 501 will display a listing of the available commands, and if the cursor is [all …]
|
| H A D | grub.info | 58 * Commands:: The list of available builtin commands 207 commands. You can also load another configuration file dynamically 209 list of commands (*note Commands::) are a superset of those 214 A menu interface listing preset boot commands, with a programmable 221 is available to edit any preset commands, or write a new boot 225 The list of commands (*note Commands::) are a subset of those 226 supported for configuration files. Editing commands closely 228 Line Editing.), with <TAB>-completion of commands, devices, 464 commands: 1145 You've probably noticed that you need to type several commands to boot [all …]
|
| /illumos-gate/usr/src/lib/librstp/common/ |
| H A D | README | 7 Both 'bridge' & 'mngr' has its own simple CLI like language of commands; 8 these commands allow to manage the VRSTPD. There are tools to trace 20 'mngr' commands. 25 of bridge management commands.
|
| /illumos-gate/usr/src/contrib/ast/lib/package/ |
| H A D | ast-base.pkg | 14 :INDEX: ksh, ksh builtin commands, pax, nmake, tw, sfio, and ast libraries 18 contains commands and libraries required by all other ast based 19 packages. Included are ksh93, ksh93 builtin commands, a pax that
|
| H A D | ast-open.pkg | 16 :INDEX: ksh, pax, nmake, sfio, and ast open source commands and libraries 20 contains all of the ast open source commands and libraries.
|
| /illumos-gate/usr/src/cmd/dfs.cmds/sharectl/ |
| H A D | sharectl.c | 531 static sa_command_t commands[] = { variable 545 for (i = 0; commands[i].cmdname != NULL; i++) { in sub_command_help() 546 if (!(commands[i].flags & (CMD_ALIAS|CMD_NODISPLAY))) in sub_command_help() 548 sc_get_usage((sc_usage_t)commands[i].cmdidx)); in sub_command_help() 559 for (i = 0; commands[i].cmdname != NULL; i++) { in sa_lookup() 560 if (strncmp(cmd, commands[i].cmdname, len) == 0) in sa_lookup() 561 return (&commands[i]); in sa_lookup()
|
| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | system-network-routing.p5m | 28 set name=pkg.summary value="Network Routing daemons/commands" 29 set name=pkg.description value="Network Routing daemons/commands" 66 legacy pkg=SUNWroute desc="Network Routing daemons/commands (Usr)" \ 67 name="Network Routing daemons/commands (Usr)" 68 legacy pkg=SUNWroutr desc="Network Routing daemons/commands (Root)" \ 69 name="Network Routing daemons/commands (Root)"
|
| H A D | network-ftp.p5m | 47 legacy pkg=SUNWbip desc="Basic IP commands" name="Basic IP commands (Usr)" 48 legacy pkg=SUNWbipr desc="Basic IP commands (Root)" \ 49 name="Basic IP commands (Root)"
|
| /illumos-gate/usr/src/cmd/vi/port/ |
| H A D | ex.c | 537 commands(1, 1); in main() 621 commands(1, 1); in main() 625 commands(1, 1); in main() 643 commands(1, 1); in main() 664 commands(1, 1); in main() 679 commands(0, 0); in main()
|
| /illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/ |
| H A D | main.c | 40 extern cmdtable_t commands[]; 78 print_usage(progname, commands); in main() 82 for (p = &commands[0]; p->name != NULL; p++) { in main() 89 print_usage(progname, commands); in main()
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
| H A D | PROMO.mm | 29 function records commands entered at any shell level and stores 31 This allows you to re-enter long commands with a few keystrokes 32 - even those commands you entered yesterday. 34 commands and supports essentially unlimited size histories. 37 commands is to backspace or retype the line. KSH-93 allows you 70 commands to be added as built-ins at run time 133 KSH-93 can be extended by adding built-in commands at run time.
|
| /illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
| H A D | elfedit.msg | 46 @ MSG_USAGE_DETAIL_LAST "\n\tExtensive help for edit commands is available.\n\ 65 @ MSG_ALLOC_BATCHLST "list of -e commands" 127 @ MSG_ERR_NOFILSYSONLY "No ELF object specified. Only commands from \ 266 @ MSG_MOD_SYS_DESC "Built in elfedit commands" 269 # 1-line description strings for builtin commands. 281 # Command option description strings for builtin commands 298 # Command option description strings for builtin commands 309 # Help text for builtin commands. 316 elfedit and its available commands.\n\ 327 You use elfedit by issuing commands for it to execute.\n\ [all …]
|
| /illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
| H A D | t4fw_cfg.txt | 309 wx_caps = all # write/execute permissions for all commands 310 r_caps = all # read permissions for all commands 321 wx_caps = all # write/execute permissions for all commands 322 r_caps = all # read permissions for all commands 333 wx_caps = all # write/execute permissions for all commands 334 r_caps = all # read permissions for all commands 345 wx_caps = all # write/execute permissions for all commands 346 r_caps = all # read permissions for all commands 362 wx_caps = all # write/execute permissions for all commands 363 r_caps = all # read permissions for all commands [all …]
|
| H A D | t5fw_cfg.txt | 345 wx_caps = all # write/execute permissions for all commands 346 r_caps = all # read permissions for all commands 358 wx_caps = all # write/execute permissions for all commands 359 r_caps = all # read permissions for all commands 371 wx_caps = all # write/execute permissions for all commands 372 r_caps = all # read permissions for all commands 384 wx_caps = all # write/execute permissions for all commands 385 r_caps = all # read permissions for all commands 402 wx_caps = all # write/execute permissions for all commands 403 r_caps = all # read permissions for all commands [all …]
|
| H A D | t6fw_cfg.txt | 360 wx_caps = all # write/execute permissions for all commands 361 r_caps = all # read permissions for all commands 373 wx_caps = all # write/execute permissions for all commands 374 r_caps = all # read permissions for all commands 385 wx_caps = all # write/execute permissions for all commands 386 r_caps = all # read permissions for all commands 397 wx_caps = all # write/execute permissions for all commands 398 r_caps = all # read permissions for all commands 415 wx_caps = all # write/execute permissions for all commands 416 r_caps = all # read permissions for all commands [all …]
|
| /illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
| H A D | gram.y | 52 start: commands 55 commands: /* empty */ 56 | commands command
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/ |
| H A D | NOTES | 13 e.g., commands in src/cmd/std will use the "std" catalog; all of the 14 commands in src/lib/libcmd will use the "libcmd" catalog 18 commands that don't emit messages before optget() need not change
|
| /illumos-gate/usr/src/cmd/mailx/misc/ |
| H A D | mailx.help | 2 mailx commands 23 list list all commands (no explanations) 38 source file read commands from file
|
| /illumos-gate/usr/src/grub/grub-0.97/ |
| H A D | NEWS | 78 * The command "help" doesn't show all the available commands by default, 79 when no argument is specified. Rarely used commands (such as 80 "testload") and useless commands in interactive use (such as 82 commands, specify the new option "--all". 103 * The commands "hide" and "unhide" support logical partitions. 119 this case, you would probably need to insert commands to initialize a 137 * New commands, "testvbe" and "vbeprobe". 155 * The commands "bootp" and "dhcp" accepts a new option 162 * New commands, "reboot" and "halt". 172 * Add a new option `--stage2' into the commands "install" and "setup", [all …]
|
| /illumos-gate/usr/src/cmd/sh/ |
| H A D | msg.c | 190 const struct sysnod commands[] = variable 243 const int no_commands = sizeof(commands)/sizeof(struct sysnod);
|