/illumos-gate/usr/src/lib/krb5/ss/ |
H A D | listen.c | 61 * 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 D | smbutil.c | 65 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 D | nltest.c | 43 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 D | xml_convert.h | 146 * @param commands 151 extern int xml_to_commands(xmlDocPtr doc, char **commands);
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | Makefile | 20 SRCS = commands.cfg \
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | cmdarg.h | 52 size_t commands; /* total commands */ member in struct:__anon2623::__anon2624
|
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/ |
H A D | picld_pluginutil.c | 129 * 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 D | picld_pluginutil_impl.h | 129 command_t *commands; member in struct:__anon1078
|
/illumos-gate/usr/src/uts/sun/sys/dada/impl/ |
H A D | types.h | 57 #include <sys/dada/impl/commands.h>
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | msg.c | 192 const struct sysnod commands[] = variable in typeref:struct:sysnod 245 const int no_commands = sizeof(commands)/sizeof(struct sysnod);
|
H A D | hashserv.c | 110 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 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]; 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 D | gram.y | 52 start: commands 55 commands: /* empty */ label 56 | commands command
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.c | 54 * 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 D | Makefile.com | 35 OBJS = sharemgr_main.o commands.o shareutil.o
|
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN/common/ |
H A D | sun_impl.h | 36 #include <sys/scsi/generic/commands.h>
|
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/ |
H A D | main.c | 39 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 D | scsi_types.h | 90 #include <sys/scsi/generic/commands.h>
|
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 530 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 D | metassist.c | 95 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 D | Makefile | 27 OBJS= telnet.o commands.o main.o network.o ring.o \
|
/illumos-gate/usr/src/cmd/print/ |
H A D | Makefile | 41 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 D | ndmpd_tar.c | 581 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 D | g_state.h | 56 #include <sys/scsi/generic/commands.h>
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_001_pos.ksh | 41 # 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. "
|