Home
last modified time | relevance | path

Searched defs:_subCommandProps (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/common/cmdparse/
H A Dcmdparse.h121 typedef struct _subCommandProps { struct
122 char *name;
123 handler_t handler;
124 char *optionString;
125 char *required;
126 char *exclusive;
127 int operand;
128 char *operandDefinition;
129 char *helpText;
130 uint8_t reserved[60];
H A Dcmdparse.c75 static subCommandProps_t *_subCommandProps; variable
/titanic_50/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.h123 typedef struct _subCommandProps { struct
124 char *name;
125 uint_t value;
126 handler_t handler;
127 char *optionString;
128 boolean_t required;
129 char *exclusive;
130 int operand;
131 char *operandDefinition;
132 uint8_t reserved[64];
H A Dcmdparse.c77 static subCommandProps_t *_subCommandProps; variable