/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ansidecl.h | 23 DEFUN (name, arglist, args) 99 #define DEFUN(name, arglist, args) name(args) 102 #define PROTO(type, name, arglist) type name arglist 123 #define DEFUN(name, arglist, args) name arglist args; 125 #define PROTO(type, name, arglist) type name ()
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ansidecl.h | 23 DEFUN (name, arglist, args) 99 #define DEFUN(name, arglist, args) name(args) 102 #define PROTO(type, name, arglist) type name arglist 123 #define DEFUN(name, arglist, args) name arglist args; 125 #define PROTO(type, name, arglist) type name ()
|
/kernel/linux/linux-5.10/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 [all...] |
/kernel/linux/linux-6.6/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 [all...] |
/kernel/liteos_a/testsuites/unittest/libc/misc/smoke/ |
H A D | misc_test_003.cpp | 38 va_list arglist; in Vwarnxfuc() local 40 va_start(arglist, format); in Vwarnxfuc() 41 vwarnx(format, arglist); in Vwarnxfuc() 42 va_end(arglist); in Vwarnxfuc()
|
H A D | misc_test_002.cpp | 38 va_list arglist; in Vwarnfuc() local 40 va_start(arglist, format); in Vwarnfuc() 41 vwarn(format, arglist); in Vwarnfuc() 42 va_end(arglist); in Vwarnfuc()
|
H A D | misc_test_005.cpp | 38 va_list arglist; in Verrxfuc() local 40 va_start(arglist, format); in Verrxfuc() 41 verrx(fpid, format, arglist); in Verrxfuc() 42 va_end(arglist); in Verrxfuc()
|
H A D | misc_test_004.cpp | 38 va_list arglist; in Verrfuc() local 40 va_start(arglist, format); in Verrfuc() 41 verr(fpid, format, arglist); in Verrfuc() 42 va_end(arglist); in Verrfuc()
|
/kernel/liteos_a/kernel/common/ |
H A D | los_excinfo.c | 99 VOID WriteExcBufVa(const CHAR *format, va_list arglist) in WriteExcBufVa() argument 105 (g_recordSpace - g_excInfoIndex - 1), format, arglist); in WriteExcBufVa() 116 va_list arglist; in WriteExcInfoToBuf() local 118 va_start(arglist, format); in WriteExcInfoToBuf() 119 WriteExcBufVa(format, arglist); in WriteExcInfoToBuf() 120 va_end(arglist); in WriteExcInfoToBuf()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | vector_user.h | 52 struct arglist { struct 74 extern struct arglist *uml_parse_vector_ifspec(char *arg); 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 *ifspe [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() 1553 struct arglist *de 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()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | vector_user.h | 52 struct arglist { struct 72 extern struct arglist *uml_parse_vector_ifspec(char *arg); 76 struct arglist *parsed 80 struct arglist *ifspec,
|
H A D | vector_user.c | 66 char *uml_vector_fetch_arg(struct arglist *ifspec, char *token) in uml_vector_fetch_arg() 78 struct arglist *uml_parse_vector_ifspec(char *arg) in uml_parse_vector_ifspec() 80 struct arglist *result; in uml_parse_vector_ifspec() 86 result = uml_kmalloc(sizeof(struct arglist), UM_GFP_KERNEL); in uml_parse_vector_ifspec() 198 static struct vector_fds *user_init_tap_fds(struct arglist *ifspec) in user_init_tap_fds() 256 static struct vector_fds *user_init_hybrid_fds(struct arglist *ifspec) in user_init_hybrid_fds() 307 static struct vector_fds *user_init_unix_fds(struct arglist *ifspec, int id) in user_init_unix_fds() 405 static struct vector_fds *user_init_fd_fds(struct arglist *ifspec) in user_init_fd_fds() 437 static struct vector_fds *user_init_raw_fds(struct arglist *ifspec) in user_init_raw_fds() 520 static struct vector_fds *user_init_socket_fds(struct arglist *ifspe [all...] |
H A D | vector_kern.c | 69 static void vector_eth_configure(int n, struct arglist *def); 119 static int get_mtu(struct arglist *def) in get_mtu() 132 static char *get_bpf_file(struct arglist *def) in get_bpf_file() 137 static bool get_bpf_flash(struct arglist *def) in get_bpf_flash() 149 static int get_depth(struct arglist *def) in get_depth() 161 static int get_headroom(struct arglist *def) in get_headroom() 173 static int get_req_size(struct arglist *def) in get_req_size() 189 static int get_transport_options(struct arglist *def) in get_transport_options() 749 struct arglist *parsed; in vector_config() 1553 struct arglist *de in vector_eth_configure() [all...] |
H A D | vector_kern.h | 94 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()
|
/kernel/linux/linux-5.10/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):
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkkconfigsymbols.py | 282 arglist = [] 284 arglist.append((part, ignore)) 286 for res in pool.map(parse_kconfig_files, arglist): 340 arglist = partition(source_files, cpu_count()) 341 for res in pool.map(parse_source_files, arglist): 345 arglist = [] 347 arglist.append((part, ignore)) 348 for res in pool.map(parse_kconfig_files, arglist):
|
/kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/ccs/ |
H A D | mk-ccs-regs | 322 $this{arglist}, $reg_formula); 383 my $arglist = @$args ? "(" . (join ", ", @$args) . ")" : ""; 394 arglist => $arglist,
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | sdt.h | 45 # define _SDT_PROBE(provider, name, n, arglist) \ 46 _SDT_ASM_BODY(provider, name, _SDT_ASM_SUBSTR_1, (_SDT_DEPAREN_##n arglist)) \ 75 # define _SDT_PROBE(provider, name, n, arglist) \ 79 :: _SDT_ASM_OPERANDS_##n arglist); \
|
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.c | 57 va_list arglist; in modpost_log() local 75 va_start(arglist, fmt); in modpost_log() 76 vfprintf(stderr, fmt, arglist); in modpost_log() 77 va_end(arglist); in modpost_log()
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.c | 67 va_list arglist; in modpost_log() local 85 va_start(arglist, fmt); in modpost_log() 86 vfprintf(stderr, fmt, arglist); in modpost_log() 87 va_end(arglist); in modpost_log()
|