Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dstrace.list541 #ifdef TARGET_NR_lremovexattr
542 { TARGET_NR_lremovexattr, "lremovexattr" , NULL, print_lremovexattr, NULL },
H A Dstrace.c2434 #if defined(TARGET_NR_removexattr) || defined(TARGET_NR_lremovexattr)
H A Dsyscall.c12712 case TARGET_NR_lremovexattr: in _syscall2()