Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_init.c972 report_phys_lun_extended_t *phys_list = NULL; in pqi_scan_scsi_devices() local
982 if (get_device_list(s, &phys_list, &plen, in pqi_scan_scsi_devices()
986 if (phys_list) { in pqi_scan_scsi_devices()
987 num_phys = ntohl(phys_list->header.list_length) / in pqi_scan_scsi_devices()
988 sizeof (phys_list->lun_entries[0]); in pqi_scan_scsi_devices()
1011 dev = create_phys_dev(s, &phys_list->lun_entries[i]); in pqi_scan_scsi_devices()
1054 if (phys_list != NULL) in pqi_scan_scsi_devices()
1055 kmem_free(phys_list, plen); in pqi_scan_scsi_devices()