Searched defs:subcommands (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/iscsitsvc/
H A Discsitsvc.c73 * Add new subcommands here
75 subCommandProps_t subcommands[] = { variable
241 synTables.subCommandPropsTbl = &subcommands[0];
/illumos-gate/usr/src/cmd/stmfproxy/aluaadm/
H A Daluaadm.c66 * Add new subcommands here
68 subCommandProps_t subcommands[] = { variable
232 synTables.subCommandPropsTbl = &subcommands[0];
/illumos-gate/usr/src/cmd/stmfsvc/
H A Dstmfsvc.c68 * Add new subcommands here
70 subCommandProps_t subcommands[] = { variable
299 synTables.subCommandPropsTbl = &subcommands[0];
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c153 * Add new subcommands here
155 subCommandProps_t subcommands[] = { variable
3873 synTables.subCommandPropsTbl = &subcommands[0];
/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c141 * Add new subcommands here
143 subcommand_t subcommands[] = { variable
167 * Rules for subcommands and objects
171 * reqOpCmd -> subcommands that must have an operand
172 * optOpCmd -> subcommands that may have an operand
173 * noOpCmd -> subcommands that will have no operand
174 * invCmd -> subcommands that are invalid
175 * multOpCmd -> subcommands that can accept multiple operands
195 * list of objects, subcommands, valid short options, required flag and
3393 synTables.subcommandTbl = &subcommands[
[all...]
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c196 * Add new subcommands here
198 subCommandProps_t subcommands[] = { variable
3506 synTables.subCommandPropsTbl = &subcommands[0];
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c314 * Add new subcommands here
316 subcommand_t subcommands[] = { variable
339 * Rules for subcommands and objects
358 * list of objects, subcommands, valid short options, required flag and
5505 * function using the subcommands table functions.
5537 synTables.subcommandTbl = &subcommands[0];

Completed in 72 milliseconds