Searched refs:iosw (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/include/old/ |
H A D | 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);
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | doio.c | 65 #include <sys/iosw.h> 155 struct iosw iosw; member 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) in format_rw() 1328 (unsigned long)iosw, signo); in format_rw() 1347 (unsigned long)iosw, sign in format_rw() 1281 format_rw(struct io_req *ioreq, int fd, void *buffer, int signo, char *pattern, void *iosw) format_rw() argument 3069 struct iosw *iosw; do_rw() local [all...] |
H A D | iogen.c | 52 #include <sys/iosw.h>
|
/third_party/ltp/lib/ |
H A D | 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> 551 struct iosw status, *statptr[1]; in lio_write_buffer() 588 memset(&status, 0x00, sizeof(struct iosw)); in lio_write_buffer() 1126 struct iosw status, *statptr[1]; in lio_read_buffer() 1164 memset(&status, 0x00, sizeof(struct iosw)); in lio_read_buffer() 1660 int lio_check_asyncio(char *io_type, int size, struct iosw *status) 1777 int lio_wait4asyncio(int method, int fd, struct iosw **statptr) 1937 /* It's broken because the aiocb/iosw i [all...] |
Completed in 7 milliseconds