Searched defs:_subcommands (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c79 static subcommand_t *_subcommands; variable
165 for (sp = _subcommands; sp->name; sp++) {
458 for (sp = _subcommands; sp->name; sp++) {
589 _subcommands = synTable.subcommandTbl;
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c80 static subcommand_t *_subcommands; variable
166 for (sp = _subcommands; sp->name; sp++) {
459 for (sp = _subcommands; sp->name; sp++) {
591 _subcommands = synTable.subcommandTbl;

Completed in 57 milliseconds