Home
last modified time | relevance | path

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

/NextBSD/sys/cam/scsi/
HDscsi_da.c2461 if (!scsi_vpd_supported_page(periph, SVPD_LBP)) { in dastart()
2503 if (!scsi_vpd_supported_page(periph, SVPD_BLOCK_LIMITS)) { in dastart()
2537 if (!scsi_vpd_supported_page(periph, SVPD_BDC)) { in dastart()
2570 if (!scsi_vpd_supported_page(periph, SVPD_ATA_INFORMATION)) { in dastart()
HDscsi_xpt.c909 if (scsi_vpd_supported_page(periph, SVPD_DEVICE_ID)) in probestart()
933 if (scsi_vpd_supported_page(periph, SVPD_EXTENDED_INQUIRY_DATA)) in probestart()
969 if (scsi_vpd_supported_page(periph, SVPD_UNIT_SERIAL_NUMBER)) in probestart()
HDscsi_all.h3628 int scsi_vpd_supported_page(struct cam_periph *periph,
HDscsi_all.c8746 scsi_vpd_supported_page(struct cam_periph *periph, uint8_t page_id) in scsi_vpd_supported_page() function