Home | History | Annotate | Download | only in lib

Lines Matching refs:statptr

57  *  int  lio_wait4asyncio(int method, int fd, struct iosw **statptr)
547 struct iosw status, *statptr[1];
586 statptr[0] = &status;
1023 ret = lio_wait4asyncio(method, fd, statptr);
1117 struct iosw status, *statptr[1];
1157 statptr[0] = &status;
1597 ret = lio_wait4asyncio(method, fd, statptr);
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) {