Home
last modified time | relevance | path

Searched refs:md (Results 1 – 25 of 731) sorted by relevance

12345678910>>...30

/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Daction.md9 - [presence_detection](presence_detection.md)
10 - [configuration](configuration.md)
11 - [sensor_monitoring](sensor_monitoring.md)
12 - [phase_fault_detection](phase_fault_detection.md)
15 [device](device.md) that contains the regulator operation. However, the device
16 can be changed using the [set_device](set_device.md) action.
23 … of actions | Action type [and](and.md). …
24 …) | [compare_presence](compare_presence.md) | Action type [compare_presence](compa…
25 …es](#notes) | [compare_vpd](compare_vpd.md) | Action type [compare_vpd](…
26 …| [i2c_capture_bytes](i2c_capture_bytes.md) | Action type [i2c_capture_bytes](i2c_ca…
[all …]
H A DREADME.md101 - Array of [rules](rule.md)
105 - Array of [chassis](chassis.md) in the system
106 - Array of regulator [devices](device.md) in the chassis
107 - Array of voltage [rails](rail.md) produced by the regulator
115 The config file contains a single JSON [config_file](config_file.md) object at
120 - [action](action.md)
121 - [and](and.md)
122 - [chassis](chassis.md)
123 - [compare_presence](compare_presence.md)
124 - [compare_vpd](compare_vpd.md)
[all …]
/openbmc/qemu/hw/mem/
H A Dmemory-device.c23 static bool memory_device_is_empty(const MemoryDeviceState *md) in memory_device_is_empty() argument
25 const MemoryDeviceClass *mdc = MEMORY_DEVICE_GET_CLASS(md); in memory_device_is_empty()
30 mr = mdc->get_memory_region((MemoryDeviceState *)md, &local_err); in memory_device_is_empty()
71 static unsigned int memory_device_get_memslots(MemoryDeviceState *md) in memory_device_get_memslots() argument
73 const MemoryDeviceClass *mdc = MEMORY_DEVICE_GET_CLASS(md); in memory_device_get_memslots()
76 return mdc->get_memslots(md); in memory_device_get_memslots()
173 static void memory_device_check_addable(MachineState *ms, MemoryDeviceState *md, in memory_device_check_addable() argument
176 const MemoryDeviceClass *mdc = MEMORY_DEVICE_GET_CLASS(md); in memory_device_check_addable()
188 mdc->decide_memslots(md, memslot_limit); in memory_device_check_addable()
190 required_memslots = memory_device_get_memslots(md); in memory_device_check_addable()
[all …]
/openbmc/qemu/include/hw/mem/
H A Dmemory-device.h73 uint64_t (*get_addr)(const MemoryDeviceState *md);
81 void (*set_addr)(MemoryDeviceState *md, uint64_t addr, Error **errp);
94 uint64_t (*get_plugged_size)(const MemoryDeviceState *md, Error **errp);
105 MemoryRegion *(*get_memory_region)(MemoryDeviceState *md, Error **errp);
114 void (*decide_memslots)(MemoryDeviceState *md, unsigned int limit);
127 unsigned int (*get_memslots)(MemoryDeviceState *md);
137 uint64_t (*get_min_alignment)(const MemoryDeviceState *md);
142 void (*fill_device_info)(const MemoryDeviceState *md,
171 void memory_device_pre_plug(MemoryDeviceState *md, MachineState *ms,
173 void memory_device_plug(MemoryDeviceState *md, MachineState *ms);
[all …]
/openbmc/docs/
H A DREADME.md9 The [features](features.md) document lists the project's major features with
22 - [cheatsheet.md](cheatsheet.md): Quick reference for some common development
25 - [CONTRIBUTING.md](CONTRIBUTING.md): Guidelines for contributing to OpenBMC
27 - [development tutorials](development/README.md): Tutorials for getting up to
30 - [kernel-development.md](kernel-development.md): Reference for common kernel
41 - [console.md](console.md): Using the host console
43 - [host-management.md](host-management.md): Performing host management tasks
46 - [rest-api.md](rest-api.md): Introduction to using the OpenBMC REST API
48 - [REDFISH-cheatsheet.md](REDFISH-cheatsheet.md): Quick reference for some
51 - [REST-cheatsheet.md](REST-cheatsheet.md): Quick reference for some common
H A Dfeatures.md41 https://github.com/openbmc/openbmc-test-automation/blob/master/README.md
42 [bmcweb]: https://github.com/openbmc/bmcweb/blob/master/README.md
44 https://github.com/openbmc/bmcweb/blob/master/DEVELOPING.md#redfish
46 …://github.com/openbmc/phosphor-dbus-interfaces/tree/master/yaml/xyz/openbmc_project/Certs/README.md
48 …/github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Chassis/README.md
50 https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/README.md
52 https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md
54 https://github.com/openbmc/entity-manager/blob/master/README.md
56 …openbmc/phosphor-dbus-interfaces/tree/master/yaml/xyz/openbmc_project/Common/FactoryReset/README.md
58 https://github.com/openbmc/docs/blob/master/architecture/code-update/code-update.md
[all …]
/openbmc/ipmitool/src/plugins/lan/
H A Dauth.c69 static uint8_t md[16]; in ipmi_auth_md5() local
77 memset(md, 0, 16); in ipmi_auth_md5()
86 MD5_Final(md, &ctx); in ipmi_auth_md5()
89 printf(" MD5 AuthCode : %s\n", buf2str(md, 16)); in ipmi_auth_md5()
91 return md; in ipmi_auth_md5()
133 static uint8_t md[16]; in ipmi_auth_md2() local
141 memset(md, 0, 16); in ipmi_auth_md2()
150 MD2_Final(md, &ctx); in ipmi_auth_md2()
153 printf(" MD2 AuthCode : %s\n", buf2str(md, 16)); in ipmi_auth_md2()
155 return md; in ipmi_auth_md2()
[all …]
/openbmc/qemu/monitor/
H A Dhmp-target.c90 const MonitorDef *md = target_monitor_defs(); in get_monitor_def() local
96 if (cs == NULL || md == NULL) { in get_monitor_def()
100 for(; md->name != NULL; md++) { in get_monitor_def()
101 if (hmp_compare_cmd(name, md->name)) { in get_monitor_def()
102 if (md->get_value) { in get_monitor_def()
103 *pval = md->get_value(mon, md, md->offset); in get_monitor_def()
106 ptr = (uint8_t *)env + md->offset; in get_monitor_def()
107 switch(md->type) { in get_monitor_def()
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw-mem.c30 static void virtio_ccw_mem_set_addr(MemoryDeviceState *md, uint64_t addr, in virtio_ccw_mem_set_addr() argument
33 object_property_set_uint(OBJECT(md), VIRTIO_MEM_ADDR_PROP, addr, errp); in virtio_ccw_mem_set_addr()
36 static uint64_t virtio_ccw_mem_get_addr(const MemoryDeviceState *md) in virtio_ccw_mem_get_addr() argument
38 return object_property_get_uint(OBJECT(md), VIRTIO_MEM_ADDR_PROP, in virtio_ccw_mem_get_addr()
42 static MemoryRegion *virtio_ccw_mem_get_memory_region(MemoryDeviceState *md, in virtio_ccw_mem_get_memory_region() argument
45 VirtIOMEMCcw *dev = VIRTIO_MEM_CCW(md); in virtio_ccw_mem_get_memory_region()
52 static void virtio_ccw_mem_decide_memslots(MemoryDeviceState *md, in virtio_ccw_mem_decide_memslots() argument
55 VirtIOMEMCcw *dev = VIRTIO_MEM_CCW(md); in virtio_ccw_mem_decide_memslots()
62 static unsigned int virtio_ccw_mem_get_memslots(MemoryDeviceState *md) in virtio_ccw_mem_get_memslots() argument
64 VirtIOMEMCcw *dev = VIRTIO_MEM_CCW(md); in virtio_ccw_mem_get_memslots()
[all …]
H A Dvirtio-ccw-md.c23 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_ccw_md_pre_plug() local
41 memory_device_pre_plug(md, ms, &local_err); in virtio_ccw_md_pre_plug()
52 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_ccw_md_plug() local
60 memory_device_plug(md, ms); in virtio_ccw_md_plug()
64 memory_device_unplug(md, ms); in virtio_ccw_md_plug()
116 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_ccw_md_unplug() local
120 memory_device_unplug(md, ms); in virtio_ccw_md_unplug()
126 memory_device_plug(md, ms); in virtio_ccw_md_unplug()
/openbmc/qemu/hw/virtio/
H A Dvirtio-mem-pci.c33 static void virtio_mem_pci_set_addr(MemoryDeviceState *md, uint64_t addr, in virtio_mem_pci_set_addr() argument
36 object_property_set_uint(OBJECT(md), VIRTIO_MEM_ADDR_PROP, addr, errp); in virtio_mem_pci_set_addr()
39 static uint64_t virtio_mem_pci_get_addr(const MemoryDeviceState *md) in virtio_mem_pci_get_addr() argument
41 return object_property_get_uint(OBJECT(md), VIRTIO_MEM_ADDR_PROP, in virtio_mem_pci_get_addr()
45 static MemoryRegion *virtio_mem_pci_get_memory_region(MemoryDeviceState *md, in virtio_mem_pci_get_memory_region() argument
48 VirtIOMEMPCI *pci_mem = VIRTIO_MEM_PCI(md); in virtio_mem_pci_get_memory_region()
55 static void virtio_mem_pci_decide_memslots(MemoryDeviceState *md, in virtio_mem_pci_decide_memslots() argument
58 VirtIOMEMPCI *pci_mem = VIRTIO_MEM_PCI(md); in virtio_mem_pci_decide_memslots()
65 static unsigned int virtio_mem_pci_get_memslots(MemoryDeviceState *md) in virtio_mem_pci_get_memslots() argument
67 VirtIOMEMPCI *pci_mem = VIRTIO_MEM_PCI(md); in virtio_mem_pci_get_memslots()
[all …]
H A Dvirtio-pmem-pci.c29 static void virtio_pmem_pci_set_addr(MemoryDeviceState *md, uint64_t addr, in virtio_pmem_pci_set_addr() argument
32 object_property_set_uint(OBJECT(md), VIRTIO_PMEM_ADDR_PROP, addr, errp); in virtio_pmem_pci_set_addr()
35 static uint64_t virtio_pmem_pci_get_addr(const MemoryDeviceState *md) in virtio_pmem_pci_get_addr() argument
37 return object_property_get_uint(OBJECT(md), VIRTIO_PMEM_ADDR_PROP, in virtio_pmem_pci_get_addr()
41 static MemoryRegion *virtio_pmem_pci_get_memory_region(MemoryDeviceState *md, in virtio_pmem_pci_get_memory_region() argument
44 VirtIOPMEMPCI *pci_pmem = VIRTIO_PMEM_PCI(md); in virtio_pmem_pci_get_memory_region()
51 static uint64_t virtio_pmem_pci_get_plugged_size(const MemoryDeviceState *md, in virtio_pmem_pci_get_plugged_size() argument
54 VirtIOPMEMPCI *pci_pmem = VIRTIO_PMEM_PCI(md); in virtio_pmem_pci_get_plugged_size()
63 static void virtio_pmem_pci_fill_device_info(const MemoryDeviceState *md, in virtio_pmem_pci_fill_device_info() argument
67 VirtIOPMEMPCI *pci_pmem = VIRTIO_PMEM_PCI(md); in virtio_pmem_pci_fill_device_info()
[all …]
H A Dvirtio-md-pci.c23 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_md_pci_pre_plug() local
40 memory_device_pre_plug(md, ms, &local_err); in virtio_md_pci_pre_plug()
51 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_md_pci_plug() local
59 memory_device_plug(md, ms); in virtio_md_pci_plug()
63 memory_device_unplug(md, ms); in virtio_md_pci_plug()
114 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_md_pci_unplug() local
118 memory_device_unplug(md, ms); in virtio_md_pci_unplug()
124 memory_device_plug(md, ms); in virtio_md_pci_unplug()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/
H A D0003-Add-nios2-support.patch12 pr/include/md/_linux.cfg | 45 ++++++++++++++++++++++++++++++++++++++++
13 pr/include/md/_linux.h | 4 +++-
16 diff --git a/pr/include/md/_linux.cfg b/pr/include/md/_linux.cfg
18 --- a/pr/include/md/_linux.cfg
19 +++ b/pr/include/md/_linux.cfg
72 diff --git a/pr/include/md/_linux.h b/pr/include/md/_linux.h
74 --- a/pr/include/md/_linux.h
75 +++ b/pr/include/md/_linux.h
H A D0004-md-Fix-build-with-musl.patch4 Subject: [PATCH] md: Fix build with musl
13 pr/include/md/_linux.cfg | 2 +-
16 diff --git a/pr/include/md/_linux.cfg b/pr/include/md/_linux.cfg
18 --- a/pr/include/md/_linux.cfg
19 +++ b/pr/include/md/_linux.cfg
/openbmc/qemu/hw/i386/
H A Dsgx-epc.c54 MemoryDeviceState *md = MEMORY_DEVICE(dev); in sgx_epc_realize() local
88 sgx_epc->size += memory_device_get_region_size(md, errp); in sgx_epc_realize()
99 static uint64_t sgx_epc_md_get_addr(const MemoryDeviceState *md) in sgx_epc_md_get_addr() argument
101 const SGXEPCDevice *epc = SGX_EPC(md); in sgx_epc_md_get_addr()
106 static void sgx_epc_md_set_addr(MemoryDeviceState *md, uint64_t addr, in sgx_epc_md_set_addr() argument
109 object_property_set_uint(OBJECT(md), SGX_EPC_ADDR_PROP, addr, errp); in sgx_epc_md_set_addr()
112 static uint64_t sgx_epc_md_get_plugged_size(const MemoryDeviceState *md, in sgx_epc_md_get_plugged_size() argument
118 static MemoryRegion *sgx_epc_md_get_memory_region(MemoryDeviceState *md, in sgx_epc_md_get_memory_region() argument
121 SGXEPCDevice *epc = SGX_EPC(md); in sgx_epc_md_get_memory_region()
133 static void sgx_epc_md_fill_device_info(const MemoryDeviceState *md, in sgx_epc_md_fill_device_info() argument
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A D0001-fix-to-build-with-glibc-2.25.patch7 src/md.c | 1 +
10 diff --git a/src/md.c b/src/md.c
12 --- a/src/md.c
13 +++ b/src/md.c
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c387 struct nand_bbt_descr *td, struct nand_bbt_descr *md) in read_abs_bbts() argument
401 if (md && (md->options & NAND_BBT_VERSION)) { in read_abs_bbts()
402 scan_read(mtd, buf, (loff_t)md->pages[0] << this->page_shift, in read_abs_bbts()
403 mtd->writesize, md); in read_abs_bbts()
404 md->version[0] = buf[bbt_get_ver_offs(mtd, md)]; in read_abs_bbts()
406 md->pages[0], md->version[0]); in read_abs_bbts()
595 struct nand_bbt_descr *md) in search_read_bbts() argument
601 if (md) in search_read_bbts()
602 search_bbt(mtd, buf, md); in search_read_bbts()
616 struct nand_bbt_descr *td, struct nand_bbt_descr *md, in write_bbt() argument
[all …]
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/
H A Dmeson.build51 output: ['CP00.md'],
75 output: ['CRP0.md'],
99 output: ['DINF.md'],
123 output: ['LRP0.md'],
147 output: ['LRP1.md'],
171 output: ['LRP2.md'],
195 output: ['LRP3.md'],
219 output: ['LRP4.md'],
243 output: ['LRP5.md'],
267 output: ['LRP6.md'],
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0001-Adapt-to-OpenSSL-1.1.1.patch352 const EVP_MD *md = NULL;
384 - EVP_DigestInit(&ctx, md);
389 + EVP_DigestInit(ctx, md);
585 - EVP_MD_CTX md;
586 + EVP_MD_CTX *md;
598 - EVP_DigestInit(&md, evp_md);
599 - EVP_DigestUpdate(&md, data, datalen);
600 - EVP_DigestFinal(&md, digest, &dlen);
601 + md = EVP_MD_CTX_create();
602 + EVP_DigestInit(md, evp_md);
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/
H A Dmeson.build25 output: ['Activation.md'],
49 output: ['ActivationBlocksTransition.md'],
73 output: ['ActivationProgress.md'],
97 output: ['ApplyOptions.md'],
121 output: ['ApplyTime.md'],
145 output: ['Asset.md'],
169 output: ['ExtendedVersion.md'],
193 output: ['Image.md'],
217 output: ['MinimumVersion.md'],
241 output: ['MultipartUpdate.md'],
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/
H A Dmeson.build33 output: ['CFMLimit.md'],
57 output: ['ChassisCapabilities.md'],
81 output: ['Device.md'],
105 output: ['Failover.md'],
129 output: ['FanPwm.md'],
153 output: ['FanRedundancy.md'],
177 output: ['FanSpeed.md'],
201 output: ['FieldMode.md'],
226 output: ['Host.md'],
250 output: ['MinimumShipLevel.md'],
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/
H A Dmeson.build79 output: ['Accelerator.md'],
103 output: ['Battery.md'],
127 output: ['Bmc.md'],
151 output: ['Board.md'],
175 output: ['Cable.md'],
199 output: ['Chassis.md'],
223 output: ['Connector.md'],
247 output: ['Cpu.md'],
271 output: ['CpuCore.md'],
295 output: ['Dimm.md'],
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/
H A Dmeson.build29 output: ['Asset.md'],
53 output: ['AssetTag.md'],
77 output: ['CLEI.md'],
101 output: ['Cacheable.md'],
125 output: ['Compatible.md'],
149 output: ['CoolingType.md'],
173 output: ['Dimension.md'],
197 output: ['I2CDevice.md'],
221 output: ['LocationCode.md'],
245 output: ['ManagedHost.md'],
[all …]
/openbmc/libmctp/docs/bindings/
H A DMakefile2 html: $(patsubst %.md, %.html, $(wildcard *.md))
4 %.html: %.md

12345678910>>...30