/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ |
H A D | File.metadata.yaml | 3 - str: "ERRNO=%d" 14 - str: "ERRNO=%d" 21 - str: "ERRNO=%d" 28 - str: "ERRNO=%d"
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | syscall_wrapper.h | 42 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 D | syscall_wrapper.h | 24 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 D | syscall_wrapper.h | 22 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 D | syscall_wrapper.h | 20 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \ 39 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
|
/openbmc/openpower-proc-control/ |
H A D | cfam_access.cpp | 65 metadata::ERRNO(errno), in writeReg() 99 metadata::ERRNO(errno), in readReg()
|
H A D | filedescriptor.cpp | 43 elog<file_error::Open>(metadata::ERRNO(errno), in FileDescriptor()
|
H A D | targeting.cpp | 98 elog<file_error::Open>(metadata::ERRNO(e.code().value()), in Targeting()
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Proc/ |
H A D | FSI.metadata.yaml | 7 - str: "ERRNO=%d"
|
/openbmc/linux/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 298 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 D | dump_offload.cpp | 137 using ErrnoOpen = xyz::openbmc_project::Common::File::Open::ERRNO; in requestOffload() 139 using ErrnoWrite = xyz::openbmc_project::Common::File::Write::ERRNO; in requestOffload()
|
H A D | dump_manager_faultlog.cpp | 29 using ErrnoOpen = xyz::openbmc_project::Common::File::Open::ERRNO;
|
H A D | dump_entry.cpp | 53 elog<Open>(metadata::ERRNO(err), metadata::PATH(file.c_str())); in getFileHandle()
|
/openbmc/openpower-proc-control/procedures/openfsi/ |
H A D | scan.cpp | 120 metadata::ERRNO(e.code().value())); in scan()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | syscall_wrapper.h | 87 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \ 93 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
|
/openbmc/obmc-ikvm/ |
H A D | ikvm_video.cpp | 182 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 D | ikvm_input.cpp | 114 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 D | 0001-pv-display-handle-error-of-tcgetpgrp-in-pv_in_foregr.patch | 12 is not the case since tcgetpgrg() will return an error and set ERRNO
|
/openbmc/openpower-debug-collector/dump/ |
H A D | sbe_dump_collector.cpp | 365 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 D | redirect.rst | 58 The following bpftrace command can be used to extract the ``ERRNO`` being returned as
|
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/ |
H A D | bpf_testmod.c | 309 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO); 327 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0010-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch | 72 char error[STRLEN("ERRNO=") + DECIMAL_STR_MAX(int) + 1];
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0010-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch | 72 char error[STRLEN("ERRNO=") + DECIMAL_STR_MAX(int) + 1];
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-device-utils.c | 214 status_reg = FIELD_DP64(status_reg, CXL_DEV_MAILBOX_STS, ERRNO, rc); in mailbox_reg_write()
|
/openbmc/linux/Documentation/livepatch/ |
H A D | callbacks.rst | 76 code (0 for success, -ERRNO on error). An error status code indicates
|