Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h21 #define TARGET_NR_llistxattr 12 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h21 #define TARGET_NR_llistxattr 12 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h20 #define TARGET_NR_llistxattr 12 macro
H A Dsyscall64_nr.h21 #define TARGET_NR_llistxattr 12 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h21 #define TARGET_NR_llistxattr 12 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h22 #define TARGET_NR_llistxattr 12 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h22 #define TARGET_NR_llistxattr 12 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h240 #define TARGET_NR_llistxattr 233 macro
/openbmc/qemu/linux-user/
H A Dstrace.list525 #ifdef TARGET_NR_llistxattr
526 { TARGET_NR_llistxattr, "llistxattr" , NULL, print_llistxattr,
H A Dstrace.c896 #if defined(TARGET_NR_listxattr) || defined(TARGET_NR_llistxattr) \
2318 #if defined(TARGET_NR_listxattr) || defined(TARGET_NR_llistxattr)
H A Dsyscall.c12348 case TARGET_NR_llistxattr: in _syscall2()