Searched defs:commands (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dgram.y52 start: commands
55 commands: /* empty */ label
56 | commands command
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds.c46 * A few commands are executed here, but main function
52 commands(noprompt, exitoneof) function
168 * Set command name for special character commands.
174 * the set of available commands here to save work below.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y49 %start commands
110 commands: command terminator label
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dsmbutil.c65 static struct commands { struct
70 } commands[] = { variable in typeref:struct:commands
83 static struct commands *
86 struct commands *cmd;
88 for (cmd = commands; cmd->name; cmd++) {
117 struct commands *cmd;
136 struct commands *cmd;
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y129 %start commands
172 * NOTE: Each commands reduction rule must invoke assert_no_unclaimed_tokens()
176 commands: command terminator label
1010 * strings are lexed into TOKENs or commands or resource or property values.
1059 * by free_cmd(), which is called from the top-most "commands" part of
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y41 * cmd. The command is executed when the commands production is matched.
109 " where cpu is only valid for transfer, info and modify commands.\n" \
208 %start commands
243 commands: command label
249 | commands command
729 * processing commands, if we don't have a valid configuration and
/illumos-gate/usr/src/cmd/mt/
H A Dmt.c54 static const struct commands { struct
96 struct commands const *comp;
/illumos-gate/usr/src/lib/libast/common/include/
H A Dcmdarg.h52 size_t commands; /* total commands */ member in struct:__anon2623::__anon2624
/illumos-gate/usr/src/cmd/idmap/nltest/
H A Dnltest.c43 static struct commands { struct
48 } commands[] = { variable in typeref:struct:commands
61 static struct commands *
64 struct commands *cmd;
66 for (cmd = commands; cmd->name; cmd++) {
245 struct commands *cmd;
297 for (cmd = commands; cmd->name; cmd++) {
/illumos-gate/usr/src/cmd/fs.d/
H A Dff.c58 struct commands { struct
70 struct commands *c_ptr;
168 /* all commands except ncheck must exit now */
H A Dswitchout.c72 struct commands { struct
115 struct commands *c_ptr;
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.y42 %start commands
72 commands : command label
73 | commands command
/illumos-gate/usr/src/lib/krb5/ss/
H A Dlisten.c61 * to the top-level commands (char*) that a program supports.
62 * count reflects the number of commands cmd holds. Memory must
65 void get_commands(ss_commands *commands) { argument
71 commands->count = 0;
73 info = ss_info(commands->sci_idx);
79 if (commands->cmd != NULL)
80 commands->cmd[commands->count] = *cmd;
81 commands->count++;
94 ss_commands *commands local
144 ss_commands commands; local
[all...]
/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++) {
545 if (!(commands[i].flags & (CMD_ALIAS|CMD_NODISPLAY)))
547 sc_get_usage((sc_usage_t)commands[i].cmdidx));
558 for (i = 0; commands[i].cmdname != NULL; i++) {
559 if (strncmp(cmd, commands[i].cmdname, len) == 0)
560 return (&commands[i]);
578 * sufficient to let the commands look it up if needed since
579 * not all commands do proto specific things
581 * Known sub-commands ar
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py72 import datetime, fnmatch, getopt, os, profile, commands namespace
241 data = commands.getoutput(diff_cmd + " " + tmpf1 + " " + tmpf2)
677 hstring = commands.getoutput(elfdump_cmd + " -c " + f)
706 data = commands.getoutput(dump_cmd + " -sn " + section + " " + f)
981 status, output = commands.getstatusoutput(baseCmd)
988 status, output = commands.getstatusoutput(ptchCmd)
1361 arch = commands.getoutput("uname -p")
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c49 * Lexical processing of commands.
284 * Interpret user commands one by one. If standard input is not a tty,
292 commands(void) function
385 * Read a line of commands from the current input
955 commands();
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dadmin_cmds.c52 cmdtable_t commands[] = { variable
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c581 tlm_commands_t *commands, tlm_cmd_t *local_commands,
626 rv = (tm_tar_ops.tm_putfile)(dir, name, tlm_acls, commands,
641 ndmp_run_args_t *np, tlm_commands_t *commands,
669 local_commands = commands->tcs_command;
746 while (commands->tcs_reader == TLM_BACKUP_RUN &&
761 while (commands->tcs_reader == TLM_BACKUP_RUN &&
840 &tlm_acls, commands, local_commands,
913 ndmp_backup_reader(tlm_commands_t *commands, ndmp_lbr_params_t *nlp, argument
923 local_commands = commands->tcs_command;
928 commands
580 backup_file(char *dir, char *name, tlm_acls_t *tlm_acls, tlm_commands_t *commands, tlm_cmd_t *local_commands, tlm_job_stats_t *job_stats, bk_selector_t *bksp) argument
640 backup_work(char *bk_path, tlm_job_stats_t *job_stats, ndmp_run_args_t *np, tlm_commands_t *commands, ndmp_lbr_params_t *nlp) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil_impl.h129 command_t *commands; member in struct:__anon1078
H A Dpicld_pluginutil.c129 * Undo the commands which have created valid node/prop handle
136 command_t *com = cmds->commands;
716 cmds->commands[cmds->current_row].rowcmd_nproph == 0)
735 err = add_proph_to_row(&cmds->commands[cmds->current_row],
903 cmds->commands[cmds->current_row].rowcmd_nproph == 0)
929 err = add_proph_to_row(&cmds->commands[cmds->current_row],
1056 curr_row = &cmds->commands[cmds->current_row];
1067 cmds->commands[cmds->current_tbl].tablecmd_tblh,
1186 cmds->commands[cmds->current_row].rowcmd_nproph++;
1203 cmds->commands[cmd
1497 command_t *commands = cmds->commands; local
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c192 const struct sysnod commands[] = variable in typeref:struct:sysnod
245 const int no_commands = sizeof(commands)/sizeof(struct sysnod);
/illumos-gate/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c95 static int handle_commands(char *commands);
1080 * Handle processing of the given meta* commands. Commands are
1084 * @param commands
1085 * The commands to write to the command script file.
1091 char *commands)
1096 printf("%s", commands);
1102 if ((error = write_temp_file(commands,
1191 char *commands; local
1194 if ((error = xml_to_commands(doc, &commands)) == 0) {
1195 if (commands
1090 handle_commands( char *commands) argument
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc87 static Doname distribute_process(char **commands, Property line);
94 static pid_t run_rule_commands(char *host, char **commands);
116 char *commands[MAXRULES + 5]; local
172 p = commands;
230 Doname res = distribute_process(commands, line);
237 * for part of commands.
239 for (int i = 0; commands[i] != NULL; i++) {
240 if ((commands[i][0] == (int) at_char) ||
241 (commands[i][0] == (int) hyphen_char)) {
242 retmem_mb(commands[
550 distribute_process(char **commands, Property line) argument
1761 run_rule_commands(char *host, char **commands) argument
[all...]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c637 tlm_acls_t *tlm_acls, tlm_commands_t *commands,
752 * check for Abort commands
754 if (commands->tcs_reader != TLM_BACKUP_RUN) {
783 * check for Abort commands
785 if (commands->tcs_reader != TLM_BACKUP_RUN) {
845 tlm_acls_t *tlm_acls, tlm_commands_t *commands, tlm_cmd_t *local_commands,
1014 * check for Abort commands
1016 if (commands->tcs_reader != TLM_BACKUP_RUN) {
1034 * check for Abort commands
1036 if (commands
636 tlm_output_xattr(char *dir, char *name, char *chkdir, tlm_acls_t *tlm_acls, tlm_commands_t *commands, tlm_cmd_t *local_commands, tlm_job_stats_t *job_stats) argument
844 tlm_output_file(char *dir, char *name, char *chkdir, tlm_acls_t *tlm_acls, tlm_commands_t *commands, tlm_cmd_t *local_commands, tlm_job_stats_t *job_stats, struct hardlink_q *hardlink_q) argument
1109 tar_putfile(char *dir, char *name, char *chkdir, tlm_acls_t *tlm_acls, tlm_commands_t *commands, tlm_cmd_t *local_commands, tlm_job_stats_t *job_stats, struct hardlink_q *hardlink_q) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c114 SCBPort = 8, /* Misc. commands and operands. */
124 /* The rest are Rx and Tx commands. */
150 /* The EEPROM commands include the alway-set leading bit. */
158 #define CU_CMD_BASE 0x0060 /* Base address to add to add CU commands. */
173 enum commands { enum

Completed in 147 milliseconds

12