Searched refs:statptr (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/lib/ |
H A D | tlibio.c | 57 * int lio_wait4asyncio(int method, int fd, struct iosw **statptr) 551 struct iosw status, *statptr[1]; in lio_write_buffer() local 590 statptr[0] = &status; in lio_write_buffer() 1028 ret = lio_wait4asyncio(method, fd, statptr); in lio_write_buffer() 1126 struct iosw status, *statptr[1]; in lio_read_buffer() local 1166 statptr[0] = &status; in lio_read_buffer() 1607 ret = lio_wait4asyncio(method, fd, statptr); in lio_read_buffer() 1777 int lio_wait4asyncio(int method, int fd, struct iosw **statptr) 1808 if (recall(fd, 1, statptr)) { 1873 while ((*statptr) [all...] |
/third_party/ltp/include/old/ |
H A D | tlibio.h | 137 int lio_wait4asyncio(int method, int fd, struct iosw **statptr);
|
Completed in 3 milliseconds