Home
last modified time | relevance | path

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

/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) && \
8767 #ifdef TARGET_NR_getdents
11273 #ifdef TARGET_NR_getdents in _syscall2()
11274 case TARGET_NR_getdents: in _syscall2()