Home
last modified time | relevance | path

Searched refs:scsi_vpd_supported_page_list (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/dev/aacraid/
HDaacraid_cam.c81 struct scsi_vpd_supported_page_list struct
577 struct scsi_vpd_supported_page_list *p = in aac_container_special_command()
578 (struct scsi_vpd_supported_page_list *) in aac_container_special_command()
/NextBSD/sys/cam/scsi/
HDscsi_xpt.c870 struct scsi_vpd_supported_page_list *vpd_list; in probestart()
1404 struct scsi_vpd_supported_page_list *page_list; in probedone()
1408 (struct scsi_vpd_supported_page_list *)csio->data_ptr; in probedone()
HDscsi_all.h2218 struct scsi_vpd_supported_page_list struct
/NextBSD/sys/dev/usb/storage/
HDumass.c2477 struct scsi_vpd_supported_page_list *page_list; in umass_cam_cb()
2480 page_list = (struct scsi_vpd_supported_page_list *)csio->data_ptr; in umass_cam_cb()
/NextBSD/sys/dev/mps/
HDmps_sas.c2074 struct scsi_vpd_supported_page_list *vpd_list = NULL; in mpssas_scsiio_complete()
2337 vpd_list = (struct scsi_vpd_supported_page_list *) in mpssas_scsiio_complete()
/NextBSD/sys/dev/mpr/
HDmpr_sas.c2149 struct scsi_vpd_supported_page_list *vpd_list = NULL; in mprsas_scsiio_complete()
2394 vpd_list = (struct scsi_vpd_supported_page_list *) in mprsas_scsiio_complete()
/NextBSD/sbin/camcontrol/
HDcamcontrol.c4961 struct scsi_vpd_supported_page_list sup_pages; in dev_has_vpd_page()