Searched refs:ENOSYS (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
H A Derrno.h26 #define ENOSYS 38 macro
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Derrno.h80 #define ENOSYS 89 macro
/bionic/libc/bionic/
H A Dsemaphore.c131 errno = ENOSYS;
142 errno = ENOSYS;
149 errno = ENOSYS;
H A Dndk_cruft.cpp88 return ENOSYS;
H A Dsysconf.cpp345 * but GLibc uses ENOSYS */
346 errno = ENOSYS;
/bionic/libc/include/sys/
H A D_errdefs.h77 __BIONIC_ERRDEF( ENOSYS , 38, "Function not implemented" )

Completed in 369 milliseconds