Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h149 #define TARGET_NR_getdents 141 macro
/openbmc/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.c311 #if defined(TARGET_NR_getdents) && defined(EMULATE_GETDENTS_WITH_GETDENTS)
314 #if (defined(TARGET_NR_getdents) && \
8633 #ifdef TARGET_NR_getdents
11036 #ifdef TARGET_NR_getdents in _syscall2()
11037 case TARGET_NR_getdents: in _syscall2()