Home
last modified time | relevance | path

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

/freebsd/contrib/smart/
H A Dlibsmart_dev.h58 extern int32_t device_read_log(smart_h, uint32_t, void *, size_t);
H A Dlibsmart.c1263 rc = device_read_log(s, PAGE_ID_SCSI_SUPPORTED_PAGES, (uint8_t *)b, in __smart_page_list_scsi()
1348 rc = device_read_log(h, plist->pages[p].id, buf, plist->pages[p].bytes); in __smart_read_pages()
H A Dfreebsd_dev.c355 device_read_log(smart_h h, uint32_t page, void *buf, size_t bsize) in device_read_log() function