Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mpsutil/
H A Dmps_flash.c216 if (le16toh(fwheader->ProductID) != facts->ProductID) { in flash_update()
218 warnx(" Expected Product ID: %04x", facts->ProductID); in flash_update()
219 warnx(" Image Product ID: %04x", le16toh(fwheader->ProductID)); in flash_update()
H A Dmps_cmd.c797 facts->ProductID = le16toh(facts->ProductID); in adjust_iocfacts_endianness()
H A Dmps_show.c281 printf(" ProductID: 0x%x\n", facts->ProductID); in show_iocfacts()
/freebsd/usr.sbin/mptutil/
H A Dmpt_drive.c309 cam_strvis(product, inq_data->ProductID, sizeof(inq_data->ProductID), in mpt_pd_inq_string()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1054 std::string ProductID; in getProductID() local
1056 ProductID = cast<MDString>(MD)->getString().str(); in getProductID()
1057 if (ProductID.empty()) in getProductID()
1058 ProductID = "LLVM"; in getProductID()
1059 return ProductID; in getProductID()
1102 std::string ProductID = getProductID(M); in emitIDRLSection() local
1107 ProductID.substr(0, 10).c_str(), ProductVersion, ProductRelease, in emitIDRLSection()
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_ioc.h268 U16 ProductID; /* 0x1A */ member
1156 U16 ProductID; /* 0x22 */ member
H A Dmpi2_history.txt345 * Added defines for ProductID Product field
347 * Modified values for SAS ProductID Family
H A Dmpi2_cnfg.h1431 U8 ProductID[16]; /* 0x08 */ member
/freebsd/contrib/libfido2/src/
H A Dhid_win.c119 *product_id = (int16_t)attr.ProductID; in get_id()
/freebsd/sys/dev/mps/
H A Dmps_table.c264 MPS_PRINTFIELD(sc, facts, ProductID, 0x%x); in mps_print_iocfacts()
H A Dmps.c556 (saved_facts.ProductID != sc->facts->ProductID) || in mps_iocfacts_allocate()
/freebsd/sys/dev/mpr/
H A Dmpr_table.c284 MPR_PRINTFIELD(sc, facts, ProductID, 0x%x); in mpr_print_iocfacts()
H A Dmpr.c578 (saved_facts.ProductID != sc->facts->ProductID) || in mpr_iocfacts_allocate()
1174 facts->ProductID = le16toh(facts->ProductID); in adjust_iocfacts_endianness()
/freebsd/sys/dev/mpt/
H A Dmpt_debug.c395 printf("\tProduct ID 0x%04x\n", msg->ProductID); in mpt_print_ioc_facts()
H A Dmpt.c2948 MPT_2_HOST16(rp, ProductID); in mpt2host_iocfacts_reply()
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h283 U16 ProductID; /* 1Eh */ member
H A Dmpi_cnfg.h2362 U8 ProductID[16]; /* 08h */ member
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_history.txt507 * Added defines for ProductID Product field
509 * Modified values for SAS ProductID Family
H A Dmpi2_ioc.h354 U16 ProductID; /* 0x1A */ member
H A Dmpi2_cnfg.h1897 U8 ProductID[16]; /* 0x08 */ member
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h138 U16 ProductID; /* 0x1A */ member
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c1607 sc->facts.product_id = (facts_data->ProductID); in mpi3mr_process_factsdata()