Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp606 const uint8 supportedPages[] = { in ScsiVPDInquiry() local
613 + sizeof(supportedPages) - 1; in ScsiVPDInquiry()
621 vpdPageData->page_length = sizeof(supportedPages); in ScsiVPDInquiry()
622 memcpy(vpdPageData->pages, supportedPages, sizeof(supportedPages)); in ScsiVPDInquiry()