Home
last modified time | relevance | path

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

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