Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.c70 static int getSubcommandProps(char *, subCommandProps_t **);
99 getSubcommandProps(char *subCommand, subCommandProps_t **subCommandProps) in getSubcommandProps() function
498 if (getSubcommandProps(argv[1], &subcommand) != 0) { in cmdParse()
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c68 static int getSubcommandProps(char *, subCommandProps_t **);
97 getSubcommandProps(char *subCommand, subCommandProps_t **subCommandProps) in getSubcommandProps() function
495 if (getSubcommandProps(argv[1], &subcommand) != 0) { in cmdParse()