| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | ansidecl.h | 99 #define DEFUN(name, arglist, args) name(args) argument 102 #define PROTO(type, name, arglist) type name arglist argument 123 #define DEFUN(name, arglist, args) name arglist args; argument 125 #define PROTO(type, name, arglist) type name () argument
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0096-script-execute-Don-t-crash-on-a-for-loop-with-no-ite.patch | 13 possibility that arglist is NULL. Catch that explicitly. 28 @@ -624,6 +624,9 @@ grub_script_arglist_to_argv (struct grub_script_arglist *arglist, 32 + if (arglist == NULL) 35 for (; arglist && arglist->arg; arglist = arglist->next)
|
| H A D | 0092-script-execute-Fix-NULL-dereference-in-grub_script_e.patch | 22 - if (grub_script_arglist_to_argv (cmdline->arglist, &argv) || ! argv.args[0]) 23 + if (grub_script_arglist_to_argv (cmdline->arglist, &argv) || ! argv.args || ! argv.args[0])
|
| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | cdomain.py | 169 rettype, fullname, arglist, _const = m.groups() 170 arglist = arglist.strip() 171 if rettype or not arglist: 174 arglist = arglist.replace('`', '').replace('\\ ', '') # remove markup 175 arglist = [a.strip() for a in arglist.split(",")] 178 if len(arglist[0].split(" ")) > 1: 186 for argname in arglist:
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | logger.h | 78 int _log(int level, const char* fmt, va_list arglist) in _log() argument 81 int ret = vfprintf(stream, fmt, arglist); in _log() 106 va_list arglist; in log() local 107 va_start(arglist, fmt); in log() 108 int ret = instance()._log(level,fmt,arglist); in log() 109 va_end(arglist); in log()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | vector_user.h | 52 struct arglist { struct 74 extern struct arglist *uml_parse_vector_ifspec(char *arg); argument 78 struct arglist *parsed 82 struct arglist *ifspec,
|
| H A D | vector_user.c | 65 char *uml_vector_fetch_arg(struct arglist *ifspec, char *token) in uml_vector_fetch_arg() 77 struct arglist *uml_parse_vector_ifspec(char *arg) in uml_parse_vector_ifspec() 79 struct arglist *result; in uml_parse_vector_ifspec() 85 result = uml_kmalloc(sizeof(struct arglist), UM_GFP_KERNEL); in uml_parse_vector_ifspec() 197 static struct vector_fds *user_init_tap_fds(struct arglist *ifspec) in user_init_tap_fds() 255 static struct vector_fds *user_init_hybrid_fds(struct arglist *ifspec) in user_init_hybrid_fds() 306 static struct vector_fds *user_init_unix_fds(struct arglist *ifspec, int id) in user_init_unix_fds() 404 static struct vector_fds *user_init_fd_fds(struct arglist *ifspec) in user_init_fd_fds() 436 static struct vector_fds *user_init_raw_fds(struct arglist *ifspec) in user_init_raw_fds() 519 static struct vector_fds *user_init_socket_fds(struct arglist *ifspec, int id) in user_init_socket_fds() [all …]
|
| H A D | vector_kern.c | 70 static void vector_eth_configure(int n, struct arglist *def); 120 static int get_mtu(struct arglist *def) in get_mtu() 133 static char *get_bpf_file(struct arglist *def) in get_bpf_file() 138 static bool get_bpf_flash(struct arglist *def) in get_bpf_flash() 150 static int get_depth(struct arglist *def) in get_depth() 162 static int get_headroom(struct arglist *def) in get_headroom() 174 static int get_req_size(struct arglist *def) in get_req_size() 190 static int get_transport_options(struct arglist *def) in get_transport_options() 753 struct arglist *parsed; in vector_config() 1552 struct arglist *def in vector_eth_configure() [all …]
|
| H A D | vector_kern.h | 92 struct arglist *parsed;
|
| H A D | vector_transports.c | 217 struct arglist *def, char *param, unsigned int *result) in get_uint_param() 229 struct arglist *def, char *param, unsigned long *result) in get_ulong_param()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkkconfigsymbols.py | 280 arglist = [] 282 arglist.append((part, ignore)) 284 for res in pool.map(parse_kconfig_files, arglist): 338 arglist = partition(source_files, cpu_count()) 339 for res in pool.map(parse_source_files, arglist): 343 arglist = [] 345 arglist.append((part, ignore)) 346 for res in pool.map(parse_kconfig_files, arglist):
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | _ansi.h | 39 #define _DEFUN(name, arglist, args) name(args) argument 58 #define _DEFUN(name, arglist, args) name arglist args; argument
|
| H A D | pngconf.h | 94 # define PNGARG(arglist) arglist argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | _ansi.h | 39 #define _DEFUN(name, arglist, args) name(args) argument 58 #define _DEFUN(name, arglist, args) name arglist args; argument
|
| H A D | pngconf.h | 94 # define PNGARG(arglist) arglist argument
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/ |
| H A D | coding-style.rst | 516 (defun c-lineup-arglist-tabs-only (ignored) 531 (arglist-close . c-lineup-arglist-tabs-only) 532 (arglist-cont-nonempty . 533 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 534 (arglist-intro . +)
|
| /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/bin/ |
| H A D | mtrace | 43 arglist: while (@ARGV) { label 62 last arglist;
|
| /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/bin/ |
| H A D | mtrace | 43 arglist: while (@ARGV) { label 62 last arglist;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | pngconf.h | 94 # define PNGARG(arglist) arglist argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | pngconf.h | 94 # define PNGARG(arglist) arglist argument
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/config/ |
| H A D | custom-timeline-functions.cfg | 107 # arglist: A list of arguments from registers/stack addresses. See URL: 172 # arglist: A list of arguments from registers/stack addresses. See URL:
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | modpost.c | 60 va_list arglist; in modpost_log() local 78 va_start(arglist, fmt); in modpost_log() 79 vfprintf(stderr, fmt, arglist); in modpost_log() 80 va_end(arglist); in modpost_log()
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/ |
| H A D | coding-style.rst | 597 (defun c-lineup-arglist-tabs-only (ignored) 612 (arglist-close . c-lineup-arglist-tabs-only) 613 (arglist-cont-nonempty . 614 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 615 (arglist-intro . +)
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | coding-style.rst | 614 (defun c-lineup-arglist-tabs-only (ignored) 629 (arglist-close . c-lineup-arglist-tabs-only) 630 (arglist-cont-nonempty . 631 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 632 (arglist-intro . +)
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 593 arglist = dict() 596 arglist[arg] = '' 599 arglist[arg] = m.group('arg') 603 arglist[arg] = m.group('arg') 604 out = fmt.format(**arglist)
|