Home
last modified time | relevance | path

Searched refs:ECANCELLED (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/
H A Derrno.h116 #define ECANCELLED 253 /* aio request was canceled before complete (POSIX.4 / HPUX) */ macro
117 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Derrno.h116 #define ECANCELLED 253 /* aio request was canceled before complete (POSIX.4 / HPUX) */ macro
117 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */
/OK3568_Linux_fs/kernel/lib/
H A Derrname.c33 #ifdef ECANCELLED
34 E(ECANCELLED),