| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tracepoint.h | 106 #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 D | define_trace.h | 28 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 D | trace_events.h | 76 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 D | bpf_probe.h | 104 __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 D | perf.h | 88 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | vendor_hooks.h | 56 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 D | 0003-glob-fix-dequote_pathname-vs.-udequote_pathname.patch | 15 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 D | bpf_test_run.h | 30 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \ 31 PARAMS(args), size) 35 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
|
| H A D | nbd.h | 86 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 D | trace_export.c | 33 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 D | trace.h | 92 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 D | ansidecl.h | 103 #define PARAMS(paramlist) paramlist macro 126 #define PARAMS(paramlist) () macro
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/dbus/ |
| H A D | dbus-1.init | 34 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 D | target.h | 272 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS; argument
|
| H A D | target.def | 2443 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 D | target.h | 272 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS; argument
|
| H A D | target.def | 2443 complete expression that implements the operation. PARAMS really
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | autotools-update.patch | 307 -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 D | libc.info-12 | 4178 ‘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 D | libc.info-12 | 4178 ‘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 D | as.info | 11652 '.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 D | gdb.info | 44252 '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 D | as.info | 11652 '.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 D | gdb.info | 44252 'q NAME PARAMS...' 44253 'Q NAME PARAMS...'
|
| H A D | gcc.info | 6497 macros, 'PARAMS' and 'VPARAMS'. This warning is also bypassed
|