Searched refs:argtype (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/include/user/ |
| H A D | thunk.h | 32 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 D | thunk.c | 30 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 D | user-internals.h | 42 const argtype arg_type[5];
|
| H A D | syscall.c | 4663 #define STRUCT(name, ...) static const argtype struct_ ## name ## _def[] = { __VA_ARGS__, TYPE_NUL… 4689 const argtype *arg_type = ie->arg_type; in do_ioctl_fs_ioc_fiemap() 4690 const argtype extent_arg_type[] = { MK_STRUCT(STRUCT_fiemap_extent) }; in do_ioctl_fs_ioc_fiemap() 4763 const argtype *arg_type = ie->arg_type; in do_ioctl_ifconf() 4769 const argtype ifreq_arg_type[] = { MK_STRUCT(STRUCT_sockaddr_ifreq) }; in do_ioctl_ifconf() 4770 const argtype ifreq_max_type[] = { MK_STRUCT(STRUCT_ifmap_ifreq) }; in do_ioctl_ifconf() 4904 const argtype usbfsurb_arg_type[] = { MK_STRUCT(STRUCT_usbdevfs_urb) }; in do_ioctl_usbdevfs_reapurb() 4905 const argtype ptrvoid_arg_type[] = { TYPE_PTRVOID, 0, 0 }; in do_ioctl_usbdevfs_reapurb() 4979 const argtype *arg_type = ie->arg_type; in do_ioctl_usbdevfs_submiturb() 5045 const argtype *arg_type = ie->arg_type; in do_ioctl_dm() [all …]
|
| H A D | strace.c | 1009 const argtype *arg_type; in print_syscall_ret_ioctl() 4256 const argtype *arg_type; in print_ioctl()
|