Home
last modified time | relevance | path

Searched refs:ENOSYS (Results 1 – 5 of 5) sorted by relevance

/lib/libc/
Dfile.c98 errno = ENOSYS; in feof()
105 errno = ENOSYS; in fflush()
/include/
Derrno.h18 #define ENOSYS 0x1BAD0009 macro
/sys/kern/
Dsyscall.c657 return SYSCALL_PACK(ENOSYS, 0); in Syscall_FSMount()
663 return SYSCALL_PACK(ENOSYS, 0); in Syscall_FSUnmount()
669 return SYSCALL_PACK(ENOSYS, 0); in Syscall_FSInfo()
737 return SYSCALL_PACK(ENOSYS, 0); in Syscall_Entry()
/lib/liblwip/src/include/lwip/
Darch.h116 #define ENOSYS 38 /* Function not implemented */ macro
/lib/liblwip/src/api/
Dsockets.c2337 sock_set_errno(sock, ENOSYS); /* not yet implemented */