Home
last modified time | relevance | path

Searched refs:REVLEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.h924 #define REVLEN 4 macro
936 uint8_t ProductRev[REVLEN]; /* Product Revision */
H A Darcmsr.c1166 bcopy(&inqdata[32], "R001", REVLEN); in arcmsr_tran_start()
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dses.c47 #define REVLEN 0x04 macro
397 newdev->ident = calloc(1, VIDLEN + PIDLEN + REVLEN + 3); in fw_identify()