/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 45 This document lays out a structure for representing UEFI CPER records, as described in UEFI Appendi… 53 \chapter{Main Structure Specification} 54 \section{Parent Structure (Type 1): Full Log} 56 This structure contains descriptions of the CPER log header, as well as the section descriptors and 57 section structures themselves within arrays, representing a full CPER log. This is the structure re… 59 % Parent structure (type 1) table. 61 header & object & A CPER header structure as defined in Section \ref{section:headerstructure}. \\ 66 \jsontableend{Parent structure (type 1) field table.} 68 \section{Parent Structure (Type 2): Single Section Log} 70 This structure contains a single section descriptor and section, representing a single section CPER… [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pce_identity.hpp | 53 * @brief Returns the size of this structure when flattened into a PEL 55 * @return size_t - The size of the structure 63 * @brief The type identifier value of this structure. 80 * @brief Returns the MTMS sub structure 82 * @return const MTMS& - The machine type/model/SN structure. 96 * @brief The size of this callout structure. 105 * Always 0 for this structure. 110 * @brief The structure that holds the power controlling enclosure's
|
/openbmc/u-boot/include/ |
H A D | smbios.h | 15 /* SMBIOS structure types */ 203 * This fills the header of an SMBIOS table structure. 205 * @table: start address of the structure 206 * @type: the type of structure 207 * @length: the length of the formatted area of the structure 208 * @handle: the structure's handle, a unique 16-bit number 221 * Function prototype to write a specific type of SMBIOS structure 223 * @addr: start address to write the structure 224 * @handle: the structure's handle, a unique 16-bit number 225 * @return: size of the structure
|
H A D | atf_common.h | 72 * Structure used for telling the next BL how much of a particular type of 87 * This structure provides version information and the size of the 88 * structure, attributes for the structure it represents 91 uint8_t type; /* type of the structure */ 92 uint8_t version; /* version of this structure */ 93 uint16_t size; /* size of this structure in bytes */ 98 * This structure represents the superset of information needed while 103 * of this structure defined by the macro `ENTRY_POINT_INFO_PC_OFFSET` while 143 * This structure represents the superset of information that can be passed to 145 * populated only if BL2 detects its presence. A pointer to a structure of this [all …]
|
H A D | vsc9953.h | 264 /* VSC9953 ANA structure */ 371 /* END VSC9953 ANA structure t*/ 373 /* VSC9953 DEV_GMII structure */ 400 /* END VSC9953 DEV_GMII structure */ 402 /* VSC9953 QSYS structure */ 462 /* END VSC9953 QSYS structure */ 464 /* VSC9953 SYS structure */ 608 /* END VSC9953 SYS structure */ 610 /* VSC9953 REW structure */ 632 /* END VSC9953 REW structure */ [all …]
|
/openbmc/qemu/include/hw/xen/ |
H A D | start_info.h | 27 * Start of day structure passed to PVH guests and to HVM guests in %ebx. 36 * | version | Version of this structure. Current version is 1. New 44 * | | (layout of the structure below). 49 * | rsdp_paddr | Physical address of the RSDP ACPI data structure. 52 * | | present in version 1 and newer of the structure. 55 * | | present in version 1 and newer of the structure. 61 * The layout of each entry in the module structure is the following: 92 * Version numbers of the hvm_start_info structure have evolved like this: 100 * of the structure must check that memmap_entries is non-zero 114 uint32_t version; /* Version of this structure. */ [all …]
|
/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/Include/Guid/ |
H A D | BiosTablesTest.h | 3 point(s) in a MB-aligned structure to the hypervisor. 5 The hypervisor locates the MB-aligned structure based on the signature GUID 6 that is at offset 0 in the structure. Once the RSD PTR and SMBIOS anchor 40 // The following structure must be allocated in Boot Services Data type memory, 46 // The signature GUID is written to the MB-aligned structure from 68 // Entry Point Structure from the SMBIOS v3.2.0 specification, in 8-byte 70 // the SMBIOS 3.0 (64-bit) Entry Point Structure from the same specification,
|
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl_cdat.h | 2 * CXL CDAT Structure 57 /* CDAT Structure Types - CDAT Table 2 */ 73 /* Device Scoped Memory Affinity Structure - CDAT Table 3 */ 88 /* Device Scoped Latency and Bandwidth Information Structure - CDAT Table 5 */ 102 /* Device Scoped Memory Side Cache Information Structure - CDAT Table 6 */ 111 /* Device Scoped Initiator Structure - CDAT Table 7 */ 119 /* Device Scoped EFI Memory Type Structure - CDAT Table 8 */ 130 /* Switch Scoped Latency and Bandwidth Information Structure - CDAT Table 9 */
|
/openbmc/qemu/contrib/ivshmem-server/ |
H A D | ivshmem-server.h | 41 * Structure storing a peer 44 * IvshmemServerPeer structure is created. This peer and all its 57 * Structure describing an ivshmem server 59 * This structure stores all information related to our server: the name 78 * @server: A pointer to an uninitialized IvshmemServer structure 97 * @server: The pointer to the initialized IvshmemServer structure 107 * shared memory file descriptor. The structure remains initialized, so 149 * @peer_id: The identifier of the peer structure 151 * Returns: The peer structure, or NULL if not found
|
/openbmc/u-boot/board/freescale/m52277evb/ |
H A D | README | 32 - include/asm-m68k/crossbar.h CrossBar structure and definition 33 - include/asm-m68k/dspi.h DSPI structure and definition 34 - include/asm-m68k/edma.h eDMA structure and definition 35 - include/asm-m68k/flexbus.h FlexBus structure and definition 36 - include/asm-m68k/fsl_i2c.h I2C structure and definition 37 - include/asm-m68k/global_data.h Global data structure 41 - include/asm-m68k/lcd.h LCD structure and definition 45 - include/asm-m68k/ptrace.h Exception structure 47 - include/asm-m68k/ssi.h SSI structure and definition 49 - include/asm-m68k/timer.h Timer structure and definition [all …]
|
/openbmc/qemu/contrib/ivshmem-client/ |
H A D | ivshmem-client.h | 33 * Structure storing a peer 38 * structure to store the infos of this peer. 40 * This structure is also used to store the information of our own 62 * Structure describing an ivshmem client 64 * This structure stores all information related to our client: the name 86 * @client: A pointer to an uninitialized IvshmemClient structure 189 * Return the peer structure from its peer_id. If the given peer_id is 190 * the local id, the function returns the local peer structure. 193 * @peer_id: The identifier of the peer structure 195 * Returns: The peer structure, or NULL if not found
|
/openbmc/openbmc-test-automation/lib/ |
H A D | var_funcs.py | 729 def nested_get(key_name, structure): argument 731 Return a list of all values from the nested structure that have the given key name. 735 Given a dictionary structure named "personnel" with the following contents: 758 …structure Any nested combination of lists or dictionaries (e.g. a dictionary… 760 … will locate the given key at any level within the structure and include 765 if type(structure) is list: 766 for entry in structure: 769 elif gp.is_dict(structure): 770 for key, value in structure.items(): 778 def match_struct(structure, match_dict, regex=False): argument [all …]
|
/openbmc/u-boot/board/socrates/ |
H A D | nand.c | 33 * @mtd: MTD device structure 43 * @mtd: MTD device structure 61 * @mtd: MTD device structure 72 * @mtd: MTD device structure 83 * @mtd: MTD device structure 103 * @mtd: MTD device structure 116 * @mtd: MTD device structure
|
/openbmc/libpldm/include/libpldm/oem/meta/ |
H A D | file_io.h | 43 * Structure representing PLDM read file data info 53 * Structure representing PLDM read file attribute info 63 * Structure representing PLDM read file request 78 * Structure representing PLDM read file response 109 * @param[out] req - Pointer to the structure to store the decoded response data 110 * @param[in] req_length - Length of request structure 134 * @param[out] req - Pointer to the structure to store the decoded response data
|
/openbmc/phosphor-pid-control/ |
H A D | conf.hpp | 19 * General sensor structure used for configuration. 38 * Structure for decorating an input sensor's name with additional 53 * Structure for holding the configuration of a PID. 75 * General zone structure used for configuration. A zone is a list of PIDs 76 * and a set of configuration settings. This structure gets filled out with
|
/openbmc/qemu/include/hw/virtio/ |
H A D | vhost.h | 75 * struct vhost_dev - common vhost_dev structure 156 * @hdev: the common vhost_dev structure 175 * @hdev: the common vhost_dev structure 185 * @hdev: common vhost_dev structure 186 * @vdev: the VirtIODevice structure 198 * @hdev: common vhost_dev structure 199 * @vdev: the VirtIODevice structure 209 * @hdev: common vhost_dev structure 220 * @hdev: common vhost_dev structure 221 * @vdev: the VirtIODevice structure [all …]
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | vmclock-abi.h | 4 * This structure provides a vDSO-style clock to VM guests, exposing the 24 * In its most basic mode, this structure provides only an indication to the 27 * reliable accurate timestamps (e.g. distributed databases), the structure 33 * In its more advanced mode. this structure can also be used to expose the 48 * This structure is offered with the intent that it be adopted into the 52 * the virtio-rtc proposal. The structure can also be exposed through an ACPI 54 * the fact that it uses a real _CRS to convey the address of the structure 67 uint32_t size; /* Size of region containing this structure */ 106 * guaranteed that the time calculated according this structure at 108 * calculated via the structure at any *later* moment.
|
/openbmc/qemu/qga/ |
H A D | commands-windows-ssh.c | 39 * Frees userInfo structure. This implements the g_auto cleanup 40 * for the structure. 58 * errp -> error structure to set when an error occurs 101 * errp -> Error structure to set any errors that occur. 133 * pACL -> Pointer to an ACL structure 134 * errp -> Error structure to set any errors that occur 193 * pACL -> Pointer to an ACL structure 194 * errp -> Error structure to set any errors that occur 283 * userInfo -> pointer to structure that contains information about the user 284 * PACL -> pointer to an access control structure that will be set upon [all …]
|
/openbmc/libpldm/include/libpldm/ |
H A D | platform.h | 574 * Structure representing PLDM common PDR header 586 * Structure representing PLDM terminus locator PDR 601 * Structure representing PLDM Sensor Auxiliary Names PDR 613 * Structure representing terminus locator value for 622 * Structure representing PLDM Entity Association PDR 634 * Structure representing PLDM FRU record set PDR 649 * Structure representing PLDM state sensor PDR 666 * Structure representing state enums for state sensor 676 * Structure representing PLDM state effecter PDR 694 * Structure representing PLDM compact numeric sensor PDR [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 108.out | 12 Rebuilding refcount structure 34 Rebuilding refcount structure 67 Rebuilding refcount structure 84 Rebuilding refcount structure 100 Rebuilding refcount structure 120 Rebuilding refcount structure 142 Rebuilding refcount structure 183 Rebuilding refcount structure
|
/openbmc/hiomapd/vpnor/ |
H A D | ffs.h | 10 * The last field of the PNOR partition table structure is an array 11 * of another structure - which represents the partition. 30 /* The partition structure has 16 'user data' words, which can be used to store 83 * in this structure 109 * @version: Version of the structure, set to 120 * in this structure
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | pnor_partition_defs.h | 10 * The last field of the PNOR partition table structure is an array 11 * of another structure - which represents the partition. 30 /* The partition structure has 16 'user data' words, which can be used to store 83 * in this structure 109 * @version: Version of the structure, set to 120 * in this structure
|
/openbmc/qemu/util/ |
H A D | timed-average.c | 85 * @ta: the TimedAverage structure 93 /* Initialize a TimedAverage structure 95 * @ta: the TimedAverage structure 124 * @ta: the TimedAverage structure 160 * @ta: the TimedAverage structure 187 * @ta: the TimedAverage structure 200 * @ta: the TimedAverage structure 213 * @ta: the TimedAverage structure 223 * @ta: the TimedAverage structure
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | tegra_nand.c | 110 * @param reg nand_ctlr structure 148 * @param mtd MTD device structure 171 * @param mtd MTD device structure 199 * @param mtd MTD device structure 235 * @param reg nand_ctlr structure 249 * @param mtd MTD device structure 376 * @param reg nand_ctlr structure 431 * @param reg nand_ctlr structure 445 * @param reg nand_ctlr structure 461 * @param info nand_info structure [all …]
|
/openbmc/phosphor-certificate-manager/ |
H A D | x509_utils.hpp | 20 /** @brief Loads Certificate file into the X509 structure. 22 * @return pointer to the X509 structure. 61 /** @brief Parses PEM string into the X509 structure. 63 * @return pointer to the X509 structure.
|