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

/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c76 static int nftwfunc(const char *filename, const struct stat *statptr, argument
/external/ltp/include/old/
H A Dtlibio.h137 int lio_wait4asyncio(int method, int fd, struct iosw **statptr);
/external/ltp/lib/
H A Dtlibio.c57 * int lio_wait4asyncio(int method, int fd, struct iosw **statptr)
547 struct iosw status, *statptr[1]; local
586 statptr[0] = &status;
1023 ret = lio_wait4asyncio(method, fd, statptr);
1117 struct iosw status, *statptr[1]; local
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)
[all...]

Completed in 108 milliseconds