Home
last modified time | relevance | path

Searched full:given (Results 1 – 25 of 1967) sorted by relevance

12345678910>>...79

/openbmc/openpower-hw-diags/util/
H A Dpdbg.hpp46 /** @return The target associated with the given chip. */
49 /** @return The target associated with the given devtree path. */
52 /** @return A string representing the given target's devtree path. */
55 /** @return A string representing the given chip's devtree path. */
58 /** @return The absolute position of the given target. */
61 /** @return The absolute position of the given chip. */
67 /** @return The target type of the given target. */
70 /** @return The target type of the given chip. */
73 /** @return The parent chip target of the given unit target. */
76 /** @return The parent processor chip target of the given target. */
[all …]
H A Ddata_file.hpp9 * @brief Returns a list of files in the given directory, matching the given
20 * @brief Validates the given JSON file against the given schema.
/openbmc/u-boot/arch/x86/include/asm/
H A Dearly_cmos.h13 * cmos_read8() - Get 8-bit data stored at the given address
15 * This reads from CMOS for the 8-bit data stored at the given address.
18 * @return: 8-bit data stored at the given address
23 * cmos_read16() - Get 16-bit data stored at the given address
25 * This reads from CMOS for the 16-bit data stored at the given address.
28 * @return: 16-bit data stored at the given address
33 * cmos_read32() - Get 32-bit data stored at the given address
35 * This reads from CMOS for the 32-bit data stored at the given address.
38 * @return: 32-bit data stored at the given address
/openbmc/smbios-mdr/include/
H A Dspeed_select.hpp34 * the info on new D-Bus objects on the given bus connection.
89 * Whether the given level is supported. The level indices may be
94 /** Whether SST-BF is supported in a given level. */
96 /** Whether SST-TF is supported in a given level. */
98 /** Whether SST-BF is enabled in a given level. */
100 /** Whether SST-TF is enabled in a given level. */
102 /** Return the package Thermal Design Power in Watts for a given level. */
104 /** Return the number of cores enabled in a given level. */
106 /** Return the list of enabled logical core indices for a given level. */
110 * given level.
[all …]
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.hpp47 * @brief Returns a resolution for all the RAS actions needed for the given
59 * @return True if the flag is set for the given signature, else false.
80 * @brief Parses a signature in the given data file and returns a string
91 * @brief Parses a bus object in the given data file and returns the bus
102 * @brief Parses an action in the given data file and returns the
106 * @param i_action The target action to parse from the given RAS data.
107 * @return A resolution (or nested resolutions) representing the given
118 * @brief Returns a callout priority enum value for the given string.
/openbmc/openpower-hw-diags/test/
H A Dsim-hw-access.hpp44 * @param i_addr A SCOM address on the given chip.
45 * @param i_val The value of the given address.
58 * @param i_addr A SCOM address on the given chip.
79 * @param i_addr A SCOM address on the given chip.
80 * @param o_val The value of the given address. If the target address
134 * @param i_addr A CFAM address on the given chip.
135 * @param i_val The value of the given address.
148 * @param i_addr A CFAM address on the given chip.
169 * @param i_addr A CFAM address on the given chip.
170 * @param o_val The value of the given address. If the target address
/openbmc/qemu/include/hw/nvram/
H A Dfw_cfg.h107 * Add a new fw_cfg item, available by selecting the given key, as a raw
108 * "blob" of the given size. The data referenced by the starting pointer
119 * Add a new fw_cfg item, available by selecting the given key. The item
131 * Replace the fw_cfg item available by selecting the given key. The new
145 * Add a new fw_cfg item, available by selecting the given key. The item
146 * data will consist of a dynamically allocated copy of the given 16-bit
157 * Replace the fw_cfg item available by selecting the given key. The new
158 * data will consist of a dynamically allocated copy of the given 16-bit
171 * Add a new fw_cfg item, available by selecting the given key. The item
172 * data will consist of a dynamically allocated copy of the given 32-bit
[all …]
/openbmc/phosphor-fan-presence/monitor/
H A Dconditions.hpp33 * @brief A condition that checks all properties match the given values
34 * @details Checks each property entry against its given value where all
35 * property values must match their given value for the condition to pass
45 * @brief Parse the propertiesMatch condition's parameters from the given JSON
47 * @details Parses and verifies all the required parameters are given in the
/openbmc/pldm/libpldmresponder/
H A Dbios_table.hpp91 /** @brief Find the string handle from the BIOS string table by the given
125 /** @brief Find the string handle from the BIOS string table by the given
161 /** @brief construct entry of string table at the end of the given
163 * @param[in,out] table - The given table
225 /** @brief construct string entry of attribute table at the end of the given
227 * @param[in,out] table - The given table
246 * given table
247 * @param[in,out] table - The given table
276 * given table
277 * @param[in,out] table - The given table
[all …]
/openbmc/u-boot/include/
H A Dw1-eeprom.h16 * Reads a buff from the given EEPROM memory, starting at
17 * given offset and place the results into the given buffer.
18 * Should read given count of bytes.
H A Dadc.h94 * for the given channel number.
116 * channel_data() - get conversion output data for the given channel.
147 * selected by the given mask
154 * stop() - stop conversion of the given ADC device
163 * adc_start_channel() - start conversion for given device/channel and exit.
172 * adc_start_channels() - start conversion for given device/channels and exit.
185 * adc_channel_data() - get conversion data for the given device channel number.
211 * adc_data_mask() - get data mask (ADC resolution bitmask) for given ADC device
222 * adc_channel_mask() - get channel mask for given ADC device
234 * device's channel. This function searches for the device with the given name,
[all …]
/openbmc/u-boot/include/linux/usb/
H A Dotg.h20 * usb_get_dr_mode() - Get dual role mode for given device
21 * @node: Node offset to the given device
29 * usb_get_maximum_speed() - Get maximum speed for given device
30 * @node: Node offset to the given device
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h93 /* FDT_ERR_TRUNCATED: Structure block of the given device tree
96 /* FDT_ERR_BADMAGIC: Given "device tree" appears not to be a
100 /* FDT_ERR_BADVERSION: Given device tree has a version which
105 /* FDT_ERR_BADSTRUCTURE: Given device tree has a corrupt
109 /* FDT_ERR_BADLAYOUT: For read-write functions, the given
250 * fdt_check_header() checks that the given buffer contains what
305 * fdt_get_max_phandle retrieves the highest phandle in the given
363 * fdt_subnode_offset - find a subnode of a given node
369 * offset parentoffset with the given name. name may include a unit
373 * whose name excluding unit address matches the given name.
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DTOTPAuthenticator.interface.yaml12 secret key for the given user and returns secret key string to share
27 authenticator secret key for the given user and returns weather this
47 key for the given user.
59 required for the given user to complete Time-based One-time Password
67 for the given user
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_server.h52 * Construct simple ACK command in the buffer, given the buffer with the
66 * Construct simple NACK command in the buffer, given the buffer with the
83 * Construct ACK command in the buffer, given the buffer with the
99 * Construct OEM ACK command in the buffer, given the buffer with the
116 * Construct simple OEM ACK command in the buffer, given the buffer with the
130 * Construct OEM ACK command in the buffer, given the buffer with the
144 * Construct ACK response in the buffer, given the buffer with the
160 * Construct ACK response in the buffer, given the buffer with the
186 * Construct ACK response in the buffer, given the buffer with the
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/
H A DManager.interface.yaml6 A method to update the keyword value for a given VPD record.
106 A method to get list of FRU D-BUS object paths for a given unexpanded
122 List of all the FRUs D-Bus object paths for the given location
129 A method to get list of FRU D-BUS object paths for a given expanded
140 List of all the FRUs D-Bus object path for the given location
147 An api to get expanded location code corresponding to a given
175 An api to delete VPD of a given FRU and set its Present property as
177 to collect VPD of any given FRU in case of concurrent maintenance.
188 An api to collect VPD of a given FRU.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Dimm/
H A DMemoryLocation.interface.yaml12 Memory controller number of given socket.
16 Channel number of given memory controller.
20 Slot of given channel.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-ftp/
H A D0001-Remove-use-of-the-cgi-module.patch38 - '''Sends an FTP STOR to a given URL. Returns a Response object. Expects
39 - to be given one file by the standard Requests method. The remote
40 - filename will be given by the URL provided.'''
51 - '''Given a prepared reqest, return a file-like object containing the
90 - '''Executes the FTP STOR command on the given path.'''
93 - # that there is only one file to be sent to a given URL. We also
114 '''Executes the FTP NLST command on the given path.'''
/openbmc/bmcweb/docs/
H A DOEM_SCHEMAS.md25 and therefore needs to take care when adding new, non-standard APIs, given the
29 quality and testing than their spec-driven alternatives, given the lack of
32 a breaking change to an external API, given that clients are likely to be
35 If a given feature eventually becomes standardized, OpenBMC OEM endpoints now
36 have to break an API boundary to move to the standard implementation. Given the
79 implement all appropriate CSDL and OpenAPI schemas for their given OEM
96 Given the nature of semantic versioning, Redfish does not directly have support
/openbmc/libcper/generator/
H A Dcper-generate.c23 //Generates a CPER record with the given section types, outputting to the given stream.
41 //Generate the header given the number of sections. in generate_cper_record()
63 //Generate the section descriptors given the number of sections. in generate_cper_record()
95 //Generates a single section record for the given section, and outputs to file.
120 //Generates a single section descriptor for a section with the given properties.
189 //Generates a single CPER section given the string type.
214 //If we didn't find a section generator for the given name, error out. in generate_section()
216 …printf("Undefined section type '%s' given to generate. See 'cper-generate --help' for command info… in generate_section()
H A Dgen-utils.c27 //Generates a random section of the given byte size, saving the result to the given location.
35 //Generates a random byte allocation of the given size.
45 //Creates a valid common CPER error section, given the start of the error section.
/openbmc/qemu/python/qemu/utils/
H A Dqom.py15 list List QOM properties at a given path
16 tree Show QOM tree from a given path
50 QOM Command - Set a property to a given value.
146 QOM Command - List the properties at a given path.
150 List QOM properties at a given path
162 help = 'List QOM properties at a given path'
192 QOM Command - Show the full tree below a given path.
196 Show QOM tree from a given path
208 help = 'Show QOM tree from a given path'
/openbmc/qemu/docs/specs/
H A Dpci-testdev.rst17 uint8_t test; /* write-only, starts a given test number */
19 * read-only, type and width of access for a given test.
24 uint32_t offset; /* read-only, offset in this BAR for a given test */
25 uint32_t data; /* read-only, data to use for a given test */
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Doemrouter.hpp38 /// Register a handler for given OEMNumber & cmd.
40 /// for the given OEMNumber.
44 /// @param[in] handler - the handler to call given that OEN and
64 /// Given a Group convert to an OEN.
73 /// Given an OEN, conver to the OEM Group.
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_poh_counter.robot21 ... Wait Time given - 1 hour, 1 hour 30minutes when Host power OFF, 1 hour
72 # Sleep for given time.
75 # Get POH Counter Reading after waiting for given time period.
94 # Sleep for given time.
97 # Get POH counter reading after waiting for given time period.
115 # Sleep for given time.
118 # Get POH Counter reading after waiting for given time period.

12345678910>>...79