Searched refs:opCmd (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c91 * opCmd - pointer to opCmd_t structure allocated by caller
93 * On successful return, opCmd contains the rules for the value in
94 * object. On failure, the contents of opCmd is unspecified.
317 opCmd_t *opCmd = NULL; local
331 opCmd = &(objRules->opCmd);
333 if (opCmd->invOpCmd & subcommand->value) {
361 if (opCmd->optOpCmd & subcommand->value) {
364 if (!(opCmd->noOpCmd & subcommand->value)) {
377 if (opCmd
556 opCmd_t *opCmd = NULL; local
[all...]
H A Dcmdparse.h160 opCmd_t opCmd; member in struct:_objectRules
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c92 * opCmd - pointer to opCmd_t structure allocated by caller
94 * On successful return, opCmd contains the rules for the value in
95 * object. On failure, the contents of opCmd is unspecified.
319 opCmd_t *opCmd = NULL; local
333 opCmd = &(objRules->opCmd);
335 if (opCmd->invOpCmd & subcommand->value) {
363 if (opCmd->optOpCmd & subcommand->value) {
366 if (!(opCmd->noOpCmd & subcommand->value)) {
379 if (opCmd
558 opCmd_t *opCmd = NULL; local
[all...]
H A Dcmdparse.h161 opCmd_t opCmd; member in struct:_objectRules

Completed in 524 milliseconds