Searched refs:supported_vpds (Results 1 – 4 of 4) sorted by relevance
113 uint8_t *supported_vpds; member
4862 free(device->supported_vpds, M_CAMXPT); in xpt_release_device()
1443 if (path->device->supported_vpds != NULL) { in probedone()1444 free(path->device->supported_vpds, M_CAMXPT); in probedone()1445 path->device->supported_vpds = NULL; in probedone()1457 path->device->supported_vpds = (uint8_t *)page_list; in probedone()2410 device->supported_vpds = NULL; in scsi_alloc_device()
9375 vpds = (struct scsi_vpd_supported_pages *)device->supported_vpds; in scsi_vpd_supported_page()