Searched refs:SCMD_UNKNOWN (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c76 #define SCMD_UNKNOWN 0xff macro
676 * Names of commands. Must have SCMD_UNKNOWN at end of list.
769 scsi_command_names[28].command = SCMD_UNKNOWN;
773 for (c = scsi_command_names; c->command != SCMD_UNKNOWN; c++)
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c56 #define SCMD_UNKNOWN 0xff macro
173 * Names of commands. Must have SCMD_UNKNOWN at end of list.
266 scsi_command_names[28].command = SCMD_UNKNOWN;
270 for (c = scsi_command_names; c->command != SCMD_UNKNOWN; c++)
/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c141 #define SCMD_UNKNOWN 0xff macro
144 * Names of commands. Must have SCMD_UNKNOWN at end of list.
160 SCMD_UNKNOWN, "unknown"
3105 for (c = scsi_command_names; c->command != SCMD_UNKNOWN; c++)

Completed in 79 milliseconds