Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/include/
H A Ddimm.hpp35 using DeviceType = typedef
110 DeviceType memoryType(DeviceType value) override;
210 {0x1, DeviceType::Other}, {0x2, DeviceType::Unknown},
211 {0x3, DeviceType::DRAM}, {0x4, DeviceType::EDRAM},
212 {0x5, DeviceType::VRAM}, {0x6, DeviceType::SRAM},
213 {0x7, DeviceType::RAM}, {0x8, DeviceType::ROM},
214 {0x9, DeviceType::FLASH}, {0xa, DeviceType::EEPROM},
215 {0xb, DeviceType::FEPROM}, {0xc, DeviceType::EPROM},
218 {0x11, DeviceType::RDRAM}, {0x12, DeviceType::DDR},
220 {0x18, DeviceType::DDR3}, {0x19, DeviceType::FBD2},
[all …]
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dpcie_device.hpp18 enum class DeviceType{ enum
71 NLOHMANN_JSON_SERIALIZE_ENUM(DeviceType, {
72 {DeviceType::Invalid, "Invalid"},
73 {DeviceType::SingleFunction, "SingleFunction"},
74 {DeviceType::MultiFunction, "MultiFunction"},
75 {DeviceType::Simulated, "Simulated"},
76 {DeviceType::Retimer, "Retimer"},
/openbmc/smbios-mdr/src/
H A Ddimm.cpp37 using DeviceType = typedef
38 sdbusplus::server::xyz::openbmc_project::inventory::item::Dimm::DeviceType;
262 std::map<uint8_t, DeviceType>::const_iterator it = dimmTypeTable.find(type); in dimmType()
265 memoryType(DeviceType::Unknown); in dimmType()
273 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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DDimm.interface.yaml17 type: enum[self.DeviceType]
116 - name: DeviceType
H A DPCIeDevice.interface.yaml7 - name: DeviceType
/openbmc/linux/fs/smb/server/
H A Dsmb_common.h220 __le32 DeviceType; member
H A Dsmb2pdu.c5331 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()