Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 182) sorted by relevance

12345678

/illumos-gate/usr/src/lib/krb5/ss/
H A Dlisten.c71 commands->count = 0; 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()
144 ss_commands commands; local
170 commands.cmd = NULL;
173 get_commands(&commands);
176 commands.cmd = malloc(sizeof (char *) * commands.count);
184 get_commands(&commands);
189 free(commands.cmd);
[all …]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dsmbutil.c66 static struct commands { struct
71 } commands[] = { argument
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/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c136 command_t *com = cmds->commands; in undo_commands()
1284 cmds->commands = realloc(cmds->commands, in check_line_syntax()
1286 if (cmds->commands == NULL) in check_line_syntax()
1467 switch (cmds->commands[index].type) { in skip_to_next_valid_path()
1497 command_t *commands = cmds->commands; in process_commands() local
1500 switch (commands[index].type) { in process_commands()
1532 cmds->commands[cmds->current_row] in process_commands()
1550 err = process_row(&commands[index]); in process_commands()
1589 free_path(&cmds->commands[cmd_index]); in clean_up()
1615 if (cmds->commands) in clean_up()
[all …]
/illumos-gate/usr/src/cmd/idmap/nltest/
H A Dnltest.c44 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/cmd/make/bin/
H A Dparallel.cc116 char *commands[MAXRULES + 5]; in execute_parallel() local
172 p = commands; in execute_parallel()
240 if ((commands[i][0] == (int) at_char) || in execute_parallel()
242 retmem_mb(commands[i]); in execute_parallel()
620 while (commands[tmp_index] != NULL) { in distribute_process()
1785 for (commands = commands; in run_rule_commands()
1786 (*commands != (char *)NULL); in run_rule_commands()
1787 commands++) { in run_rule_commands()
1794 if (**commands == (int) at_char) { in run_rule_commands()
1803 (*commands)++; in run_rule_commands()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-2584 The list of available commands
596 * Menu-specific commands::
597 * General commands::
598 * Command-line and menu entry commands::
601 File: grub.info, Node: Menu-specific commands, Next: General commands, Up: Commands
603 The list of commands for the menu only
627 These commands can only be used in the menu:
700 File: grub.info, Node: General commands, Next: Command-line and menu entry commands, Prev: Menu-…
702 The list of general commands
1163 File: grub.info, Node: Command-line and menu entry commands, Prev: General commands, Up: Commands
[all …]
H A Dgrub.info464 commands:
1221 rest of the commands and booting.
1266 has several such commands, see *Note General commands::.
1889 13 The list of available commands
1901 * Menu-specific commands::
1902 * General commands::
1906 File: grub.info, Node: Menu-specific commands, Next: General commands, Up: Commands
2004 File: grub.info, Node: General commands, Next: Command-line and menu entry commands, Prev: Menu-…
2006 13.2 The list of general commands
4358 Node: Menu-specific commands73029
[all …]
/illumos-gate/usr/src/lib/librstp/common/
H A DREADME7 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 Dast-base.pkg14 :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 Dast-open.pkg16 :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 Dsharectl.c530 static sa_command_t commands[] = { variable
544 for (i = 0; commands[i].cmdname != NULL; i++) { in sub_command_help()
545 if (!(commands[i].flags & (CMD_ALIAS|CMD_NODISPLAY))) in sub_command_help()
547 sc_get_usage((sc_usage_t)commands[i].cmdidx)); in sub_command_help()
558 for (i = 0; commands[i].cmdname != NULL; i++) { in sa_lookup()
559 if (strncmp(cmd, commands[i].cmdname, len) == 0) in sa_lookup()
560 return (&commands[i]); in sa_lookup()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-network-routing.p5m28 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 Dnetwork-ftp.p5m47 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/cmd-crypto/tpmadm/
H A Dmain.c40 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/cmd/vi/port/
H A Dex.c537 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/contrib/ast/src/cmd/ksh93/
H A DPROMO.mm29 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 Delfedit.msg65 @ MSG_ALLOC_BATCHLST "list of -e commands"
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\
430 and commands:\n\
439 \tof the commands the module provides.\n\
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DNOTES13 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/sgs/demo_rdb/common/
H A Dgram.y52 start: commands
55 commands: /* empty */
56 | commands command
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_cfg.txt309 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
346 r_caps = all # read permissions for all commands
363 r_caps = all # read permissions for all commands
391 r_caps = all # read permissions for all commands
411 r_caps = all # read permissions for all commands
[all …]
H A Dt5fw_cfg.txt345 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
385 r_caps = all # read permissions for all commands
403 r_caps = all # read permissions for all commands
433 r_caps = all # read permissions for all commands
454 r_caps = all # read permissions for all commands
[all …]
H A Dt6fw_cfg.txt360 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
398 r_caps = all # read permissions for all commands
416 r_caps = all # read permissions for all commands
450 r_caps = all # read permissions for all commands
472 r_caps = all # read permissions for all commands
[all …]
/illumos-gate/usr/src/cmd/mailx/misc/
H A Dmailx.help2 mailx commands
23 list list all commands (no explanations)
38 source file read commands from file
/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c190 const struct sysnod commands[] = variable
243 const int no_commands = sizeof(commands)/sizeof(struct sysnod);
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS79 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".
137 * New commands, "testvbe" and "vbeprobe".
155 * The commands "bootp" and "dhcp" accepts a new option
162 * New commands, "reboot" and "halt".
204 tables with these commands.
299 * New commands "hide" and "unhide".
303 commands.
448 commands in the command-line for details.
[all …]

12345678