Searched refs:ff_ENOTBLK (Results 1 – 2 of 2) sorted by relevance
| /f-stack/lib/ | ||
| H A D | ff_errno.h | 44 #define ff_ENOTBLK 15 /* Block device required */ macro |
| H A D | ff_host_interface.c | 254 case ff_ENOTBLK: errno = ENOTBLK; break; in ff_os_errno() |