| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/ |
| H A D | 0002-Support-asynchronous-calls-58.patch | 8 is a function f(*args, returned=None, error=None), where args is 9 callback_args specified in the method call, returned is a return 14 def func(x, y, returned=None, error=None): 52 + def print_result(returned=None, error=None): 53 + print(returned, error) 121 + callback(*callback_args, returned=return_args, error=error) 164 + def callback(x, returned=None, error=None): 165 + print("asyn: " + returned) 166 + assert (returned is not None) 168 + assert(x == int(returned.split()[1]))
|
| /openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
| H A D | not.md | 13 Returns true if the action returned false. Returns false if the action returned
|
| H A D | or.md | 17 Returns true if **any** of the actions in the array returned true, otherwise
|
| H A D | and.md | 17 Returns true if **all** of the actions in the array returned true, otherwise
|
| /openbmc/openbmc/poky/meta/recipes-kernel/blktrace/ |
| H A D | blktrace_git.bb | 31 # collect2: error: ld returned 1 exit status 34 # collect2: error: ld returned 1 exit status 38 # collect2: error: ld returned 1 exit status
|
| /openbmc/docs/designs/ |
| H A D | error-log-handling-for-phal.md | 18 initialization, any software/hardware error returned by the pHAL layer need to 84 parse the failure data returned by the hardware procedure methods and return 91 status need to be returned to the caller so that caller can create PEL on 109 parse the failure data returned by the hardware procedure methods and return 119 Debug traces returned through the callback method will be added to the PEL. 126 Debug traces returned through the callback method will be added to the PEL. 133 Debug traces returned through the callback method will be added to the PEL.
|
| /openbmc/ipmitool/src/plugins/lanplus/ |
| H A D | README.sol | 22 returned from the BMC. All user input is first filtered so that special 38 may be returned asyncrhonously from the BMC. When establishing a SOL 40 This call back simply prints text returned from the BMC. 53 Loop on select() for user input and data returned from the BMC
|
| /openbmc/sdbusplus/docs/ |
| H A D | asio.md | 19 org.freedesktop.DBus.Error.InvalidArgs error will be returned to the caller. 36 returned to the D-Bus caller. 56 org.freedesktop.DBus.Error.InvalidArgs error will be returned to the caller.
|
| /openbmc/google-ipmi-sys/ |
| H A D | README.md | 242 If not enough data is proveded, `ipmi::ccReqDataLenInvalid` is returned. 282 If a name is longer than 43 bytes, `ipmi::ccReqDataTruncated` is returned. These 286 If not enough data is proveded, `ipmi::ccReqDataLenInvalid` is returned. 289 `ipmi::ccInvalidCommand` is returned. This indicates a change in the DBus API 329 The register data is always returned in 8 bytes (uint64) in little Endian order. 335 `ipmi::ccRetBytesUnavailable` is returned. 337 If not enough data is proveded, `ipmi::ccReqDataLenInvalid` is returned. 374 All fields returned in the Response are simply a copy of the Request. 376 On success, `ipmi::ccSuccess` is returned. 378 If not enough data is proveded, `ipmi::ccReqDataLenInvalid` is returned. [all …]
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_nvdimm.rst | 163 | result size is returned | | _DSM return | 181 in 1 page sized increments which are then concatenated and returned 207 | length | 4 | 0 | length of entire returned data | 223 the size of the fit data returned by the function is the next offset 225 size is returned.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
| H A D | sblim-sfcb-1.3.15-fix-provider-debugging.patch | 13 mlogf(M_ERROR,M_SHOW, "spRecvReq returned error %d. Skipping message.\n", rc);
|
| H A D | sblim-sfcb-1.4.9-fix-sfcbinst2mof.patch | 8 collect2: error: ld returned 1 exit status
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | 0001-build.c-ignore-return-of-1-from-tar-cf.patch | 14 | dpkg-deb: error: subprocess tar -cf returned error exit status 1 49 + ohshite(_("subprocess %s returned error exit status %d"), "tar -cf", rc);
|
| /openbmc/openbmc-test-automation/lib/pdu/ |
| H A D | synaccess.robot | 21 ... PDU returned RC=${resp}.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc/ |
| H A D | 0001-cmake-Link-with-libatomic-on-rv32-rv64.patch | 8 | collect2: error: ld returned 1 exit status
|
| /openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
| H A D | 0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch | 48 - echo -- test failed - conftest returned $r - disabling old 16-bit UID/GID support 85 - echo -- no Large File Support - conftest returned $r
|
| /openbmc/openbmc-test-automation/ffdc/docs/ |
| H A D | plugin.md | 207 the plugin during execution and not the error response returned from the plugin 211 function returned a valid data or not. 235 type string. If the plugin function does not return data or the returned data is
|
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 0001-unix-configure-fix-detection-for-cross-compilation.patch | 51 - echo -- no Large File Support - conftest returned $r 84 - echo "-- no Unicode (wchar_t) support - conftest returned $r"
|
| /openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/ |
| H A D | autonet.rules | 11 # %c the string returned by the PROGRAM
|
| H A D | automount.rules | 11 # %c the string returned by the PROGRAM
|
| /openbmc/openbmc/poky/meta/recipes-support/nss-myhostname/ |
| H A D | nss-myhostname_0.3.bb | 4 configured system hostname as returned by gethostname(2)."
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | gcc-6.patch | 37 // returned true anyway and short-circuited the previous select().
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0012-add-explicit-dependency-on-libraries.patch | 8 collect2: error: ld returned 1 exit status
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | touchscreen.rules | 11 # %c the string returned by the PROGRAM
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch | 45 + * On success 0 is returned. Otherwise, failure code. 84 + * On success 0 is returned. Otherwise, failure code.
|