Searched refs:supported_vpds (Results 1 – 4 of 4) sorted by relevance
82 uint8_t *supported_vpds; member
4773 free(device->supported_vpds, M_CAMXPT); in xpt_release_device()
1410 if (path->device->supported_vpds != NULL) { in probedone()1411 free(path->device->supported_vpds, M_CAMXPT); in probedone()1412 path->device->supported_vpds = NULL; in probedone()1424 path->device->supported_vpds = (uint8_t *)page_list; in probedone()2381 device->supported_vpds = NULL; in scsi_alloc_device()
8753 vpds = (struct scsi_vpd_supported_pages *)device->supported_vpds; in scsi_vpd_supported_page()