Home
last modified time | relevance | path

Searched refs:statptr (Results 1 – 3 of 3) sorted by relevance

/external/ltp/lib/
Dtlibio.c547 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/
Dtlibio.h137 int lio_wait4asyncio(int method, int fd, struct iosw **statptr);
/external/linux-kselftest/tools/testing/selftests/bpf/
Dcgroup_helpers.c77 static int nftwfunc(const char *filename, const struct stat *statptr, in nftwfunc() argument