Home
last modified time | relevance | path

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

/freebsd/sys/cam/ata/
H A Data_all.h94 uint8_t product_rev[4]; /* Product revision string */ member
H A Data_all.c562 cam_strvis(revision, ident_data->product_rev, 4, sizeof(revision)); in semb_print_ident_short()
576 cam_strvis_sbuf(sb, ident_data->product_rev, 4, 0); in semb_print_ident_short_sbuf()
/freebsd/sys/dev/ahci/
H A Dahciem.c446 strncpy(ed->product_rev, "2.00", SID_REVISION_SIZE); in ahci_em_emulate_ses_on_led()
/freebsd/sys/cam/scsi/
H A Dscsi_enc_ses.c2918 cam_strvis(rev, enc_desc->product_rev, in ses_handle_string()
2919 sizeof(enc_desc->product_rev), sizeof(rev)); in ses_handle_string()
H A Dscsi_ses.h114 uint8_t product_rev[4]; member
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c721 cam_strvis(revision, sid->product_rev, in print_dev_semb()
722 sizeof(sid->product_rev), sizeof(revision)); in print_dev_semb()