/openbmc/smbios-mdr/include/ |
H A D | dimm.hpp | 36 using DeviceType = typedef 37 sdbusplus::server::xyz::openbmc_project::inventory::item::Dimm::DeviceType; 113 DeviceType memoryType(DeviceType value) override; 215 const std::map<uint8_t, DeviceType> dimmTypeTable = { 216 {0x1, DeviceType::Other}, {0x2, DeviceType::Unknown}, 217 {0x3, DeviceType::DRAM}, {0x4, DeviceType::EDRAM}, 218 {0x5, DeviceType::VRAM}, {0x6, DeviceType::SRAM}, 219 {0x7, DeviceType::RAM}, {0x8, DeviceType::ROM}, 220 {0x9, DeviceType::FLASH}, {0xa, DeviceType::EEPROM}, 221 {0xb, DeviceType::FEPROM}, {0xc, DeviceType::EPROM}, [all …]
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | pcie_device.hpp | 20 enum class DeviceType{ enum 74 NLOHMANN_JSON_SERIALIZE_ENUM(DeviceType, { 75 {DeviceType::Invalid, "Invalid"}, 76 {DeviceType::SingleFunction, "SingleFunction"}, 77 {DeviceType::MultiFunction, "MultiFunction"}, 78 {DeviceType::Simulated, "Simulated"}, 79 {DeviceType::Retimer, "Retimer"},
|
/openbmc/smbios-mdr/src/ |
H A D | dimm.cpp | 39 using DeviceType = typedef 40 sdbusplus::server::xyz::openbmc_project::inventory::item::Dimm::DeviceType; 301 std::map<uint8_t, DeviceType>::const_iterator it = dimmTypeTable.find(type); in dimmType() 304 memoryType(DeviceType::Unknown); in dimmType() 312 DeviceType Dimm::memoryType(DeviceType value) in memoryType()
|
/openbmc/ipmitool/src/plugins/imb/ |
H A D | imbapi.h | 198 #define CTL_CODE(DeviceType, Function, Method, Access)\ argument 199 _IO(DeviceType & 0x00FF, Function & 0x00FF) 201 #define CTL_CODE( DeviceType, Function, Method, Access ) ((ULONG)( \ argument 202 …((ULONG)(DeviceType) << 16) | ((ULONG)(Access) << 14) | ((ULONG)(Function) << 2) | ((ULONG)Method)…
|
/openbmc/linux/fs/smb/server/ |
H A D | smb_common.h | 220 __le32 DeviceType; member
|
H A D | smb2pdu.c | 5390 info->DeviceType = cpu_to_le32(FILE_DEVICE_DISK); in smb2_get_info_filesystem()
|
/openbmc/linux/drivers/usb/storage/ |
H A D | isd200.c | 263 unsigned char DeviceType; member 1150 info->InquiryData.DeviceType = DIRECT_ACCESS_DEVICE; in isd200_get_inquiry_data()
|
/openbmc/linux/fs/smb/client/ |
H A D | ioctl.c | 149 fsinf->device_type = le32_to_cpu(tcon->fsDevInfo.DeviceType); in smb_mnt_get_fsinfo()
|
H A D | cifs_debug.c | 92 __u32 dev_type = le32_to_cpu(tcon->fsDevInfo.DeviceType); in cifs_debug_tcon()
|
H A D | cifspdu.h | 2226 __le32 DeviceType; member
|
/openbmc/linux/drivers/scsi/ |
H A D | ips.h | 798 uint8_t DeviceType; member
|
H A D | ips.c | 3315 if ((inquiryData.DeviceType & 0x1f) == TYPE_DISK) { in ips_map_status() 3508 inquiry.DeviceType = in ips_send_cmd() 3964 if ((inquiryData.DeviceType & 0x1f) == TYPE_DISK) in ips_chkstatus() 4034 inquiry.DeviceType = IPS_SCSI_INQ_TYPE_DASD; in ips_inquiry()
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | aachba.c | 202 u8 DeviceType:5; member 1021 vpdpage83data.DeviceType = 0; in get_container_serial_callback()
|