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

12

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c250 tar_getdir(tlm_commands_t *commands, argument
351 while (commands->tcs_writer != TLM_ABORT &&
970 commands->tcs_reader = TLM_ABORT;
1002 tlm_commands_t *commands; local
1006 commands = argp->ba_commands;
1053 commands->tcs_writer_count++;
1069 erc = tar_getdir(commands, local_commands, job_stats, &rn, 1, 1,
1080 commands->tcs_writer_count--;
2210 * we can cleanly detect ABORT commands
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c2252 * Table of commands and their expected size; used by loopback_cmd().
2257 } commands[] = { variable in typeref:struct:__anon167
2344 * all supported commands
2372 "command %s\n", abuf, commands[cmd].name);
2377 if (len < commands[cmd].size) {
2379 commands[cmd].name, commands[cmd].size, len);
2386 logerr("failed processing %s: %s\n", commands[cmd].name,
2393 * Process the commands received via libipmp.
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c58 * Implementation of the common sub-commands supported by sharemgr.
5878 * Common commands that implement the sub-commands used by all
5882 static sa_command_t commands[] = { variable
5983 * eventually provide a way to provide protocol specific sub-commands.
5995 for (i = 0; commands[i].cmdname != NULL; i++) {
5996 if (strncmp(cmd, commands[i].cmdname, len) == 0)
5997 return (&commands[i]);
6010 (void) printf(gettext("\tsub-commands:\n"));
6011 for (i = 0; commands[
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.c627 * @param commands
635 char **commands)
725 if (xsltSaveResultToString((xmlChar **)commands,
1348 * handler for man of the XML commands.
1378 * handler for man of the XML commands.
633 xml_to_commands( xmlDocPtr doc, char **commands) argument
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c167 * commands. MAPPING_NAME prefers the string names of the user over
198 * commands. At the end of input file, typically. This mode is used
256 static cmd_ops_t commands[] = { variable
474 /* Initialization of the commands which perform write operations */
495 /* Finalization of the write commands */
618 /* Initialization of the commands which perform write operations */
665 /* Cleanup after the xxx-namemaps commands */
3502 rc = engine_init(sizeof (commands) / sizeof (cmd_ops_t),
3503 commands,
/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c98 static const struct cmdtab commands[] = { variable in typeref:struct:cmdtab
740 while (!(commands[i].name == NULL)) {
741 if (strcmp(cmd, commands[i].name) == 0) {
743 cmdh = commands[i].handler;
744 flags = commands[i].flags;
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c426 int states = 0, rc_audit = 0, commands = 0; local
437 'm', MDB_OPT_SETBITS, TRUE, &commands,
449 idc.u.child.idc_cmd = commands;
479 * m Print associated initiator commands (with -I)
490 int states = 0, rc_audit = 0, commands = 0; local
499 'm', MDB_OPT_SETBITS, TRUE, &commands,
510 idc.u.child.idc_cmd = commands;
1665 * commands may get extraneous headers.
/illumos-gate/usr/src/cmd/ed/
H A Ded.c282 static void commands(void);
482 commands();
488 commands(void) function
1082 /* for the c and i commands 0 equal to 1 address */
1886 commands();
2573 * preserve the p, l, and n suffix commands of the G and V
2574 * commands during the interactive section and restore
2629 commands();
/illumos-gate/usr/src/cmd/find/
H A Dfind.c108 static struct Args commands[] = variable in typeref:struct:Args
1382 struct Args *argp = commands;
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c57 enum commands { enum
122 enum commands auditconfig_cmd;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c279 static long commands; variable
832 commands++;
1839 printf("# commands\t\t%ld\n", commands);

Completed in 439 milliseconds

12