Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dstrace.list112 #ifdef TARGET_NR_connect
113 { TARGET_NR_connect, "connect" , "%s(%d,%#x,%d)", NULL, NULL },
H A Dsyscall.c10796 #ifdef TARGET_NR_connect in _syscall2()
10797 case TARGET_NR_connect: in _syscall2()