Home
last modified time | relevance | path

Searched full:returns (Results 1 – 25 of 3998) sorted by relevance

12345678910>>...160

/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph_internal.h84 * qos_graph_get_node(): returns the node mapped to that @key.
87 * Returns: on success: the %QOSGraphNode
93 * qos_graph_has_node(): returns #TRUE if the node
99 * qos_graph_get_node_type(): returns the %QOSNodeType
102 * Returns: on success: the %QOSNodeType
108 * qos_graph_get_node_availability(): returns the availability (boolean)
114 * qos_graph_get_edge(): returns the edge
117 * Returns: on success: the %QOSGraphEdge
123 * qos_graph_edge_get_type(): returns the edge type
126 * Returns: on success: the %QOSEdgeType
[all …]
/openbmc/libpldm/include/libpldm/
H A Dinstance-id.h24 * @return int - Returns 0 on success. Returns -EINVAL if ctx is NULL or *ctx
25 * is not NULL. Returns -ENOMEM if memory couldn't be allocated.
26 * Returns the errno if the database couldn't be opened.
37 * @return int - Returns 0 on success. Returns -EINVAL if ctx is NULL or *ctx
38 * is not NULL. Returns -ENOMEM if memory couldn't be allocated.
39 * Returns the errno if the database couldn't be opened.
48 * @return int - Returns 0 on success or if *ctx is NULL. No specific errors are
63 * @return int - Returns 0 on success if we were able to allocate an instance
64 * ID. Returns -EINVAL if the iid pointer is NULL. Returns -EAGAIN
65 * if a successive call may succeed. Returns -EPROTO if the
[all …]
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h35 * Returns 0 for successful exclusive request, else returns
39 * Returns 0 for successful exclusive request, else returns
42 * Returns 0 for successful exclusive request, else returns
46 * Returns 0 for successful exclusive request, else returns
63 * Returns 0 for successful exclusive request, else returns
66 * Returns 0 for successful exclusive request, else returns
69 * Returns 0 for successful release, else returns corresponding
72 * Returns 0 if the ID is valid, else returns corresponding error.
77 * Returns 0 for successful information request and count has
78 * proper data, else returns corresponding error message.
[all …]
/openbmc/linux/arch/sparc/kernel/
Dpci_sun4v_asm.S
Dhvcalls.S
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dtest.py13 Returns individual test from a test suite.
27 Returns modules in a test suite.
36 Returns test case info from suite. Info is fetched from func.
45 Returns test case names from suite.
51 Returns test case ids from suite.
57 Returns test case files paths from suite.
63 Returns test case module name.
69 Returns test case class name.
75 Returns test case complete id.
81 Returns test case file path.
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.hpp65 * Returns the corresponding C++ Rule and Chassis objects.
83 * Returns the specified property of the specified JSON element.
109 * Returns the corresponding C++ Action object.
121 * Returns the corresponding C++ Action objects.
134 * Returns the corresponding C++ AndAction object.
146 * Returns the corresponding C++ uint8_t value.
171 * Returns the corresponding C++ uint8_t value.
196 * Returns the corresponding C++ boolean value.
216 * Returns the corresponding C++ Chassis object.
228 * Returns the corresponding C++ Chassis objects.
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp35 * @returns Message Success formatted to JSON */
47 * @returns Message GeneralError formatted to JSON */
57 * @returns Message Created formatted to JSON */
68 * @returns Message NoOperation formatted to JSON */
79 * @returns Message PropertyDuplicate formatted to JSON */
91 * @returns Message PropertyUnknown formatted to JSON */
104 * @returns Message PropertyValueTypeError formatted to JSON */
119 * @returns Message PropertyValueFormatError formatted to JSON */
134 * @returns Message PropertyValueNotInList formatted to JSON */
149 * @returns Message PropertyValueOutOfRange formatted to JSON */
[all …]
/openbmc/linux/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-mt6360
Dsysfs-driver-intel-m10-bmc-sec-update
/openbmc/qemu/include/hw/xtensa/
H A Dxtensa-isa.h203 * thus, the "to_chars" function returns the number of bytes copied or
243 * required to decode the instruction length. Returns
256 * stages before stage 0. Returns XTENSA_UNDEFINED on error.
282 /* Get the name of a format. Returns null on error. */
288 * Given a format name, return the format number. Returns
297 * Returns XTENSA_UNDEFINED if the format is not recognized.
305 * All the other fields are set to zero. Returns non-zero on error.
313 * Find the length (in bytes) of an instruction. Returns
321 * Get the number of slots in an instruction. Returns XTENSA_UNDEFINED
330 * Returns XTENSA_UNDEFINED on error.
[all …]
/openbmc/u-boot/include/net/
H A Dmdio.h17 * @busp: returns mii bus
18 * @returns 0 on success, error code otherwise.
26 * @devp: returns mdio udevice
27 * @returns 0 on success, error code otherwise.
35 * @busp: returns mii bus
36 * @returns 0 on success, error code otherwise.
46 * @devp: returns mdio udevice
47 * @returns 0 on success, error code otherwise.
57 * @busp: returns mii bus
58 * @returns 0 on success, error code otherwise.
/openbmc/linux/arch/powerpc/include/asm/
Dplpks.h
/openbmc/linux/include/uapi/linux/dvb/
Dosd.h
/openbmc/u-boot/tools/patman/
H A Dterminal.py71 Returns:
116 """Returns a start color code.
121 Returns:
122 If color is enabled, returns an ANSI sequence to start the given
123 color, otherwise returns empty string
133 Returns:
134 If color is enabled, returns an ANSI color reset sequence,
135 otherwise returns empty string
142 """Returns text with conditionally added color escape sequences.
149 Returns:
[all …]
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dvpd_tool.hpp29 * For a given object path of a FRU, this API returns the following
36 * @return On success, returns the properties of the FRU in JSON format,
37 * otherwise returns an empty JSON.
38 * If FRU's "Present" property is false, this API returns an empty JSON.
82 * to get the value of that property and returns it in JSON format. This API
83 * returns empty JSON in case of failure. The caller of the API must check
90 * @return On success, returns the property and its value in JSON format,
102 * Given a FRU path, and parsed System Config JSON, this API returns the
108 * @return On success, returns the "type" property in JSON
109 * format, otherwise returns empty JSON. The caller of this API should
[all …]
/openbmc/linux/drivers/infiniband/core/
Diwpm_util.h
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.h55 * Returns: supported feature bits
65 * Returns: a pointer to VDUSE device on success, NULL on failure.
75 * Returns: file descriptor on success, -1 on failure.
86 * Returns: a pointer to a structure containing VduseVirtqElement on success,
115 * Returns: private pointer on success, NULL on failure.
126 * Returns: a pointer to the virtqueue on success, NULL on failure.
136 * Returns: file descriptor on success, -1 on failure.
146 * Returns: file descriptor on success, -errno on failure.
159 * Returns: 0 on success, -errno on failure.
172 * Returns: 0 on success, -errno on failure.
[all …]
/openbmc/linux/arch/mips/include/asm/octeon/
Dcvmx-helper-util.h
/openbmc/linux/drivers/thunderbolt/
Dcap.c
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/
H A DManager.interface.yaml24 returns:
28 On success, returns the number of bytes updated. On failure,
29 returns -1.
49 returns:
53 On success, returns the number of bytes updated. On failure,
54 returns -1.
72 returns:
76 On success, returns the number of bytes updated. On failure,
77 returns -1.
94 returns:
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/
H A DPEL.interface.yaml6 Returns a file descriptor to a PEL.
12 returns:
23 Returns PEL data based on the OpenBMC event log ID.
29 returns:
66 returns the IDs of the created PEL and OpenBMC event log, unlike the
109 returns:
121 Returns the PEL Id (aka Entry ID (EID)) based on the given BMC event
128 returns:
138 Returns the BMC event log id based on the given PEL id (aka Entry ID
145 returns:
[all …]
/openbmc/qemu/tests/qapi-schema/
H A Dreturns-bad-type.json1 # we enforce that 'returns' be a dict or array of dict unless whitelisted
3 { 'pragma': { 'command-returns-exceptions': [
8 'returns': 'str' }
10 { 'command': 'query-tpm-models', 'returns': ['TpmModel'] }
12 'returns': 'int' }
15 'returns': [ 'int' ] }
/openbmc/linux/scripts/atomic/
Datomics.tbl
/openbmc/linux/Documentation/mm/
Dsplit_page_table_lock.rst

12345678910>>...160