Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_all.c9363 struct scsi_vpd_supported_pages *vpds; in scsi_vpd_supported_page()
9367 vpds = (struct scsi_vpd_supported_pages *)device->supported_vpds; in scsi_vpd_supported_page()
H A Dscsi_all.h2361 struct scsi_vpd_supported_pages struct
/freebsd/sys/cam/ctl/
H A Dctl.c9427 struct scsi_vpd_supported_pages *pages; in ctl_inquiry_evpd_supported()
9431 sup_page_size = sizeof(struct scsi_vpd_supported_pages) * in ctl_inquiry_evpd_supported()
9434 pages = (struct scsi_vpd_supported_pages *)ctsio->kern_data_ptr; in ctl_inquiry_evpd_supported()