Home
last modified time | relevance | path

Searched refs:errno (Results 901 - 925 of 8389) sorted by relevance

1...<<31323334353637383940>>...336

/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs_common.c69 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 Dintegrity_audit.c39 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 Dproc-uptime-002.c22 #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 Dtty_tstamp_update.c3 #include <errno.h>
35 return -errno; in write_dev_tty()
/kernel/liteos_m/testsuites/sample/posix/mqueue/
H A DIt_posix_queue_023.c51 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
H A DIt_posix_queue_024.c48 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
H A DIt_posix_queue_034.c55 ICUNIT_GOTO_EQUAL(errno, EMSGSIZE, errno, EXIT1); in Testcase()
H A DIt_posix_queue_032.c58 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
H A DIt_posix_queue_033.c51 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
H A DIt_posix_queue_035.c56 ICUNIT_GOTO_EQUAL(errno, EMSGSIZE, errno, EXIT1); in Testcase()
H A DIt_posix_queue_037.c51 ICUNIT_GOTO_EQUAL(errno, EAGAIN, errno, EXIT1); in Testcase()
H A DIt_posix_queue_030.c48 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT2); in Testcase()
H A DIt_posix_queue_040.c52 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT1); in Testcase()
H A DIt_posix_queue_047.c52 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT1); in Testcase()
H A DIt_posix_queue_039.c50 ICUNIT_GOTO_EQUAL(errno, EAGAIN, errno, EXIT); in Testcase()
H A DIt_posix_queue_041.c51 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT); in Testcase()
/kernel/linux/linux-6.6/tools/counter/
H A Dcounter_example.c11 #include <errno.h>
59 strerror(errno)); in main()
/kernel/linux/linux-6.6/samples/user_events/
H A Dexample.c9 #include <errno.h>
48 return errno; in main()
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H A Dpipe_test_005.cpp80 ICUNIT_ASSERT_EQUAL(errno, EPIPE, errno); in PipecommonWrite()
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/
H A Dsigset_test_001.cpp35 #include "errno.h"
49 ICUNIT_ASSERT_EQUAL_NULL(errno, EINVAL, errno); in PthreadSigsetSigHold()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_036.cpp52 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
H A DIt_posix_queue_038.cpp49 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
H A DIt_posix_queue_050.cpp56 ICUNIT_GOTO_EQUAL(errno, EMSGSIZE, errno, EXIT1); in Testcase()
H A DIt_posix_queue_049.cpp51 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
H A DIt_posix_queue_046.cpp49 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT2); in Testcase()

Completed in 8 milliseconds

1...<<31323334353637383940>>...336