/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | relocs_common.c | 69 die("Cannot open %s: %s\n", fname, strerror(errno)); in main() 72 die("Cannot read %s: %s", fname, strerror(errno)); in main()
|
/kernel/linux/linux-6.6/security/integrity/ |
H A D | integrity_audit.c | 39 int errno) in integrity_audit_message() 67 audit_log_format(ab, " res=%d errno=%d", !result, errno); in integrity_audit_message() 36 integrity_audit_message(int audit_msgno, struct inode *inode, const unsigned char *fname, const char *op, const char *cause, int result, int audit_info, int errno) integrity_audit_message() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc-uptime-002.c | 22 #include <errno.h> 60 } while (sys_sched_getaffinity(0, len, m) == -1 && errno == EINVAL); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/tty/ |
H A D | tty_tstamp_update.c | 3 #include <errno.h> 35 return -errno; in write_dev_tty()
|
/kernel/liteos_m/testsuites/sample/posix/mqueue/ |
H A D | It_posix_queue_023.c | 51 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_024.c | 48 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_034.c | 55 ICUNIT_GOTO_EQUAL(errno, EMSGSIZE, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_032.c | 58 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_033.c | 51 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_035.c | 56 ICUNIT_GOTO_EQUAL(errno, EMSGSIZE, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_037.c | 51 ICUNIT_GOTO_EQUAL(errno, EAGAIN, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_030.c | 48 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT2); in Testcase()
|
H A D | It_posix_queue_040.c | 52 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_047.c | 52 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_039.c | 50 ICUNIT_GOTO_EQUAL(errno, EAGAIN, errno, EXIT); in Testcase()
|
H A D | It_posix_queue_041.c | 51 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT); in Testcase()
|
/kernel/linux/linux-6.6/tools/counter/ |
H A D | counter_example.c | 11 #include <errno.h> 59 strerror(errno)); in main()
|
/kernel/linux/linux-6.6/samples/user_events/ |
H A D | example.c | 9 #include <errno.h> 48 return errno; in main()
|
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
H A D | pipe_test_005.cpp | 80 ICUNIT_ASSERT_EQUAL(errno, EPIPE, errno); in PipecommonWrite()
|
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
H A D | sigset_test_001.cpp | 35 #include "errno.h" 49 ICUNIT_ASSERT_EQUAL_NULL(errno, EINVAL, errno); in PthreadSigsetSigHold()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
H A D | It_posix_queue_036.cpp | 52 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_038.cpp | 49 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_050.cpp | 56 ICUNIT_GOTO_EQUAL(errno, EMSGSIZE, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_049.cpp | 51 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_046.cpp | 49 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT2); in Testcase()
|