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

/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h114 #define ECANCELLED 253 /* aio request was canceled before complete (POSIX.4 / HPUX) */ macro
115 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h114 #define ECANCELLED 253 /* aio request was canceled before complete (POSIX.4 / HPUX) */ macro
115 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */
/linux-master/lib/
H A Derrname.c35 E(ECANCELED), /* ECANCELLED */
172 #ifdef ECANCELLED /* parisc */
173 static_assert(ECANCELLED == ECANCELED);

Completed in 254 milliseconds