Home
last modified time | relevance | path

Searched refs:ENODEV (Results 1 – 25 of 29) sorted by relevance

12

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-ttyname.c469 (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()
Dttyname_r.c191 __set_errno (ENODEV); in __ttyname_r()
192 return ENODEV; in __ttyname_r()
Dif_index.c43 __set_errno (ENODEV); in __if_nametoindex()
238 if (errno == ENODEV) in weak_alias()
Dtst-mount.c39 TEST_COMPARE (errno, ENODEV); in do_test()
Dtest-errno-linux.c191 fails |= test_wrp2 (LIST (ENODEV, ENOSYS, EPERM, EINVAL), in do_test()
/glibc-2.36/sysdeps/mach/hurd/
Dif_index.c42 __set_errno (ENODEV); in __if_nametoindex()
184 else if (saved_errno == ENODEV) in weak_alias()
Dmmap.c75 err = ENODEV; /* File descriptor doesn't support mmap. */ in __mmap()
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dioperm.c589 __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/
Dns_parse.c135 RETERR(ENODEV); in libresolv_hidden_def()
143 RETERR(ENODEV); in libresolv_hidden_def()
Dres_debug.c190 if (errno != ENODEV) in do_section()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h55 ENODEV = 0x40000013, /* No such device */ enumerator
252 #define ENODEV 0x40000013 macro
/glibc-2.36/inet/
Dtst-if_index-long.c46 TEST_COMPARE (errno, ENODEV); in do_test()
/glibc-2.36/misc/
Ddaemon.c83 __set_errno (ENODEV); in daemon()
/glibc-2.36/stdio-common/
Dtest-strerr.c105 #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/
Derrlist.h125 #ifdef ENODEV
129 _S(ENODEV, N_("No such device"))
/glibc-2.36/sysdeps/posix/
Dposix_fallocate.c56 return ENODEV; in posix_fallocate()
Dfpathconf.c77 else if (errno == ENODEV) in __fpathconf()
Dposix_fallocate64.c56 return ENODEV; in __posix_fallocate64_l64()
/glibc-2.36/posix/
Dexecvpe.c158 case ENODEV: in __execvpe_common()
/glibc-2.36/conform/data/
Derrno.h-data71 macro-int-constant ENODEV {int} > 0
/glibc-2.36/manual/
Derrno.texi261 @deftypevr Macro int ENODEV
263 @errno{ENODEV, 19, No such device}
Dsysinfo.texi974 @item ENODEV
Dterminal.texi114 @item ENODEV
/glibc-2.36/ChangeLog.old/
DChangeLog.92539 * manual/errno.texi: Change the short text for ENODEV to
3700 EINVAL if errno == ENODEV. Tested by VSX-PCT.
DChangeLog.151398 * posix/execvp.c (execvp): Also ignore ENODEV and ETIMEDOUT errno

12