Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dstrace.list1676 #ifdef TARGET_NR_write
1677 { TARGET_NR_write, "write" , "%s(%d,%#x,%d)", NULL, NULL },
H A Dsyscall.c9268 case TARGET_NR_write: in _syscall2()