Home
last modified time | relevance | path

Searched refs:getSubcommand (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c70 static int getSubcommand(char *, subcommand_t **);
165 getSubcommand(char *arg, subcommand_t **subcommand) in getSubcommand() function
681 if (getSubcommand(argv[1], &subcommand) != 0) { in cmdParse()
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c70 static int getSubcommand(char *, subcommand_t **);
164 getSubcommand(char *arg, subcommand_t **subcommand) in getSubcommand() function
678 if (getSubcommand(argv[1], &subcommand) != 0) { in cmdParse()