Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dsyscall_wrapper.h34 ALLOW_ERROR_INJECTION(__s390_sys##name, ERRNO); \
49 ALLOW_ERROR_INJECTION(__s390_compat_sys_##sname, ERRNO); \
55 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
75 ALLOW_ERROR_INJECTION(__s390_compat_sys##name, ERRNO); \
105 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
122 ALLOW_ERROR_INJECTION(__s390x_sys##name, ERRNO); \
/OK3568_Linux_fs/kernel/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); \
53 ALLOW_ERROR_INJECTION(__arm64_sys##name, ERRNO); \
72 ALLOW_ERROR_INJECTION(__arm64_sys_##sname, ERRNO); \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/parsedate/
H A Dparsedate.cpp93 #define ERRNO (errno) macro
533 old_errno = ERRNO; in parsedate()
536 error = ERRNO; in parsedate()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kmod/
H A Dkmod.sh309 ERRNO=$(errno_name_to_val $ERRNO_NAME)
317 elif [[ $RC != $ERRNO ]]; then
318 echo "$1: FAIL, test expects $ERRNO_NAME ($ERRNO) - got $RC_NAME ($RC)" >&2
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsyscall_wrapper.h70 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
76 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0015-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch55 char error[STRLEN("ERRNO=") + DECIMAL_STR_MAX(int) + 1];
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0015-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch59 char error[STRLEN("ERRNO=") + DECIMAL_STR_MAX(int) + 1];
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompat.h51 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \
81 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
H A Dsyscalls.h209 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
240 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dcallbacks.rst76 code (0 for success, -ERRNO on error). An error status code indicates
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dtree-checker.c1728 ALLOW_ERROR_INJECTION(btrfs_check_leaf_full, ERRNO);
1792 ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO);
H A Dfree-space-cache.c332 ALLOW_ERROR_INJECTION(io_ctl_init, ERRNO);
H A Ddisk-io.c3470 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
/OK3568_Linux_fs/kernel/mm/
H A Dslab_common.c1232 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
H A Dfilemap.c919 ALLOW_ERROR_INJECTION(__add_to_page_cache_locked, ERRNO);
/OK3568_Linux_fs/kernel/net/bpf/
H A Dtest_run.c219 ALLOW_ERROR_INJECTION(bpf_modify_return_test, ERRNO);
/OK3568_Linux_fs/kernel/Documentation/fault-injection/
H A Dfault-injection.rst167 - ERRNO: retval must be -1 to -MAX_ERRNO (-4096).
/OK3568_Linux_fs/kernel/block/
H A Dblk-core.c726 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_filter.c70 C(ERRNO, "Error"), \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-104603ERRNO’ is set accordingly. The ‘errno’ values specific to this
4704ERRNO’ is set accordingly. The ‘errno’ values specific to this
4721ERRNO’ is set accordingly. The ‘errno’ values specific to this
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-104603ERRNO’ is set accordingly. The ‘errno’ values specific to this
4704ERRNO’ is set accordingly. The ‘errno’ values specific to this
4721ERRNO’ is set accordingly. The ‘errno’ values specific to this
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info46905 'F RESULT [, ERRNO] [; ATTACHMENT]'
46908 occured, ERRNO will be included in the result specifying a value
47426 'FRETCODE,ERRNO,CTRL-C FLAG;CALL-SPECIFIC ATTACHMENT'
47430 ERRNO is the 'errno' set by the call, in protocol-specific
47435 case, ERRNO must be sent as well, even if the call was successful.
H A Dgfortran.info4484 Note of warning: You cannot use a global variable to access ERRNO of the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info46905 'F RESULT [, ERRNO] [; ATTACHMENT]'
46908 occured, ERRNO will be included in the result specifying a value
47426 'FRETCODE,ERRNO,CTRL-C FLAG;CALL-SPECIFIC ATTACHMENT'
47430 ERRNO is the 'errno' set by the call, in protocol-specific
47435 case, ERRNO must be sent as well, even if the call was successful.
H A Dgfortran.info4484 Note of warning: You cannot use a global variable to access ERRNO of the

12