Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h13 #define TARGET_NR_open 5 macro
/openbmc/qemu/linux-user/
H A Dstrace.list712 #ifdef TARGET_NR_open
713 { TARGET_NR_open, "open" , NULL, print_open, NULL },
H A Dstrace.c3431 #ifdef TARGET_NR_open
H A Dsyscall.c9061 #ifdef TARGET_NR_open in _syscall2()
9062 case TARGET_NR_open: in _syscall2()