Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c8659 void *tdirp; in do_getdents() local
8680 tdirp = lock_user(VERIFY_WRITE, arg2, count, 0); in do_getdents()
8681 if (!tdirp) { in do_getdents()
8691 struct target_dirent *tde = tdirp + toff; in do_getdents()
8737 unlock_user(tdirp, arg2, toff); in do_getdents()
8746 void *tdirp; in do_getdents64() local
8761 tdirp = lock_user(VERIFY_WRITE, arg2, count, 0); in do_getdents64()
8762 if (!tdirp) { in do_getdents64()
8768 struct target_dirent64 *tde = tdirp + toff; in do_getdents64()
8803 unlock_user(tdirp, arg2, toff); in do_getdents64()