Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/xmon/
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-v5.10/Documentation/sphinx/
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-v5.10/arch/um/drivers/
Dvector_user.h52 struct arglist { struct
74 extern struct arglist *uml_parse_vector_ifspec(char *arg); argument
78 struct arglist *parsed
82 struct arglist *ifspec,
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 *ifspec, int id) in user_init_socket_fds()
[all …]
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()
1552 struct arglist *def in vector_eth_configure()
[all …]
Dvector_kern.h92 struct arglist *parsed;
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-v5.10/scripts/
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):
/Linux-v5.10/Documentation/translations/zh_CN/process/
Dcoding-style.rst516 (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 . +)
/Linux-v5.10/tools/power/pm-graph/config/
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-v5.10/scripts/mod/
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()
/Linux-v5.10/Documentation/process/
Dcoding-style.rst614 (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 . +)
/Linux-v5.10/Documentation/translations/it_IT/process/
Dcoding-style.rst597 (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 . +)
/Linux-v5.10/tools/power/pm-graph/
Dsleepgraph.py593 arglist = dict()
596 arglist[arg] = ''
599 arglist[arg] = m.group('arg')
603 arglist[arg] = m.group('arg')
604 out = fmt.format(**arglist)
DREADME481 arglist: A list of arguments from registers/stack addresses. See URL: