Home
last modified time | relevance | path

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

/qemu/linux-user/cris/
H A Dsyscall_nr.h149 #define TARGET_NR_getdents 141 macro
/qemu/linux-user/
H A Dstrace.list293 #ifdef TARGET_NR_getdents
294 { TARGET_NR_getdents, "getdents" , "%s(%d,%p,%u)", NULL, NULL },
H A Dsyscall.c312 #if defined(TARGET_NR_getdents) && defined(EMULATE_GETDENTS_WITH_GETDENTS)
315 #if (defined(TARGET_NR_getdents) && \
8655 #ifdef TARGET_NR_getdents
11158 #ifdef TARGET_NR_getdents in _syscall2()
11159 case TARGET_NR_getdents: in _syscall2()