Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dstrace.list613 #ifdef TARGET_NR_mount
614 { TARGET_NR_mount, "mount" , NULL, print_mount, NULL },
H A Dstrace.c3800 #ifdef TARGET_NR_mount
H A Dsyscall.c9526 case TARGET_NR_mount: in _syscall2()