Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c77 static subCommandProps_t *_subCommandProps; variable
102 for (sp = _subCommandProps; sp->name; sp++) { in getSubcommandProps()
296 for (sp = _subCommandProps; sp->name; sp++) { in usage()
413 _subCommandProps = synTable.subCommandPropsTbl; in cmdParse()
H A Dcmdparse.h123 typedef struct _subCommandProps { struct
/titanic_41/usr/src/common/cmdparse/
H A Dcmdparse.c75 static subCommandProps_t *_subCommandProps; variable
100 for (sp = _subCommandProps; sp->name; sp++) { in getSubcommandProps()
292 for (sp = _subCommandProps; sp->name; sp++) { in usage()
410 _subCommandProps = synTable.subCommandPropsTbl; in cmdParse()
H A Dcmdparse.h121 typedef struct _subCommandProps { struct