/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/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs.h | 13 #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 18 argtype *arg = file->private_data; \ 28 #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 29 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 37 #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument 38 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
|
/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 | 44 const argtype arg_type[5];
|
H A D | syscall.c | 4633 #define STRUCT(name, ...) static const argtype struct_ ## name ## _def[] = { __VA_ARGS__, TYPE_NUL… 4659 const argtype *arg_type = ie->arg_type; in do_ioctl_fs_ioc_fiemap() 4660 const argtype extent_arg_type[] = { MK_STRUCT(STRUCT_fiemap_extent) }; in do_ioctl_fs_ioc_fiemap() 4733 const argtype *arg_type = ie->arg_type; in do_ioctl_ifconf() 4739 const argtype ifreq_arg_type[] = { MK_STRUCT(STRUCT_sockaddr_ifreq) }; in do_ioctl_ifconf() 4740 const argtype ifreq_max_type[] = { MK_STRUCT(STRUCT_ifmap_ifreq) }; in do_ioctl_ifconf() 4874 const argtype usbfsurb_arg_type[] = { MK_STRUCT(STRUCT_usbdevfs_urb) }; in do_ioctl_usbdevfs_reapurb() 4875 const argtype ptrvoid_arg_type[] = { TYPE_PTRVOID, 0, 0 }; in do_ioctl_usbdevfs_reapurb() 4949 const argtype *arg_type = ie->arg_type; in do_ioctl_usbdevfs_submiturb() 5015 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()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | debugfs.c | 12 #define FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument 14 argtype *arg; \ 62 #define _FWRT_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument 63 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 72 #define FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 77 argtype *arg = \ 88 #define _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 89 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 90 FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 100 #define _FWRT_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument [all …]
|
/openbmc/linux/fs/lockd/ |
H A D | clnt4xdr.c | 546 #define PROC(proc, argtype, restype) \ argument 549 .p_encode = nlm4_xdr_enc_##argtype, \ 551 .p_arglen = NLM4_##argtype##_sz, \
|
H A D | clntxdr.c | 551 #define PROC(proc, argtype, restype) \ argument 554 .p_encode = nlm_xdr_enc_##argtype, \ 556 .p_arglen = NLM_##argtype##_sz, \
|
/openbmc/linux/fs/nfs/ |
H A D | nfs2xdr.c | 1121 #define PROC(proc, argtype, restype, timer) \ argument 1124 .p_encode = nfs2_xdr_enc_##argtype, \ 1126 .p_arglen = NFS_##argtype##_sz, \
|
H A D | nfs3xdr.c | 2508 #define PROC(proc, argtype, restype, timer) \ argument 2511 .p_encode = nfs3_xdr_enc_##argtype##3args, \ 2513 .p_arglen = NFS3_##argtype##args_sz, \
|
H A D | nfs4xdr.c | 7611 #define PROC(proc, argtype, restype) \ argument 7614 .p_encode = nfs4_xdr_##argtype, \ 7616 .p_arglen = NFS4_##argtype##_sz, \ 7628 #define PROC41(proc, argtype, restype) \ argument 7629 PROC(proc, argtype, restype) 7631 #define PROC41(proc, argtype, restype) \ argument 7636 #define PROC42(proc, argtype, restype) \ argument 7637 PROC(proc, argtype, restype) 7639 #define PROC42(proc, argtype, restype) \ argument
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4callback.c | 838 #define PROC(proc, call, argtype, restype) \ argument 841 .p_encode = nfs4_xdr_enc_##argtype, \ 843 .p_arglen = NFS4_enc_##argtype##_sz, \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/ |
H A D | b76e3c578f1e9f582e9c28f50d82b1f569602075.patch | 827 int type = argtype(optstring, option[0]);
|