Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/xmon/
H 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.15/Documentation/sphinx/
H A Dcdomain.py162 rettype, fullname, arglist, _const = m.groups()
163 arglist = arglist.strip()
164 if rettype or not arglist:
167 arglist = arglist.replace('`', '').replace('\\ ', '') # remove markup
168 arglist = [a.strip() for a in arglist.split(",")]
171 if len(arglist[0].split(" ")) > 1:
179 for argname in arglist:
/linux-6.15/arch/um/drivers/
H 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,
H A Dvector_user.c69 char *uml_vector_fetch_arg(struct arglist *ifspec, char *token) in uml_vector_fetch_arg()
81 struct arglist *uml_parse_vector_ifspec(char *arg) in uml_parse_vector_ifspec()
83 struct arglist *result; in uml_parse_vector_ifspec()
89 result = uml_kmalloc(sizeof(struct arglist), UM_GFP_KERNEL); in uml_parse_vector_ifspec()
201 static struct vector_fds *user_init_tap_fds(struct arglist *ifspec) in user_init_tap_fds()
259 static struct vector_fds *user_init_hybrid_fds(struct arglist *ifspec) in user_init_hybrid_fds()
310 static struct vector_fds *user_init_unix_fds(struct arglist *ifspec, int id) in user_init_unix_fds()
408 static struct vector_fds *user_init_fd_fds(struct arglist *ifspec) in user_init_fd_fds()
449 static struct vector_fds *user_init_vde_fds(struct arglist *ifspec) in user_init_vde_fds()
518 static struct vector_fds *user_init_raw_fds(struct arglist *ifspec) in user_init_raw_fds()
[all …]
H A Dvector_kern.c70 static void vector_eth_configure(int n, struct arglist *def);
135 static int get_mtu(struct arglist *def) in get_mtu()
148 static char *get_bpf_file(struct arglist *def) in get_bpf_file()
153 static bool get_bpf_flash(struct arglist *def) in get_bpf_flash()
165 static int get_depth(struct arglist *def) in get_depth()
177 static int get_headroom(struct arglist *def) in get_headroom()
189 static int get_req_size(struct arglist *def) in get_req_size()
205 static int get_transport_options(struct arglist *def) in get_transport_options()
741 struct arglist *parsed; in vector_config()
1546 struct arglist *def in vector_eth_configure()
[all …]
H A Dvector_kern.h95 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()
/linux-6.15/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):
/linux-6.15/Documentation/driver-api/media/drivers/ccs/
H A Dmk-ccs-regs358 $this{arglist}, $reg_formula .
428 my $arglist = @$args ? "(" . (join ", ", @$args) . ")" : "";
440 arglist => $arglist,
/linux-6.15/Documentation/translations/zh_CN/process/
H A Dcoding-style.rst582 (defun c-lineup-arglist-tabs-only (ignored)
597 (arglist-close . c-lineup-arglist-tabs-only)
598 (arglist-cont-nonempty .
599 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
600 (arglist-intro . +)
/linux-6.15/Documentation/translations/zh_TW/process/
H A Dcoding-style.rst596 (defun c-lineup-arglist-tabs-only (ignored)
611 (arglist-close . c-lineup-arglist-tabs-only)
612 (arglist-cont-nonempty .
613 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
614 (arglist-intro . +)
/linux-6.15/tools/testing/selftests/bpf/
H 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.15/tools/power/pm-graph/config/
H 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.15/scripts/mod/
H A Dmodpost.c77 va_list arglist; in modpost_log() local
88 va_start(arglist, fmt); in modpost_log()
89 vfprintf(stderr, fmt, arglist); in modpost_log()
90 va_end(arglist); in modpost_log()
/linux-6.15/Documentation/translations/it_IT/process/
H A Dcoding-style.rst645 (defun c-lineup-arglist-tabs-only (ignored)
660 (arglist-close . c-lineup-arglist-tabs-only)
661 (arglist-cont-nonempty .
662 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
663 (arglist-intro . +)
/linux-6.15/Documentation/process/
H A Dcoding-style.rst653 (defun c-lineup-arglist-tabs-only (ignored)
668 (arglist-close . c-lineup-arglist-tabs-only)
669 (arglist-cont-nonempty .
670 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
671 (arglist-intro . +)
/linux-6.15/Documentation/translations/sp_SP/process/
H 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.15/tools/power/pm-graph/
H A Dsleepgraph.py646 arglist = dict()
649 arglist[arg] = ''
652 arglist[arg] = m.group('arg')
656 arglist[arg] = m.group('arg')
657 out = fmt.format(**arglist)
H A DREADME481 arglist: A list of arguments from registers/stack addresses. See URL: