Home
last modified time | relevance | path

Searched refs:arglist (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dansidecl.h23 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 Dansidecl.h23 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 Dcdomain.py169 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 Dcdomain.py169 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 Dmisc_test_003.cpp38 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 Dmisc_test_002.cpp38 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 Dmisc_test_005.cpp38 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 Dmisc_test_004.cpp38 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 Dlos_excinfo.c99 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 Dvector_user.h52 struct arglist { struct
74 extern struct arglist *uml_parse_vector_ifspec(char *arg);
78 struct arglist *parsed
82 struct arglist *ifspec,
H A Dvector_user.c65 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 Dvector_kern.c70 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 Dvector_kern.h92 struct arglist *parsed;
H A Dvector_transports.c217 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 Dvector_user.h52 struct arglist { struct
72 extern struct arglist *uml_parse_vector_ifspec(char *arg);
76 struct arglist *parsed
80 struct arglist *ifspec,
H A Dvector_user.c66 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 Dvector_kern.c69 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 Dvector_kern.h94 struct arglist *parsed;
H A Dvector_transports.c217 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 Dcheckkconfigsymbols.py280 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 Dcheckkconfigsymbols.py282 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 Dmk-ccs-regs322 $this{arglist}, $reg_formula);
383 my $arglist = @$args ? "(" . (join ", ", @$args) . ")" : "";
394 arglist => $arglist,
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dsdt.h45 # 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 Dmodpost.c57 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 Dmodpost.c67 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()

Completed in 20 milliseconds

12