Home
last modified time | relevance | path

Searched refs:TARGET_NR_dup (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dstrace.list127 #ifdef TARGET_NR_dup
128 { TARGET_NR_dup, "dup" , "%s(%d)", NULL, NULL },
H A Dsyscall.c9843 case TARGET_NR_dup: in _syscall2()