Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dstrace.list525 #ifdef TARGET_NR_llistxattr
526 { TARGET_NR_llistxattr, "llistxattr" , NULL, print_llistxattr,
H A Dstrace.c965 #if defined(TARGET_NR_listxattr) || defined(TARGET_NR_llistxattr) \
2406 #if defined(TARGET_NR_listxattr) || defined(TARGET_NR_llistxattr)
H A Dsyscall.c12585 case TARGET_NR_llistxattr: in _syscall2()