Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/cam/scsi/
HDsmp_all.c422 char comp_vendor[16]; in smp_report_manuf_info_sbuf() local
452 for (curbyte = (uint8_t *)&response->comp_vendor, line_start= 1, in smp_report_manuf_info_sbuf()
476 cam_strvis(comp_vendor, response->comp_vendor, in smp_report_manuf_info_sbuf()
477 sizeof(response->comp_vendor), sizeof(comp_vendor)); in smp_report_manuf_info_sbuf()
478 sbuf_printf(sb, "Component Vendor: %s\n", comp_vendor); in smp_report_manuf_info_sbuf()
HDsmp_all.h232 uint8_t comp_vendor[8]; member