Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt_internal.h113 uint8_t *supported_vpds; member
H A Dcam_xpt.c4862 free(device->supported_vpds, M_CAMXPT); in xpt_release_device()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1443 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()
H A Dscsi_all.c9375 vpds = (struct scsi_vpd_supported_pages *)device->supported_vpds; in scsi_vpd_supported_page()