Home
last modified time | relevance | path

Searched refs:PARAMS (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/linux/
H A Dtracepoint.h106 #ifndef PARAMS
107 #define PARAMS(args...) args macro
261 __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \
262 PARAMS(cond), PARAMS(data_proto), PARAMS(data_args)) \
332 DEFINE_TRACE_FN(name, NULL, NULL, PARAMS(proto), PARAMS(args));
423 __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \
425 PARAMS(void *__data, proto), \
426 PARAMS(__data, args))
429 __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \
430 cpu_online(raw_smp_processor_id()) && (PARAMS(cond)), \
[all …]
/OK3568_Linux_fs/kernel/include/trace/
H A Ddefine_trace.h28 DEFINE_TRACE(name, PARAMS(proto), PARAMS(args))
33 PARAMS(proto), \
34 PARAMS(args), \
35 PARAMS(tstruct), \
36 PARAMS(assign), \
37 PARAMS(print))
42 DEFINE_TRACE_FN(name, reg, unreg, PARAMS(proto), PARAMS(args))
47 DEFINE_TRACE_FN(name, reg, unreg, PARAMS(proto), PARAMS(args))
57 DEFINE_TRACE(name, PARAMS(proto), PARAMS(args))
61 DEFINE_TRACE_FN(name, reg, unreg, PARAMS(proto), PARAMS(args))
[all …]
H A Dtrace_events.h76 PARAMS(proto), \
77 PARAMS(args), \
78 PARAMS(tstruct), \
79 PARAMS(assign), \
80 PARAMS(print)); \
81 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
128 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
132 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
138 TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \
139 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
[all …]
H A Dbpf_probe.h104 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), size)
108 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), 0)
112 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
H A Dperf.h88 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dvendor_hooks.h56 DEFINE_HOOK_FN(name, NULL, NULL, PARAMS(proto), PARAMS(args))
104 __DECLARE_HOOK(name, PARAMS(proto), PARAMS(args), \
106 PARAMS(void *__data, proto), \
107 PARAMS(__data, args))
115 DECLARE_EVENT_NOP(name, PARAMS(proto), PARAMS(args))
/OK3568_Linux_fs/buildroot/package/bash/
H A D0003-glob-fix-dequote_pathname-vs.-udequote_pathname.patch15 125 | static void dequote_pathname PARAMS((char *));
18 118 | void udequote_pathname PARAMS((char *));
30 @@ -117,6 +117,5 @@ static int mbskipname PARAMS((char *, char *, int));
34 -static void dequote_pathname PARAMS((char *));
35 static int glob_testdir PARAMS((char *, int));
36 static char **glob_dir_to_array PARAMS((char *, char **, int));
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dbpf_test_run.h30 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \
31 PARAMS(args), size)
35 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
H A Dnbd.h86 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \
87 PARAMS(args), size)
91 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_export.c33 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print))
81 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print))
184 PARAMS(tstruct), PARAMS(print), NULL)
H A Dtrace.h92 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print))
96 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) __packed
2028 FTRACE_ENTRY(call, struct_name, id, PARAMS(tstruct), PARAMS(print))
2031 FTRACE_ENTRY(call, struct_name, id, PARAMS(tstruct), PARAMS(print))
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dansidecl.h103 #define PARAMS(paramlist) paramlist macro
126 #define PARAMS(paramlist) () macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/dbus/
H A Ddbus-1.init34 PARAMS=""
64 --user $DAEMONUSER --exec $DAEMON -- --system $PARAMS
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtarget.h272 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS; argument
H A Dtarget.def2443 complete expression that implements the operation. PARAMS really
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtarget.h272 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS; argument
H A Dtarget.def2443 complete expression that implements the operation. PARAMS really
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch307 -static int msg_to_cat_id PARAMS ((const char *msg));
311 -static char *stpcpy PARAMS ((char *dest, const char *src));
831 - Use PARAMS instead of __P. Suggested by Roland McGrath.
1640 -static char *stpcpy PARAMS ((char *dest, const char *src));
1701 -static char *find_msg PARAMS ((struct loaded_l10nfile *domain_file,
1703 -static const char *category_to_name PARAMS ((int category));
1704 -static const char *guess_category_value PARAMS ((int category,
2783 -#ifndef PARAMS
2785 -# define PARAMS(args) args
2787 -# define PARAMS(args) ()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-124178 ‘enum nss_status _nss_DATABASE_getDBbyXX_r (PARAMS, STRUCTURE *result, char *buffer, size_t buflen,…
4180 addressed by the PARAMS. The type and number of these arguments
4183 non-reentrant version are here described by PARAMS.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-124178 ‘enum nss_status _nss_DATABASE_getDBbyXX_r (PARAMS, STRUCTURE *result, char *buffer, size_t buflen,…
4180 addressed by the PARAMS. The type and number of these arguments
4183 non-reentrant version are here described by PARAMS.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Das.info11652 '.space SECNAME [ ,PARAMS ]'
11654 necessary. You may only use PARAMS when creating a new section,
11658 If specified, the list PARAMS declares attributes of the section,
11683 '.subspa NAME [ ,PARAMS ]'
11684 '.nsubspa NAME [ ,PARAMS ]'
11686 current section. You may only specify PARAMS when you create a
11689 If specified, the list PARAMS declares attributes of the
H A Dgdb.info44252 'q NAME PARAMS...'
44253 'Q NAME PARAMS...'
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Das.info11652 '.space SECNAME [ ,PARAMS ]'
11654 necessary. You may only use PARAMS when creating a new section,
11658 If specified, the list PARAMS declares attributes of the section,
11683 '.subspa NAME [ ,PARAMS ]'
11684 '.nsubspa NAME [ ,PARAMS ]'
11686 current section. You may only specify PARAMS when you create a
11689 If specified, the list PARAMS declares attributes of the
H A Dgdb.info44252 'q NAME PARAMS...'
44253 'Q NAME PARAMS...'
H A Dgcc.info6497 macros, 'PARAMS' and 'VPARAMS'. This warning is also bypassed

12