Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/user/
H A Dthunk.h28 typedef enum argtype { enum
42 } argtype; typedef
53 const argtype *field_types;
72 void thunk_register_struct(int id, const char *name, const argtype *types);
75 const argtype *thunk_convert(void *dst, const void *src,
76 const argtype *type_ptr, int to_host);
77 const argtype *thunk_print(void *arg, const argtype *type_ptr);
81 int thunk_type_size_array(const argtype *type_ptr, int is_host);
82 int thunk_type_align_array(const argtype *type_ptr, int is_host);
84 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 Ddebugfs.h13 #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 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()
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()
467 int thunk_type_size_array(const argtype *type_ptr, int is_host) in thunk_type_size_array()
[all …]
H A Duser-internals.h44 const argtype arg_type[5];
H A Dsyscall.c4635 const argtype *arg_type = ie->arg_type; in do_ioctl_fs_ioc_fiemap()
4709 const argtype *arg_type = ie->arg_type; in do_ioctl_ifconf()
4716 const argtype ifreq_max_type[] = { MK_STRUCT(STRUCT_ifmap_ifreq) }; in do_ioctl_ifconf()
4851 const argtype ptrvoid_arg_type[] = { TYPE_PTRVOID, 0, 0 }; in do_ioctl_usbdevfs_reapurb()
4925 const argtype *arg_type = ie->arg_type; in do_ioctl_usbdevfs_submiturb()
4991 const argtype *arg_type = ie->arg_type; in do_ioctl_dm()
5218 const argtype *arg_type = ie->arg_type; in do_ioctl_blkpg()
5269 const argtype *arg_type = ie->arg_type; in do_ioctl_rt()
5271 const argtype *field_types; in do_ioctl_rt()
5577 const argtype *arg_type; in do_ioctl()
[all …]
H A Dstrace.c940 const argtype *arg_type; in print_syscall_ret_ioctl()
4088 const argtype *arg_type; in print_ioctl()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c12 #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 = \
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
101 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \
[all …]
/openbmc/linux/fs/lockd/
H A Dclnt4xdr.c546 #define PROC(proc, argtype, restype) \ argument
549 .p_encode = nlm4_xdr_enc_##argtype, \
551 .p_arglen = NLM4_##argtype##_sz, \
H A Dclntxdr.c551 #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 Dnfs2xdr.c1121 #define PROC(proc, argtype, restype, timer) \ argument
1124 .p_encode = nfs2_xdr_enc_##argtype, \
1126 .p_arglen = NFS_##argtype##_sz, \
H A Dnfs3xdr.c2508 #define PROC(proc, argtype, restype, timer) \ argument
2511 .p_encode = nfs3_xdr_enc_##argtype##3args, \
2513 .p_arglen = NFS3_##argtype##args_sz, \
H A Dnfs4xdr.c7611 #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 Dnfs4callback.c838 #define PROC(proc, call, argtype, restype) \ argument
841 .p_encode = nfs4_xdr_enc_##argtype, \
843 .p_arglen = NFS4_enc_##argtype##_sz, \