Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/dbus-pcap/
H A Ddbus-pcap80 STRUCT = ord("(") variable in DBusType
/openbmc/qemu/linux-user/
H A Dsyscall.c4651 #define STRUCT(name, ...) STRUCT_ ## name, macro
4660 #define STRUCT(name, ...) static const argtype struct_ ## name ## _def[] = { __VA_ARGS__, TYPE_NUL… macro
7291 #define STRUCT(name, ...) thunk_register_struct(STRUCT_ ## name, #name, struct_ ## name ## _def); in syscall_init() macro