Lines Matching refs:statptr
57 * int lio_wait4asyncio(int method, int fd, struct iosw **statptr)
551 struct iosw status, *statptr[1];
590 statptr[0] = &status;
1028 ret = lio_wait4asyncio(method, fd, statptr);
1126 struct iosw status, *statptr[1];
1166 statptr[0] = &status;
1607 ret = lio_wait4asyncio(method, fd, statptr);
1777 int lio_wait4asyncio(int method, int fd, struct iosw **statptr)
1808 if (recall(fd, 1, statptr)) {
1873 while ((*statptr)->sw_flag == 0 &&
1874 (*statptr)->sw_count == 0 && (*statptr)->sw_error == 0) {