Searched refs:ENODEV (Results 1 – 25 of 29) sorted by relevance
12
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-ttyname.c | 469 (struct result_r){.name=NULL, .ret=ENODEV, .err=ENODEV})) in run_chroot_tests() 493 (struct result_r){.name=NULL, .ret=ENODEV, .err=ENODEV})) in run_chroot_tests() 541 (struct result_r){.name=NULL, .ret=ENODEV, .err=ENODEV})) in run_chroot_tests()
|
D | ttyname_r.c | 191 __set_errno (ENODEV); in __ttyname_r() 192 return ENODEV; in __ttyname_r()
|
D | if_index.c | 43 __set_errno (ENODEV); in __if_nametoindex() 238 if (errno == ENODEV) in weak_alias()
|
D | tst-mount.c | 39 TEST_COMPARE (errno, ENODEV); in do_test()
|
D | test-errno-linux.c | 191 fails |= test_wrp2 (LIST (ENODEV, ENOSYS, EPERM, EINVAL), in do_test()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | if_index.c | 42 __set_errno (ENODEV); in __if_nametoindex() 184 else if (saved_errno == ENODEV) in weak_alias()
|
D | mmap.c | 75 err = ENODEV; /* File descriptor doesn't support mmap. */ in __mmap()
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | ioperm.c | 589 __set_errno (ENODEV); in init_iosys() 624 __set_errno (ENODEV); in init_iosys() 647 __set_errno (ENODEV); in init_iosys() 670 __set_errno (ENODEV); in init_iosys()
|
/glibc-2.36/resolv/ |
D | ns_parse.c | 135 RETERR(ENODEV); in libresolv_hidden_def() 143 RETERR(ENODEV); in libresolv_hidden_def()
|
D | res_debug.c | 190 if (errno != ENODEV) in do_section()
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | errno.h | 55 ENODEV = 0x40000013, /* No such device */ enumerator 252 #define ENODEV 0x40000013 macro
|
/glibc-2.36/inet/ |
D | tst-if_index-long.c | 46 TEST_COMPARE (errno, ENODEV); in do_test()
|
/glibc-2.36/misc/ |
D | daemon.c | 83 __set_errno (ENODEV); in daemon()
|
/glibc-2.36/stdio-common/ |
D | test-strerr.c | 105 #ifdef ENODEV in do_test() 106 TEST_COMPARE_STRING (strerrordesc_np (ENODEV), "No such device"); in do_test() 107 TEST_COMPARE_STRING (strerrorname_np (ENODEV), "ENODEV"); in do_test()
|
/glibc-2.36/sysdeps/gnu/ |
D | errlist.h | 125 #ifdef ENODEV 129 _S(ENODEV, N_("No such device"))
|
/glibc-2.36/sysdeps/posix/ |
D | posix_fallocate.c | 56 return ENODEV; in posix_fallocate()
|
D | fpathconf.c | 77 else if (errno == ENODEV) in __fpathconf()
|
D | posix_fallocate64.c | 56 return ENODEV; in __posix_fallocate64_l64()
|
/glibc-2.36/posix/ |
D | execvpe.c | 158 case ENODEV: in __execvpe_common()
|
/glibc-2.36/conform/data/ |
D | errno.h-data | 71 macro-int-constant ENODEV {int} > 0
|
/glibc-2.36/manual/ |
D | errno.texi | 261 @deftypevr Macro int ENODEV 263 @errno{ENODEV, 19, No such device}
|
D | sysinfo.texi | 974 @item ENODEV
|
D | terminal.texi | 114 @item ENODEV
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.9 | 2539 * manual/errno.texi: Change the short text for ENODEV to 3700 EINVAL if errno == ENODEV. Tested by VSX-PCT.
|
D | ChangeLog.15 | 1398 * posix/execvp.c (execvp): Also ignore ENODEV and ETIMEDOUT errno
|
12