Home
last modified time | relevance | path

Searched refs:argtype (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/user/
H A Dthunk.h32 typedef enum argtype { enum
46 } argtype; typedef
57 const argtype *field_types;
76 void thunk_register_struct(int id, const char *name, const argtype *types);
79 const argtype *thunk_convert(void *dst, const void *src,
80 const argtype *type_ptr, int to_host);
81 const argtype *thunk_print(void *arg, const argtype *type_ptr);
85 int thunk_type_size_array(const argtype *type_ptr, int is_host);
86 int thunk_type_align_array(const argtype *type_ptr, int is_host);
88 static inline int thunk_type_size(const argtype *type_ptr, int is_host) in thunk_type_size()
[all …]
/openbmc/qemu/linux-user/
H A Dthunk.c30 static const argtype *thunk_type_next_ptr(const argtype *type_ptr);
32 static inline const argtype *thunk_type_next(const argtype *type_ptr) in thunk_type_next()
59 static const argtype *thunk_type_next_ptr(const argtype *type_ptr) in thunk_type_next_ptr()
64 void thunk_register_struct(int id, const char *name, const argtype *types) in thunk_register_struct()
66 const argtype *type_ptr; in thunk_register_struct()
128 const argtype *thunk_convert(void *dst, const void *src, in thunk_convert()
129 const argtype *type_ptr, int to_host) in thunk_convert()
245 const argtype *field_types; in thunk_convert()
275 const argtype *thunk_print(void *arg, const argtype *type_ptr) in thunk_print()
404 const argtype *field_types; in thunk_print()
[all …]
H A Duser-internals.h44 const argtype arg_type[5];
H A Dsyscall.c4661 #define STRUCT(name, ...) static const argtype struct_ ## name ## _def[] = { __VA_ARGS__, TYPE_NULL };
4687 const argtype *arg_type = ie->arg_type; in do_ioctl_fs_ioc_fiemap()
4688 const argtype extent_arg_type[] = { MK_STRUCT(STRUCT_fiemap_extent) }; in do_ioctl_fs_ioc_fiemap()
4761 const argtype *arg_type = ie->arg_type; in do_ioctl_ifconf()
4767 const argtype ifreq_arg_type[] = { MK_STRUCT(STRUCT_sockaddr_ifreq) }; in do_ioctl_ifconf()
4768 const argtype ifreq_max_type[] = { MK_STRUCT(STRUCT_ifmap_ifreq) }; in do_ioctl_ifconf()
4902 const argtype usbfsurb_arg_type[] = { MK_STRUCT(STRUCT_usbdevfs_urb) }; in do_ioctl_usbdevfs_reapurb()
4903 const argtype ptrvoid_arg_type[] = { TYPE_PTRVOID, 0, 0 }; in do_ioctl_usbdevfs_reapurb()
4977 const argtype *arg_type = ie->arg_type; in do_ioctl_usbdevfs_submiturb()
5043 const argtype *arg_typ in do_ioctl_dm()
[all...]
H A Dstrace.c1015 const argtype *arg_type; in print_syscall_ret_ioctl()
4262 const argtype *arg_type; in print_ioctl()