Home
last modified time | relevance | path

Searched defs:lunid (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_hw.h590 #define CISS_GET_LEVEL_2_BUS(lunid) ((lunid)[7] & 0x3f) argument
591 #define CISS_GET_LEVEL_2_TARGET(lunid) ((lunid)[6]) argument
592 #define CISS_GET_DRIVE_NUMBER(lunid) \ argument
702 uint8_t lunid[8]; member
712 uint8_t lunid[8]; member
H A Dsmartpqi.h496 #define MASKED_DEVICE(lunid) ((lunid)[3] & 0xc0) argument
/titanic_51/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c9594 scsi_lunmap_config(void *arg, damap_t *lundam, damap_id_t lunid) in scsi_lunmap_config() argument
9611 scsi_lunmap_unconfig(void *arg, damap_t *lundam, damap_id_t lunid) in scsi_lunmap_unconfig() argument
9779 damap_id_t lunid; in scsi_lunmap_lookup() local