Home
last modified time | relevance | path

Searched refs:TARGET_NR_umount (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h30 #define TARGET_NR_umount 22 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1589 #ifdef TARGET_NR_umount
1590 { TARGET_NR_umount, "umount" , NULL, print_umount, NULL },
H A Dstrace.c3648 #ifdef TARGET_NR_umount
H A Dsyscall.c9341 #if defined(TARGET_NR_umount) || defined(TARGET_NR_oldumount) in _syscall2()
9342 #if defined(TARGET_NR_umount) in _syscall2()
9343 case TARGET_NR_umount: in _syscall2()