Searched refs:sys_getdents (Results 1 – 19 of 19) sorted by relevance
/external/strace/linux/ |
D | dummy.h | 131 #define sys_getdents printargs macro
|
D | syscall.h | 73 int sys_getdents(), sys_flock(), sys_msync();
|
/external/strace/linux/arm/ |
D | syscallent.h | 172 { 3, 0, sys_getdents, "getdents" }, /* 141 */
|
/external/strace/linux/sh/ |
D | syscallent.h | 174 { 3, TD, sys_getdents, "getdents" }, /* 141 */
|
/external/strace/linux/i386/ |
D | syscallent.h | 172 { 3, TD, sys_getdents, "getdents" }, /* 141 */
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | priv_syswrap-generic.h | 161 DECL_TEMPLATE(generic, sys_getdents); // SVr4,SVID
|
D | syswrap-ppc64-linux.c | 1269 GENXY(__NR_getdents, sys_getdents), // 141
|
D | syswrap-ppc32-linux.c | 1624 GENXY(__NR_getdents, sys_getdents), // 141
|
D | syswrap-s390x-linux.c | 1286 GENXY(__NR_getdents, sys_getdents), // 141
|
D | syswrap-amd64-linux.c | 1165 GENXY(__NR_getdents, sys_getdents), // 78
|
D | syswrap-mips32-linux.c | 1568 GENXY (__NR_getdents, sys_getdents), // 141
|
D | syswrap-arm-linux.c | 1619 GENXY(__NR_getdents, sys_getdents), // 141
|
D | syswrap-generic.c | 3078 PRE(sys_getdents) in PRE() argument 3088 POST(sys_getdents) in POST() argument
|
D | syswrap-x86-linux.c | 1988 GENXY(__NR_getdents, sys_getdents), // 141
|
/external/strace/linux/mips/ |
D | syscallent.h | 4146 { 3, TD, sys_getdents, "getdents" }, /* 4141 */ 5427 { 3, 0, sys_getdents, "getdents" }, /* 5076 */ 6733 { 3, 0, sys_getdents, "getdents" }, /* 6076 */ 6956 { 3, TD, sys_getdents, "getdents" }, /* 6299 */
|
/external/linux-tools-perf/Documentation/ |
D | perf-script-python.txt | 48 sys_getdents 4072
|
/external/strace/ |
D | ChangeLog | 122 sys_readdir, sys_getdents, sys_getdirentries, sys_fsetxattr, 1254 * file.c (sys_getdents, sys_getdents64): Avoid malloc(0) call.
|
D | file.c | 2490 sys_getdents(struct tcb *tcp) in sys_getdents() function
|
D | ChangeLog-CVS | 806 d_reclen check as in sys_getdents: warn if d_reclen is 0 rather 2183 * file.c (sys_getdents): Likewise. 5268 sys_flock and sys_getdents. 5271 * file.c (sys_getdents): Define unconditionally and handle
|