/freebsd/usr.sbin/mpsutil/ |
H A D | mps_flash.c | 216 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 D | mps_cmd.c | 797 facts->ProductID = le16toh(facts->ProductID); in adjust_iocfacts_endianness()
|
H A D | mps_show.c | 281 printf(" ProductID: 0x%x\n", facts->ProductID); in show_iocfacts()
|
/freebsd/usr.sbin/mptutil/ |
H A D | mpt_drive.c | 309 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 D | SystemZAsmPrinter.cpp | 1054 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 D | mpi2_ioc.h | 268 U16 ProductID; /* 0x1A */ member 1156 U16 ProductID; /* 0x22 */ member
|
H A D | mpi2_history.txt | 345 * Added defines for ProductID Product field 347 * Modified values for SAS ProductID Family
|
H A D | mpi2_cnfg.h | 1431 U8 ProductID[16]; /* 0x08 */ member
|
/freebsd/contrib/libfido2/src/ |
H A D | hid_win.c | 119 *product_id = (int16_t)attr.ProductID; in get_id()
|
/freebsd/sys/dev/mps/ |
H A D | mps_table.c | 264 MPS_PRINTFIELD(sc, facts, ProductID, 0x%x); in mps_print_iocfacts()
|
H A D | mps.c | 556 (saved_facts.ProductID != sc->facts->ProductID) || in mps_iocfacts_allocate()
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_table.c | 284 MPR_PRINTFIELD(sc, facts, ProductID, 0x%x); in mpr_print_iocfacts()
|
H A D | mpr.c | 578 (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 D | mpt_debug.c | 395 printf("\tProduct ID 0x%04x\n", msg->ProductID); in mpt_print_ioc_facts()
|
H A D | mpt.c | 2948 MPT_2_HOST16(rp, ProductID); in mpt2host_iocfacts_reply()
|
/freebsd/sys/dev/mpt/mpilib/ |
H A D | mpi_ioc.h | 283 U16 ProductID; /* 1Eh */ member
|
H A D | mpi_cnfg.h | 2362 U8 ProductID[16]; /* 08h */ member
|
/freebsd/sys/dev/mpr/mpi/ |
H A D | mpi2_history.txt | 507 * Added defines for ProductID Product field 509 * Modified values for SAS ProductID Family
|
H A D | mpi2_ioc.h | 354 U16 ProductID; /* 0x1A */ member
|
H A D | mpi2_cnfg.h | 1897 U8 ProductID[16]; /* 0x08 */ member
|
/freebsd/sys/dev/mpi3mr/mpi/ |
H A D | mpi30_ioc.h | 138 U16 ProductID; /* 0x1A */ member
|
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr.c | 1607 sc->facts.product_id = (facts_data->ProductID); in mpi3mr_process_factsdata()
|