Home
last modified time | relevance | path

Searched refs:ERRNO (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/linux/arch/s390/include/asm/
H A Dsyscall_wrapper.h42 ALLOW_ERROR_INJECTION(__s390_compat_sys_##sname, ERRNO); \
48 ALLOW_ERROR_INJECTION(__s390_sys_##sname, ERRNO); \
50 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
68 ALLOW_ERROR_INJECTION(__s390_compat_sys##name, ERRNO); \
91 ALLOW_ERROR_INJECTION(__s390_sys##name, ERRNO); \
108 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
125 ALLOW_ERROR_INJECTION(__s390x_sys##name, ERRNO); \
/openbmc/linux/arch/riscv/include/asm/
H A Dsyscall_wrapper.h24 ALLOW_ERROR_INJECTION(__riscv_compat_sys##name, ERRNO); \
39 ALLOW_ERROR_INJECTION(__riscv_compat_sys_##sname, ERRNO); \
53 ALLOW_ERROR_INJECTION(__riscv_sys##name, ERRNO); \
72 ALLOW_ERROR_INJECTION(__riscv_sys_##sname, ERRNO); \
/openbmc/linux/arch/arm64/include/asm/
H A Dsyscall_wrapper.h22 ALLOW_ERROR_INJECTION(__arm64_compat_sys##name, ERRNO); \
37 ALLOW_ERROR_INJECTION(__arm64_compat_sys_##sname, ERRNO); \
51 ALLOW_ERROR_INJECTION(__arm64_sys##name, ERRNO); \
71 ALLOW_ERROR_INJECTION(__arm64_sys_##sname, ERRNO); \
/openbmc/linux/arch/powerpc/include/asm/
H A Dsyscall_wrapper.h20 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
39 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
/openbmc/openpower-proc-control/
H A Dcfam_access.cpp65 metadata::ERRNO(errno), in writeReg()
99 metadata::ERRNO(errno), in readReg()
H A Dfiledescriptor.cpp43 elog<file_error::Open>(metadata::ERRNO(errno), in FileDescriptor()
H A Dtargeting.cpp98 elog<file_error::Open>(metadata::ERRNO(e.code().value()), in Targeting()
/openbmc/linux/tools/testing/selftests/kmod/
H A Dkmod.sh298 ERRNO=$(errno_name_to_val $ERRNO_NAME)
306 elif [[ $RC != $ERRNO ]]; then
307 echo "$1: FAIL, test expects $ERRNO_NAME ($ERRNO) - got $RC_NAME ($RC)" >&2
/openbmc/phosphor-debug-collector/
H A Ddump_offload.cpp142 using ErrnoOpen = xyz::openbmc_project::Common::File::Open::ERRNO; in requestOffload()
144 using ErrnoWrite = xyz::openbmc_project::Common::File::Write::ERRNO; in requestOffload()
H A Ddump_manager_faultlog.cpp29 using ErrnoOpen = xyz::openbmc_project::Common::File::Open::ERRNO;
H A Ddump_entry.cpp53 elog<Open>(metadata::ERRNO(err), metadata::PATH(file.c_str())); in getFileHandle()
/openbmc/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h87 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
93 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
/openbmc/openpower-proc-control/procedures/openfsi/
H A Dscan.cpp120 metadata::ERRNO(e.code().value())); in scan()
/openbmc/obmc-ikvm/
H A Dikvm_video.cpp182 xyz::openbmc_project::Common::File::Open::ERRNO(-EPROTO), in needsResize()
397 xyz::openbmc_project::Common::File::Open::ERRNO(errno), in start()
419 xyz::openbmc_project::Common::File::Open::ERRNO(errno), in start()
H A Dikvm_input.cpp114 elog<Open>(xyz::openbmc_project::Common::File::Open::ERRNO(errno), in connect()
128 elog<Open>(xyz::openbmc_project::Common::File::Open::ERRNO(errno), in connect()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pv/pv/
H A D0001-pv-display-handle-error-of-tcgetpgrp-in-pv_in_foregr.patch12 is not the case since tcgetpgrg() will return an error and set ERRNO
/openbmc/openpower-debug-collector/dump/
H A Dsbe_dump_collector.cpp365 report<Open>(metadata::ERRNO(err), metadata::PATH(dumpPath.c_str())); in writeDumpFile()
390 report<Write>(metadata::ERRNO(oe.code().value()), in writeDumpFile()
/openbmc/linux/Documentation/bpf/
H A Dredirect.rst58 The following bpftrace command can be used to extract the ``ERRNO`` being returned as
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c309 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO);
327 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0010-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch72 char error[STRLEN("ERRNO=") + DECIMAL_STR_MAX(int) + 1];
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0010-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch72 char error[STRLEN("ERRNO=") + DECIMAL_STR_MAX(int) + 1];
/openbmc/qemu/hw/cxl/
H A Dcxl-device-utils.c214 status_reg = FIELD_DP64(status_reg, CXL_DEV_MAILBOX_STS, ERRNO, rc); in mailbox_reg_write()
/openbmc/linux/include/linux/
H A Dcompat.h48 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \
77 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
/openbmc/linux/Documentation/livepatch/
H A Dcallbacks.rst76 code (0 for success, -ERRNO on error). An error status code indicates
/openbmc/docs/designs/
H A Devent-logging.md490 - name: ERRNO
560 lg2::commit(UpdateFailure("TARGET", "BMC Flash A", "ERRNO", rc, "CALLOUT_HARDWARE", bmc_object_path…
562 throw UpdateFailure("TARGET", "BMC Flash A", "ERRNO", rc, "CALLOUT_HARDWARE", bmc_object_path);
565 If one of the fields, such as `ERRNO` were omitted, a compile failure will be

12