| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 183 #define DEFINE_SCRUB_EVENT(name) \ argument 216 #define DEFINE_SCRUB_FSHOOK_EVENT(name) \ argument 257 #define DEFINE_SCRUBV_HEAD_EVENT(name) \ argument 289 #define DEFINE_SCRUBV_EVENT(name) \ argument 385 #define DEFINE_SCRUB_BLOCK_ERROR_EVENT(name) \ argument 417 #define DEFINE_SCRUB_INO_ERROR_EVENT(name) \ argument 456 #define DEFINE_SCRUB_FBLOCK_ERROR_EVENT(name) \ argument 504 #define DEFINE_SCRUB_DQITER_EVENT(name) \ argument 755 #define DEFINE_SCRUB_SBTREE_EVENT(name) \ argument 929 #define DEFINE_XCHK_FSFREEZE_EVENT(name) \ argument [all …]
|
| /linux/fs/smb/client/ |
| H A D | trace.h | 283 #define DEFINE_SMB3_RW_ERR_EVENT(name) \ argument 332 #define DEFINE_SMB3_OTHER_ERR_EVENT(name) \ argument 389 #define DEFINE_SMB3_COPY_RANGE_ERR_EVENT(name) \ argument 440 #define DEFINE_SMB3_COPY_RANGE_DONE_EVENT(name) \ argument 496 #define DEFINE_SMB3_RW_DONE_EVENT(name) \ argument 543 #define DEFINE_SMB3_OTHER_DONE_EVENT(name) \ argument 587 #define DEFINE_SMB3_EOF_EVENT(name) \ argument 623 #define DEFINE_SMB3_FD_EVENT(name) \ argument 663 #define DEFINE_SMB3_FD_ERR_EVENT(name) \ argument 708 #define DEFINE_SMB3_INF_ENTER_EVENT(name) \ argument [all …]
|
| /linux/fs/ocfs2/ |
| H A D | ocfs2_trace.h | 22 #define DEFINE_OCFS2_INT_EVENT(name) \ argument 39 #define DEFINE_OCFS2_UINT_EVENT(name) \ argument 56 #define DEFINE_OCFS2_ULL_EVENT(name) \ argument 73 #define DEFINE_OCFS2_POINTER_EVENT(name) \ argument 90 #define DEFINE_OCFS2_STRING_EVENT(name) \ argument 109 #define DEFINE_OCFS2_INT_INT_EVENT(name) \ argument 128 #define DEFINE_OCFS2_UINT_INT_EVENT(name) \ argument 147 #define DEFINE_OCFS2_UINT_UINT_EVENT(name) \ argument 166 #define DEFINE_OCFS2_ULL_UINT_EVENT(name) \ argument 185 #define DEFINE_OCFS2_ULL_INT_EVENT(name) \ argument [all …]
|
| /linux/fs/nilfs2/ |
| H A D | sysfs.h | 53 #define NILFS_KOBJ_ATTR_STRUCT(name) \ argument 64 #define NILFS_DEV_ATTR_STRUCT(name) \ argument 80 #define NILFS_CP_ATTR_STRUCT(name) \ argument 91 #define NILFS_ATTR(type, name, mode, show, store) \ argument 95 #define NILFS_INFO_ATTR(type, name) \ argument 97 #define NILFS_RO_ATTR(type, name) \ argument 99 #define NILFS_RW_ATTR(type, name) \ argument 104 #define NILFS_FEATURE_INFO_ATTR(name) \ argument 106 #define NILFS_FEATURE_RO_ATTR(name) \ argument 108 #define NILFS_FEATURE_RW_ATTR(name) \ argument [all …]
|
| /linux/include/trace/events/ |
| H A D | rpcrdma.h | 47 #define DEFINE_SIMPLE_CID_EVENT(name) \ argument 87 #define DEFINE_COMPLETION_EVENT(name) \ argument 124 #define DEFINE_SEND_FLUSH_EVENT(name) \ argument 164 #define DEFINE_MR_COMPLETION_EVENT(name) \ argument 209 #define DEFINE_RECEIVE_COMPLETION_EVENT(name) \ argument 243 #define DEFINE_RECEIVE_SUCCESS_EVENT(name) \ argument 280 #define DEFINE_RECEIVE_FLUSH_EVENT(name) \ argument 317 #define DEFINE_REPLY_EVENT(name) \ argument 347 #define DEFINE_RXPRT_EVENT(name) \ argument 382 #define DEFINE_CONN_EVENT(name) \ argument [all …]
|
| H A D | sunrpc.h | 93 #define DEFINE_RPCXDRBUF_EVENT(name) \ argument 125 #define DEFINE_RPC_CLNT_EVENT(name) \ argument 294 #define DEFINE_RPC_STATUS_EVENT(name) \ argument 398 #define DEFINE_RPC_RUNNING_EVENT(name) \ argument 453 #define DEFINE_RPC_QUEUED_EVENT(name) \ argument 484 #define DEFINE_RPC_FAILURE(name) \ argument 529 #define DEFINE_RPC_REPLY_EVENT(name) \ argument 546 #define DEFINE_RPCB_ERROR_EVENT(name) \ argument 885 #define DEFINE_RPC_SOCKET_EVENT(name) \ argument 941 #define DEFINE_RPC_SOCKET_EVENT_DONE(name) \ argument [all …]
|
| /linux/fs/nfs/ |
| H A D | nfstrace.h | 152 #define DEFINE_NFS_INODE_EVENT(name) \ argument 158 #define DEFINE_NFS_INODE_EVENT_DONE(name) \ argument 283 #define DEFINE_NFS_UPDATE_SIZE_EVENT(name) \ argument 336 #define DEFINE_NFS_INODE_RANGE_EVENT(name) \ argument 399 #define DEFINE_NFS_READDIR_EVENT(name) \ argument 449 #define DEFINE_NFS_LOOKUP_EVENT(name) \ argument 498 #define DEFINE_NFS_LOOKUP_EVENT_DONE(name) \ argument 691 #define DEFINE_NFS_DIRECTORY_EVENT(name) \ argument 731 #define DEFINE_NFS_DIRECTORY_EVENT_DONE(name) \ argument 859 #define DEFINE_NFS_RENAME_EVENT(name) \ argument [all …]
|
| /linux/include/linux/ |
| H A D | static_call.h | 146 #define STATIC_CALL_TRAMP_ADDR(name) &STATIC_CALL_TRAMP(name) argument 149 #define STATIC_CALL_TRAMP_ADDR(name) NULL argument 152 #define static_call_update(name, func) \ argument 159 #define static_call_query(name) (READ_ONCE(STATIC_CALL_KEY(name).func)) argument 187 #define DEFINE_STATIC_CALL(name, _func) \ argument 195 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument 203 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument 211 #define static_call_cond(name) (void)__static_call(name) argument 213 #define EXPORT_STATIC_CALL(name) \ argument 216 #define EXPORT_STATIC_CALL_GPL(name) \ argument [all …]
|
| H A D | static_call_types.h | 12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name) argument 13 #define STATIC_CALL_KEY_STR(name) __stringify(STATIC_CALL_KEY(name)) argument 18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name) argument 19 #define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name)) argument 39 #define DECLARE_STATIC_CALL(name, func) \ argument 45 #define __raw_static_call(name) (&STATIC_CALL_TRAMP(name)) argument 54 #define __STATIC_CALL_ADDRESSABLE(name) \ argument 57 #define __static_call(name) \ argument 75 #define __STATIC_CALL_ADDRESSABLE(name) argument 76 #define __static_call(name) __raw_static_call(name) argument [all …]
|
| H A D | tracepoint.h | 151 __TRACEPOINT_ENTRY(name) global() argument 162 __TRACEPOINT_ENTRY(name) global() argument 197 __DO_TRACE_CALL(name,args) global() argument 209 __DO_TRACE_CALL(name,args) global() argument 217 DEFINE_RUST_DO_TRACE(name,proto,args) global() argument 218 __DEFINE_RUST_DO_TRACE(name,proto,args) global() argument 229 TRACEPOINT_CHECK(name) global() argument 244 __DECLARE_TRACE_COMMON(name,proto,args,data_proto) global() argument 278 __DECLARE_TRACE(name,proto,args,cond,data_proto) global() argument 298 __DECLARE_TRACE_SYSCALL(name,proto,args,data_proto) global() argument 384 EXPORT_TRACEPOINT_SYMBOL_GPL(name) global() argument 389 EXPORT_TRACEPOINT_SYMBOL(name) global() argument 397 __DECLARE_TRACE_COMMON(name,proto,args,data_proto) global() argument 421 __DECLARE_TRACE(name,proto,args,cond,data_proto) global() argument 424 __DECLARE_TRACE_SYSCALL(name,proto,args,data_proto) global() argument 427 DEFINE_TRACE_FN(name,reg,unreg,proto,args) global() argument 428 DEFINE_TRACE_SYSCALL(name,reg,unreg,proto,args) global() argument 429 DEFINE_TRACE(name,proto,args) global() argument 430 EXPORT_TRACEPOINT_SYMBOL_GPL(name) global() argument 431 EXPORT_TRACEPOINT_SYMBOL(name) global() argument 479 DECLARE_TRACE(name,proto,args) global() argument 484 DECLARE_TRACE_CONDITION(name,proto,args,cond) global() argument 489 DECLARE_TRACE_SYSCALL(name,proto,args) global() argument 493 DECLARE_TRACE_EVENT(name,proto,args) global() argument 498 DECLARE_TRACE_EVENT_CONDITION(name,proto,args,cond) global() argument 503 DECLARE_TRACE_EVENT_SYSCALL(name,proto,args) global() argument 619 DECLARE_EVENT_CLASS(name,proto,args,tstruct,assign,print) global() argument 620 DEFINE_EVENT(template,name,proto,args) global() argument 622 DEFINE_EVENT_FN(template,name,proto,args,reg,unreg) global() argument 624 DEFINE_EVENT_PRINT(template,name,proto,args,print) global() argument 626 DEFINE_EVENT_CONDITION(template,name,proto,args,cond) global() argument 631 TRACE_EVENT(name,proto,args,struct,assign,print) global() argument 633 TRACE_EVENT_FN(name,proto,args,struct,assign,print,reg,unreg) global() argument 636 TRACE_EVENT_FN_COND(name,proto,args,cond,struct,assign,print,reg,unreg) global() argument 640 TRACE_EVENT_CONDITION(name,proto,args,cond,struct,assign,print) global() argument 644 TRACE_EVENT_SYSCALL(name,proto,args,struct,assign,print,reg,unreg) global() argument 652 DECLARE_EVENT_NOP(name,proto,args) global() argument 660 TRACE_EVENT_NOP(name,proto,args,struct,assign,print) global() argument 663 DECLARE_EVENT_CLASS_NOP(name,proto,args,tstruct,assign,print) global() argument 664 DEFINE_EVENT_NOP(template,name,proto,args) global() argument [all...] |
| H A D | notifier.h | 81 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { \ argument 85 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { \ argument 89 #define RAW_INIT_NOTIFIER_HEAD(name) do { \ argument 95 #define srcu_cleanup_notifier_head(name) \ argument 98 #define ATOMIC_NOTIFIER_INIT(name) { \ argument 101 #define BLOCKING_NOTIFIER_INIT(name) { \ argument 104 #define RAW_NOTIFIER_INIT(name) { \ argument 107 #define SRCU_NOTIFIER_INIT(name, pcpu) \ argument 115 #define ATOMIC_NOTIFIER_HEAD(name) \ argument 118 #define BLOCKING_NOTIFIER_HEAD(name) \ argument [all …]
|
| H A D | proc_fs.h | 100 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument 102 #define proc_create_seq(name, mode, parent, ops) \ argument 107 #define proc_create_single(name, mode, parent, show) \ argument 136 #define proc_create_net(name, mode, parent, ops, state_size) \ argument 179 static inline struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink() 181 static inline struct proc_dir_entry *proc_mkdir(const char *name, in proc_mkdir() 183 static inline struct proc_dir_entry *proc_create_mount_point(const char *name) { return NULL; } in proc_create_mount_point() 184 static inline struct proc_dir_entry *_proc_mkdir(const char *name, umode_t mode, in _proc_mkdir() 189 static inline struct proc_dir_entry *proc_mkdir_data(const char *name, in proc_mkdir_data() 191 static inline struct proc_dir_entry *proc_mkdir_mode(const char *name, in proc_mkdir_mode() [all …]
|
| /linux/arch/x86/include/asm/ |
| H A D | syscall_wrapper.h | 85 #define __SYS_STUB0(abi, name) \ argument 91 #define __SYS_STUBx(abi, name, ...) \ argument 99 #define __COND_SYSCALL(abi, name) \ argument 107 #define __X64_SYS_STUB0(name) \ argument 110 #define __X64_SYS_STUBx(x, name, ...) \ argument 114 #define __X64_COND_SYSCALL(name) \ argument 118 #define __X64_SYS_STUB0(name) argument 119 #define __X64_SYS_STUBx(x, name, ...) argument 120 #define __X64_COND_SYSCALL(name) argument 124 #define __IA32_SYS_STUB0(name) \ argument [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | core_reloc.c | 15 #define MODULES_CASE(name, pg_name, tp_name) { \ argument 45 #define FLAVORS_CASE_COMMON(name) \ argument 52 #define FLAVORS_CASE(name) { \ argument 60 #define FLAVORS_ERR_CASE(name) { \ argument 70 NESTING_CASE_COMMON(name) global() argument 77 NESTING_CASE(name) global() argument 85 NESTING_ERR_CASE(name) global() argument 98 ARRAYS_CASE_COMMON(name) global() argument 105 ARRAYS_CASE(name) global() argument 119 ARRAYS_ERR_CASE(name) global() argument 132 PRIMITIVES_CASE_COMMON(name) global() argument 139 PRIMITIVES_CASE(name) global() argument 147 PRIMITIVES_ERR_CASE(name) global() argument 152 MODS_CASE(name) global() argument 176 PTR_AS_ARR_CASE(name) global() argument 205 INTS_CASE_COMMON(name) global() argument 212 INTS_CASE(name) global() argument 220 INTS_ERR_CASE(name) global() argument 225 FIELD_EXISTS_CASE_COMMON(name) global() argument 232 BITFIELDS_CASE_COMMON(objfile,test_name_prefix,name) global() argument 237 BITFIELDS_CASE(name,...) global() argument 259 BITFIELDS_ERR_CASE(name) global() argument 274 SIZE_CASE_COMMON(name) global() argument 301 SIZE_CASE(name) global() argument 308 SIZE_ERR_CASE(name) global() argument 314 TYPE_BASED_CASE_COMMON(name) global() argument 321 TYPE_BASED_CASE(name,...) global() argument 328 TYPE_BASED_ERR_CASE(name) global() argument 333 TYPE_ID_CASE_COMMON(name) global() argument 340 TYPE_ID_CASE(name,setup_fn) global() argument 347 TYPE_ID_ERR_CASE(name) global() argument 352 ENUMVAL_CASE_COMMON(name) global() argument 359 ENUMVAL_CASE(name,...) global() argument 366 ENUMVAL_ERR_CASE(name) global() argument 371 ENUM64VAL_CASE_COMMON(name) global() argument 378 ENUM64VAL_CASE(name,...) global() argument 385 ENUM64VAL_ERR_CASE(name) global() argument 413 find_btf_type(const struct btf * btf,const char * name,__u32 kind) find_btf_type() argument 430 const char *name; setup_type_id_case_local() local [all...] |
| /linux/tools/perf/util/include/linux/ |
| H A D | linkage.h | 27 #define SYM_L_GLOBAL(name) .globl name argument 28 #define SYM_L_WEAK(name) .weak name argument 29 #define SYM_L_LOCAL(name) /* nothing */ argument 37 #define SYM_ENTRY(name, linkage, align...) \ argument 45 #define SYM_START(name, linkage, align...) \ argument 51 #define SYM_END(name, sym_type) \ argument 59 #define SYM_ALIAS(alias, name, sym_type, linkage) \ argument 69 #define SYM_FUNC_START(name) \ argument 75 #define SYM_FUNC_START_LOCAL(name) \ argument 81 #define SYM_FUNC_START_WEAK(name) \ argument [all …]
|
| /linux/tools/include/linux/ |
| H A D | btf_ids.h | 58 #define BTF_ID(prefix, name) \ argument 76 #define __BTF_ID_LIST(name, scope) \ argument 83 #define BTF_ID_LIST(name) \ argument 87 #define BTF_ID_LIST_GLOBAL(name, n) \ argument 93 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument 96 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) \ argument 135 #define __BTF_SET_START(name, scope) \ argument 143 #define BTF_SET_START(name) \ argument 147 #define BTF_SET_START_GLOBAL(name) \ argument 151 #define BTF_SET_END(name) \ argument [all …]
|
| H A D | static_call_types.h | 12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name) argument 13 #define STATIC_CALL_KEY_STR(name) __stringify(STATIC_CALL_KEY(name)) argument 18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name) argument 19 #define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name)) argument 39 #define DECLARE_STATIC_CALL(name, func) \ argument 45 #define __raw_static_call(name) (&STATIC_CALL_TRAMP(name)) argument 54 #define __STATIC_CALL_ADDRESSABLE(name) \ argument 57 #define __static_call(name) \ argument 75 #define __STATIC_CALL_ADDRESSABLE(name) argument 76 #define __static_call(name) __raw_static_call(name) argument [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | debugfs.h | 8 #define MLD_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument 34 #define MLD_DEBUGFS_READ_WRAPPER(name) \ argument 60 #define _MLD_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument 70 #define WIPHY_DEBUGFS_WRITE_HANDLER_WRAPPER(name) \ argument 99 #define WIPHY_DEBUGFS_WRITE_WRAPPER(name, bufsz, objtype) \ argument 116 #define WIPHY_DEBUGFS_WRITE_FILE_OPS(name, bufsz, objtype) \ argument 124 #define WIPHY_DEBUGFS_READ_HANDLER_WRAPPER_MLD(name) \ argument 134 #define WIPHY_DEBUGFS_WRITE_HANDLER_WRAPPER_MLD(name) \ argument 144 #define WIPHY_DEBUGFS_WRITE_WRAPPER_MLD(name) \ argument 160 #define WIPHY_DEBUGFS_READ_WRAPPER_MLD(name) \ argument [all …]
|
| /linux/drivers/clk/imx/ |
| H A D | clk.h | 104 #define imx_clk_cpu(name, parent_name, div, mux, pll, step) \ argument 107 #define clk_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \ argument 112 #define imx_clk_pllv3(type, name, parent_name, base, div_mask) \ argument 115 #define imx_clk_pfd(name, parent_name, reg, idx) \ argument 118 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ argument 121 #define imx_clk_fixed(name, rate) \ argument 124 #define imx_clk_fixed_factor(name, parent, mult, div) \ argument 127 #define imx_clk_divider(name, parent, reg, shift, width) \ argument 130 #define imx_clk_divider_flags(name, parent, reg, shift, width, flags) \ argument 133 #define imx_clk_gate(name, parent, reg, shift) \ argument [all …]
|
| /linux/include/trace/ |
| H A D | define_trace.h | 27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 40 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 50 #define TRACE_EVENT_SYSCALL(name, proto, args, struct, assign, print, reg, unreg) \ argument 54 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument 57 #define DEFINE_EVENT_NOP(template, name, proto, args) argument 60 #define DEFINE_EVENT(template, name, proto, args) \ argument 64 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 68 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument [all …]
|
| /linux/arch/loongarch/include/asm/ |
| H A D | linkage.h | 8 #define SYM_FUNC_START(name) \ argument 12 #define SYM_FUNC_START_NOALIGN(name) \ argument 16 #define SYM_FUNC_START_LOCAL(name) \ argument 20 #define SYM_FUNC_START_LOCAL_NOALIGN(name) \ argument 24 #define SYM_FUNC_START_WEAK(name) \ argument 28 #define SYM_FUNC_START_WEAK_NOALIGN(name) \ argument 32 #define SYM_FUNC_END(name) \ argument 36 #define SYM_CODE_START(name) \ argument 40 #define SYM_CODE_END(name) \ argument
|
| /linux/arch/powerpc/kvm/ |
| H A D | fpu.S | 29 #define FPS_ONE_IN(name) \ argument 50 #define FPS_TWO_IN(name) \ argument 73 #define FPS_THREE_IN(name) \ argument 156 #define FPD_NONE_IN(name) \ argument 173 #define FPD_ONE_IN(name) \ argument 192 #define FPD_TWO_IN(name) \ argument 210 #define FPD_TWO_IN_CR(name) \ argument 236 #define FPD_THREE_IN(name) \ argument
|
| /linux/arch/powerpc/include/asm/ |
| H A D | vdso.h | 18 #define VDSO64_SYMBOL(base, name) ((unsigned long)(base) + (vdso64_offset_##name)) argument 20 #define VDSO32_SYMBOL(base, name) ((unsigned long)(base) + (vdso32_offset_##name)) argument 27 #define V_FUNCTION_BEGIN(name) \ argument 32 #define V_FUNCTION_END(name) \ argument 35 #define V_LOCAL_FUNC(name) (name) argument 40 #define V_FUNCTION_BEGIN(name) \ argument 45 #define V_FUNCTION_END(name) \ argument 48 #define V_LOCAL_FUNC(name) (name) argument
|
| /linux/arch/mips/include/asm/ |
| H A D | mips-gic.h | 30 #define GIC_ACCESSOR_RO(sz, off, name) \ argument 35 #define GIC_ACCESSOR_RW(sz, off, name) \ argument 40 #define GIC_VX_ACCESSOR_RO(sz, off, name) \ argument 45 #define GIC_VX_ACCESSOR_RW(sz, off, name) \ argument 50 #define _GIC_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument 63 #define _GIC_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument 73 #define GIC_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument 77 #define GIC_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument 82 #define GIC_VX_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument 89 #define GIC_VX_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument [all …]
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_output.py | 130 check_doc(self, name, args) global() argument 150 check_declaration(self, dtype, name, args) global() argument 178 msg(self, fname, name, args) global() argument 221 out_doc(self, fname, name, args) global() argument 224 out_function(self, fname, name, args) global() argument 227 out_enum(self, fname, name, args) global() argument 230 out_typedef(self, fname, name, args) global() argument 233 out_struct(self, fname, name, args) global() argument 359 out_doc(self, fname, name, args) global() argument 364 out_function(self, fname, name, args) global() argument 446 out_enum(self, fname, name, args) global() argument 475 out_typedef(self, fname, name, args) global() argument 492 out_struct(self, fname, name, args) global() argument 600 arg_name(self, args, name) global() argument 629 out_tail(self, fname, name, args) global() argument 652 msg(self, fname, name, args) global() argument 684 out_doc(self, fname, name, args) global() argument 696 out_function(self, fname, name, args) global() argument 744 out_enum(self, fname, name, args) global() argument 776 out_typedef(self, fname, name, args) global() argument 790 out_struct(self, fname, name, args) global() argument [all...] |