Searched refs:tdirp (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch |
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 8769 void *tdirp; in do_getdents() local 8790 tdirp = lock_user(VERIFY_WRITE, arg2, count, 0); in do_getdents() 8791 if (!tdirp) { in do_getdents() 8801 struct target_dirent *tde = tdirp + toff; in do_getdents() 8847 unlock_user(tdirp, arg2, toff); in do_getdents() 8856 void *tdirp; in do_getdents64() local 8871 tdirp = lock_user(VERIFY_WRITE, arg2, count, 0); in do_getdents64() 8872 if (!tdirp) { in do_getdents64() 8878 struct target_dirent64 *tde = tdirp + toff; in do_getdents64() 8913 unlock_user(tdirp, arg2, toff); in do_getdents64()
|