HomeSort by relevance Sort by last modified time
    Searched full:iosw (Results 1 - 5 of 5) sorted by null

  /external/ltp/include/old/
tlibio.h 60 #define LIO_WAIT_ACTIVE 00020000 /* spin looking at iosw fields, or EINPROGRESS */
136 #include <sys/iosw.h>
137 int lio_wait4asyncio(int method, int fd, struct iosw **statptr);
138 int lio_check_asyncio(char *io_type, int size, struct iosw *status);
  /external/ltp/testcases/kernel/fs/doio/
doio.c 65 #include <sys/iosw.h>
155 struct iosw iosw; member in struct:aio_info
172 * the syscall return checking, async I/O wait, iosw check, etc.
321 int signo, char *pattern, void *iosw);
469 #define U_IOSW 0002 /* upanic on bad iosw */
476 {"iosw", U_IOSW},
1282 char *pattern, void *iosw)
1328 (unsigned long)iosw, signo);
1347 (unsigned long)iosw, signo)
3069 struct iosw *iosw; local
    [all...]
doio.h 106 #define A_POLL 1 /* poll iosw for completion */
iogen.c 52 #include <sys/iosw.h>
    [all...]
  /external/ltp/lib/
tlibio.c 57 * int lio_wait4asyncio(int method, int fd, struct iosw **statptr)
58 * int lio_check_asyncio(char *io_type, int size, struct iosw *status)
103 #include <sys/iosw.h>
547 struct iosw status, *statptr[1];
584 memset(&status, 0x00, sizeof(struct iosw));
    [all...]

Completed in 177 milliseconds