Home
last modified time | relevance | path

Searched defs:syscallname (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dqemu.h198 struct syscallname { struct
202 void (*call)(const struct syscallname *, argument
205 void (*result)(const struct syscallname *, abi_long); argument
/openbmc/qemu/linux-user/
H A Dstrace.c26 struct syscallname { struct
30 void (*call)(CPUArchState *, const struct syscallname *, argument
33 void (*result)(CPUArchState *, const struct syscallname *, abi_long, argument