Searched refs:load_id (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/camcontrol/
H A Dfwdownload.c429 uint8_t load_id[4]; member in struct:fw_ibm_tape_fw_designation
439 * load_id and ru_name in the header file should match what is returned in
445 uint8_t load_id[4]; member in struct:fw_ibm_tape_fw_header
539 if (bcmp(vpd_page.load_id, header->load_id,
540 MIN(sizeof(vpd_page.load_id), sizeof(header->load_id))) != 0) {
542 "file load ID 0x%x", scsi_4btoul(vpd_page.load_id),
543 scsi_4btoul(header->load_id));

Completed in 53 milliseconds