Searched refs:commands (Results 1 - 25 of 89) sorted by relevance

1234

/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/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/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/lvm/metassist/xml/
H A Dxml_convert.h146 * @param commands
151 extern int xml_to_commands(xmlDocPtr doc, char **commands);
/illumos-gate/usr/src/test/zfs-tests/include/
H A DMakefile20 SRCS = commands.cfg \
/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/picl/plugins/lib/picld_pluginutil/
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...]
H A Dpicld_pluginutil_impl.h129 command_t *commands; member in struct:__anon1078
/illumos-gate/usr/src/uts/sun/sys/dada/impl/
H A Dtypes.h57 #include <sys/dada/impl/commands.h>
/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);
H A Dhashserv.c110 if (i = syslook(name, commands, no_commands))
276 if(i = syslook(name, commands, no_commands))
376 if (syslook(name, commands, no_commands))
/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/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.c54 * Routines to set and check address ranges on commands.
70 * escapes, filtering, source commands, preserving
77 * ex_re.c Global commands, substitute, regular expression
121 * in the routine commands. We are entered as either "ex", "edit", "vi"
389 * command should act like ex and only process ex commands
390 * and echo the input ex commands to stderr
493 * set up terminal environment. Read user startup commands.
536 commands(1, 1);
600 * implied next commands. If going in as 'vi', then don't do
615 * commands her
[all...]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A DMakefile.com35 OBJS = sharemgr_main.o commands.o shareutil.o
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun_impl.h36 #include <sys/scsi/generic/commands.h>
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dmain.c39 extern cmdtable_t commands[];
77 print_usage(progname, commands);
81 for (p = &commands[0]; p->name != NULL; p++) {
88 print_usage(progname, commands);
/illumos-gate/usr/src/uts/common/sys/scsi/
H A Dscsi_types.h90 #include <sys/scsi/generic/commands.h>
/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/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/cmd-inet/usr.bin/telnet/
H A DMakefile27 OBJS= telnet.o commands.o main.o network.o ring.o \
/illumos-gate/usr/src/cmd/print/
H A DMakefile41 bsd-sysv-commands
66 # commands have the same PROG names as their counterparts in
70 # for these commands (except java printmgr). To build
/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/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h56 #include <sys/scsi/generic/commands.h>
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_001_pos.ksh41 # 2. Run and verify pool commands, with special casing for destroy/export.
58 log_assert "Verify zpool sub-commands which modify state are logged."
81 # commands since the history will be unavailable until the pool is imported
83 commands=("zpool export $MPOOL" "zpool import -d $mntpnt $MPOOL"
86 cmd1="${commands[$i]}"
87 cmd2="${commands[(($i + 1 ))]}"
111 log_pass "zpool sub-commands which modify state are logged passed. "

Completed in 143 milliseconds

1234