Searched refs:ff_EWOULDBLOCK (Results 1 – 2 of 2) sorted by relevance
| /f-stack/lib/ | ||
| H A D | ff_errno.h | 69 #define ff_EWOULDBLOCK ff_EAGAIN /* Operation would block */ macro |
| H A D | ff_host_interface.c | 276 case ff_EWOULDBLOCK: errno = EWOULDBLOCK; break; in ff_os_errno() |