Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c8771 void *tdirp; in do_getdents() local
8792 tdirp = lock_user(VERIFY_WRITE, arg2, count, 0); in do_getdents()
8793 if (!tdirp) { in do_getdents()
8803 struct target_dirent *tde = tdirp + toff; in do_getdents()
8849 unlock_user(tdirp, arg2, toff); in do_getdents()
8858 void *tdirp; in do_getdents64() local
8873 tdirp = lock_user(VERIFY_WRITE, arg2, count, 0); in do_getdents64()
8874 if (!tdirp) { in do_getdents64()
8880 struct target_dirent64 *tde = tdirp + toff; in do_getdents64()
8915 unlock_user(tdirp, arg2, toff); in do_getdents64()