Home
last modified time | relevance | path

Searched refs:arglist (Results 1 – 19 of 19) sorted by relevance

/linux-6.3-rc2/arch/powerpc/xmon/
A Dansidecl.h99 #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
/linux-6.3-rc2/Documentation/sphinx/
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:
/linux-6.3-rc2/arch/um/drivers/
A Dvector_user.h52 struct arglist { struct
72 extern struct arglist *uml_parse_vector_ifspec(char *arg); argument
76 struct arglist *parsed
80 struct arglist *ifspec,
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 *ifspec, int id) in user_init_socket_fds()
[all …]
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 *def in vector_eth_configure()
[all …]
A Dvector_kern.h94 struct arglist *parsed;
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()
/linux-6.3-rc2/scripts/
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):
/linux-6.3-rc2/Documentation/driver-api/media/drivers/ccs/
A Dmk-ccs-regs322 $this{arglist}, $reg_formula);
383 my $arglist = @$args ? "(" . (join ", ", @$args) . ")" : "";
394 arglist => $arglist,
/linux-6.3-rc2/Documentation/translations/zh_TW/process/
A Dcoding-style.rst519 (defun c-lineup-arglist-tabs-only (ignored)
534 (arglist-close . c-lineup-arglist-tabs-only)
535 (arglist-cont-nonempty .
536 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
537 (arglist-intro . +)
/linux-6.3-rc2/Documentation/translations/zh_CN/process/
A Dcoding-style.rst593 (defun c-lineup-arglist-tabs-only (ignored)
608 (arglist-close . c-lineup-arglist-tabs-only)
609 (arglist-cont-nonempty .
610 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
611 (arglist-intro . +)
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dsdt.h45 # define _SDT_PROBE(provider, name, n, arglist) \ argument
46 _SDT_ASM_BODY(provider, name, _SDT_ASM_SUBSTR_1, (_SDT_DEPAREN_##n arglist)) \
75 # define _SDT_PROBE(provider, name, n, arglist) \ argument
79 :: _SDT_ASM_OPERANDS_##n arglist); \
/linux-6.3-rc2/tools/power/pm-graph/config/
A Dcustom-timeline-functions.cfg107 # arglist: A list of arguments from registers/stack addresses. See URL:
172 # arglist: A list of arguments from registers/stack addresses. See URL:
/linux-6.3-rc2/scripts/mod/
A Dmodpost.c60 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()
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Dcoding-style.rst657 (defun c-lineup-arglist-tabs-only (ignored)
672 (arglist-close . c-lineup-arglist-tabs-only)
673 (arglist-cont-nonempty .
674 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
675 (arglist-intro . +)
/linux-6.3-rc2/Documentation/process/
A Dcoding-style.rst665 (defun c-lineup-arglist-tabs-only (ignored)
680 (arglist-close . c-lineup-arglist-tabs-only)
681 (arglist-cont-nonempty .
682 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
683 (arglist-intro . +)
/linux-6.3-rc2/Documentation/translations/sp_SP/process/
A Dcoding-style.rst684 (defun c-lineup-arglist-tabs-only (ignored)
699 (arglist-close . c-lineup-arglist-tabs-only)
700 (arglist-cont-nonempty .
701 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
702 (arglist-intro . +)
/linux-6.3-rc2/tools/power/pm-graph/
A Dsleepgraph.py634 arglist = dict()
637 arglist[arg] = ''
640 arglist[arg] = m.group('arg')
644 arglist[arg] = m.group('arg')
645 out = fmt.format(**arglist)
A DREADME481 arglist: A list of arguments from registers/stack addresses. See URL:

Completed in 53 milliseconds