Home
last modified time | relevance | path

Searched refs:TARGET_NR_sendto (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h215 #define TARGET_NR_sendto 206 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h210 #define TARGET_NR_sendto 206 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h192 #define TARGET_NR_sendto 206 macro
H A Dsyscall64_nr.h214 #define TARGET_NR_sendto 206 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h215 #define TARGET_NR_sendto 206 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h216 #define TARGET_NR_sendto 206 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h216 #define TARGET_NR_sendto 206 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1287 #ifdef TARGET_NR_sendto
1288 { TARGET_NR_sendto, "sendto" , NULL, NULL, NULL },
H A Dsyscall.c10612 #ifdef TARGET_NR_sendto in _syscall2()
10613 case TARGET_NR_sendto: in _syscall2()