Home
last modified time | relevance | path

Searched refs:DeviceType (Results 1 – 13 of 13) sorted by relevance

/openbmc/smbios-mdr/include/
H A Ddimm.hpp36 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 Dpcie_device.hpp20 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 Ddimm.cpp39 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 Dimbapi.h198 #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 Dsmb_common.h220 __le32 DeviceType; member
H A Dsmb2pdu.c5390 info->DeviceType = cpu_to_le32(FILE_DEVICE_DISK); in smb2_get_info_filesystem()
/openbmc/linux/drivers/usb/storage/
H A Disd200.c263 unsigned char DeviceType; member
1150 info->InquiryData.DeviceType = DIRECT_ACCESS_DEVICE; in isd200_get_inquiry_data()
/openbmc/linux/fs/smb/client/
H A Dioctl.c149 fsinf->device_type = le32_to_cpu(tcon->fsDevInfo.DeviceType); in smb_mnt_get_fsinfo()
H A Dcifs_debug.c92 __u32 dev_type = le32_to_cpu(tcon->fsDevInfo.DeviceType); in cifs_debug_tcon()
H A Dcifspdu.h2226 __le32 DeviceType; member
/openbmc/linux/drivers/scsi/
H A Dips.h798 uint8_t DeviceType; member
H A Dips.c3315 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 Daachba.c202 u8 DeviceType:5; member
1021 vpdpage83data.DeviceType = 0; in get_container_serial_callback()