/freebsd/sys/dev/hpt27xx/ |
H A D | os_bsd.h | 100 u_char ProductId[16]; member
|
H A D | hptintf.h | 566 HPT_U8 ProductId[16]; member 628 HPT_U8 ProductId[16]; member 640 HPT_U8 ProductId[16]; member 654 HPT_U8 ProductId[16]; member
|
H A D | hpt27xx_osm_bsd.c | 583 memcpy(&inquiryData->ProductId, "DISK 0_0 ", 16); in hpt_scsi_io() 586 inquiryData->ProductId[7] = (vd->target_id % 100) / 10 + '0'; in hpt_scsi_io() 587 inquiryData->ProductId[8] = (vd->target_id % 100) % 10 + '0'; in hpt_scsi_io() 590 inquiryData->ProductId[7] = (vd->target_id % 100) % 10 + '0'; in hpt_scsi_io()
|
/freebsd/sys/dev/hptnr/ |
H A D | os_bsd.h | 102 u_char ProductId[16]; member
|
H A D | hptintf.h | 562 HPT_U8 ProductId[16]; member 624 HPT_U8 ProductId[16]; member 636 HPT_U8 ProductId[16]; member 650 HPT_U8 ProductId[16]; member
|
H A D | hptnr_osm_bsd.c | 862 memcpy(&inquiryData->ProductId, devconf.pIdentifyData->ModelNumber, 16); in hpt_scsi_io() 863 ldm_ide_fixstring((HPT_U8 *)&inquiryData->ProductId, 16); in hpt_scsi_io() 870 snprintf((char *)&inquiryData->ProductId, 16, "DISK_%d_%d ", in hpt_scsi_io() 872 inquiryData->ProductId[15] = ' '; in hpt_scsi_io()
|
/freebsd/sys/dev/hptrr/ |
H A D | os_bsd.h | 103 u_char ProductId[16]; member
|
H A D | hptrr_osm_bsd.c | 589 memcpy(&inquiryData->ProductId, "DISK 0_0 ", 16); in hpt_scsi_io() 592 inquiryData->ProductId[7] = (vd->target_id % 100) / 10 + '0'; in hpt_scsi_io() 593 inquiryData->ProductId[8] = (vd->target_id % 100) % 10 + '0'; in hpt_scsi_io() 596 inquiryData->ProductId[7] = (vd->target_id % 100) % 10 + '0'; in hpt_scsi_io()
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-format.c | 1079 UsbWWId->ProductId, in DevPathToTextUsbWWID() 1198 UsbClass->ProductId, in DevPathToTextUsbClass() 1211 UsbClass->ProductId, in DevPathToTextUsbClass() 1220 UsbClass->ProductId, in DevPathToTextUsbClass() 1229 UsbClass->ProductId, in DevPathToTextUsbClass() 1240 UsbClass->ProductId, in DevPathToTextUsbClass()
|
H A D | efivar-dp-parse.c | 2231 UsbClass->ProductId = 0xFFFF; in ConvertFromTextUsbClass() 2233 UsbClass->ProductId = (UINT16)Strtoi (PIDStr); in ConvertFromTextUsbClass() 2657 UsbWwid->ProductId = (UINT16)Strtoi (PIDStr); in DevPathFromTextUsbWwid()
|
/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 447 UINT16 ProductId; member 486 UINT16 ProductId; member
|
/freebsd/sys/dev/hptmv/ |
H A D | osbsd.h | 88 UCHAR ProductId[16]; member
|
H A D | entry.c | 2557 for (i = 0; i < 4; i++) inquiryData->ProductId[12+i] = ' '; in SetInquiryData() 2573 memcpy(&inquiryData->ProductId, "RAID 1/0 Array ", 16); in SetInquiryData() 2575 memcpy(&inquiryData->ProductId, "RAID 0 Array ", 16); in SetInquiryData() 2580 memcpy(&inquiryData->ProductId, "RAID 0/1 Array ", 16); in SetInquiryData() 2582 memcpy(&inquiryData->ProductId, "RAID 1 Array ", 16); in SetInquiryData() 2585 memcpy(&inquiryData->ProductId, "RAID 5 Array ", 16); in SetInquiryData() 2588 memcpy(&inquiryData->ProductId, "JBOD Array ", 16); in SetInquiryData()
|
/freebsd/stand/efi/include/ |
H A D | efidevp.h | 206 UINT16 ProductId; member
|
/freebsd/stand/efi/libefi/ |
H A D | devpath.c | 289 ((USB_CLASS_DEVICE_PATH *)node)->ProductId, in efi_messaging_dev_path()
|
/freebsd/sys/dev/mpt/mpilib/ |
H A D | mpi_ioc.h | 1136 U16 ProductId; /* 22h */ member
|
/freebsd/sys/dev/aac/ |
H A D | aacreg.h | 1257 u_int8_t ProductId[16]; member
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_reg.h | 1288 u_int8_t ProductId[16]; member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 1070 std::string ProductId = getClangVendor() + "clang"; in Release() local 1072 llvm::MDString::get(VMContext, ProductId)); in Release()
|