Symbol: subCommandProps_t
usr/src/cmd/fcinfo/fcinfo.c
101
subCommandProps_t fcadmsubcommands[] = {
usr/src/cmd/fcinfo/fcinfo.c
89
subCommandProps_t fcinfosubcommands[] = {
usr/src/cmd/iscsitsvc/iscsitsvc.c
75
subCommandProps_t subcommands[] = {
usr/src/cmd/isns/isnsadm/cmdparse.c
168
subUsage(uint_t usageType, subCommandProps_t *subcommand)
usr/src/cmd/isns/isnsadm/cmdparse.c
273
subCommandProps_t *sp;
usr/src/cmd/isns/isnsadm/cmdparse.c
387
subCommandProps_t *subcommand;
usr/src/cmd/isns/isnsadm/cmdparse.c
68
static int getSubcommandProps(char *, subCommandProps_t **);
usr/src/cmd/isns/isnsadm/cmdparse.c
71
static void subUsage(uint_t, subCommandProps_t *);
usr/src/cmd/isns/isnsadm/cmdparse.c
77
static subCommandProps_t *_subCommandProps;
usr/src/cmd/isns/isnsadm/cmdparse.c
97
getSubcommandProps(char *subCommand, subCommandProps_t **subCommandProps)
usr/src/cmd/isns/isnsadm/cmdparse.c
99
subCommandProps_t *sp;
usr/src/cmd/isns/isnsadm/cmdparse.h
174
subCommandProps_t *subCommandPropsTbl;
usr/src/cmd/isns/isnsadm/isnsadm.c
156
subCommandProps_t subcommands[] = {
usr/src/cmd/sasinfo/sasinfo.c
72
subCommandProps_t sasinfosubcommands[] = {
usr/src/cmd/sbdadm/sbdadm.c
79
subCommandProps_t subCommands[] = {
usr/src/cmd/stmfadm/stmfadm.c
198
subCommandProps_t subcommands[] = {
usr/src/cmd/stmfproxy/aluaadm/aluaadm.c
68
subCommandProps_t subcommands[] = {
usr/src/cmd/stmfsvc/stmfsvc.c
70
subCommandProps_t subcommands[] = {
usr/src/common/cmdparse/cmdparse.c
101
subCommandProps_t *sp;
usr/src/common/cmdparse/cmdparse.c
170
subUsage(uint_t usageType, subCommandProps_t *subcommand)
usr/src/common/cmdparse/cmdparse.c
273
subCommandProps_t *sp;
usr/src/common/cmdparse/cmdparse.c
388
subCommandProps_t *subcommand;
usr/src/common/cmdparse/cmdparse.c
70
static int getSubcommandProps(char *, subCommandProps_t **);
usr/src/common/cmdparse/cmdparse.c
73
static void subUsage(uint_t, subCommandProps_t *);
usr/src/common/cmdparse/cmdparse.c
79
static subCommandProps_t *_subCommandProps;
usr/src/common/cmdparse/cmdparse.c
99
getSubcommandProps(char *subCommand, subCommandProps_t **subCommandProps)
usr/src/common/cmdparse/cmdparse.h
172
subCommandProps_t *subCommandPropsTbl;