Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/smrt/
H A Dsmrt_scsi.h191 smrt_report_physical_lun_ent_t ents[SMRT_MAX_PHYSDEV];
192 smrt_report_physical_lun_extent_t extents[SMRT_MAX_PHYSDEV];
H A Dsmrt.h57 #define SMRT_MAX_PHYSDEV 128 /* Maximum number of physical devices */ macro
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_physical.c232 if (count > SMRT_MAX_PHYSDEV) { in smrt_read_phys_ext()
233 count = SMRT_MAX_PHYSDEV; in smrt_read_phys_ext()