Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dstrace.list1116 #ifdef TARGET_NR_read
1117 { TARGET_NR_read, "read" , "%s(%d,%#x,%d)", NULL, NULL },
H A Dsyscall.c9254 case TARGET_NR_read: in _syscall2()