Searched refs:statptr (Results 1 – 2 of 2) sorted by relevance
/external/ltp/lib/ |
D | tlibio.c | 547 struct iosw status, *statptr[1]; in lio_write_buffer() local 586 statptr[0] = &status; in lio_write_buffer() 1023 ret = lio_wait4asyncio(method, fd, statptr); in lio_write_buffer() 1117 struct iosw status, *statptr[1]; in lio_read_buffer() local 1157 statptr[0] = &status; in lio_read_buffer() 1597 ret = lio_wait4asyncio(method, fd, statptr); in lio_read_buffer() 1767 int lio_wait4asyncio(int method, int fd, struct iosw **statptr) 1798 if (recall(fd, 1, statptr)) { 1863 while ((*statptr)->sw_flag == 0 && 1864 (*statptr)->sw_count == 0 && (*statptr)->sw_error == 0) {
|
/external/ltp/include/old/ |
D | tlibio.h | 137 int lio_wait4asyncio(int method, int fd, struct iosw **statptr);
|