Home
last modified time | relevance | path

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

/qemu/linux-user/cris/
H A Dsyscall_nr.h50 #define TARGET_NR_pipe 42 macro
/qemu/linux-user/
H A Dstrace.list1055 #ifdef TARGET_NR_pipe
1056 { TARGET_NR_pipe, "pipe" , NULL, NULL, NULL },
H A Dsyscall.c9731 #ifdef TARGET_NR_pipe in _syscall2()
9732 case TARGET_NR_pipe: in _syscall2()