Home
last modified time | relevance | path

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

/NextBSD/sys/cam/
HDcam_xpt_internal.h82 uint8_t *supported_vpds; member
HDcam_xpt.c4773 free(device->supported_vpds, M_CAMXPT); in xpt_release_device()
/NextBSD/sys/cam/scsi/
HDscsi_xpt.c1410 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()
HDscsi_all.c8753 vpds = (struct scsi_vpd_supported_pages *)device->supported_vpds; in scsi_vpd_supported_page()