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

/linux-master/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 ()
/linux-master/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_kern.h94 struct arglist *parsed;
H A Dvector_user.c66 char *uml_vector_fetch_arg(struct arglist *ifspec, char *token)
78 struct arglist *uml_parse_vector_ifspec(char *arg)
80 struct arglist *result;
86 result = uml_kmalloc(sizeof(struct arglist), UM_GFP_KERNEL);
198 static struct vector_fds *user_init_tap_fds(struct arglist *ifspec)
256 static struct vector_fds *user_init_hybrid_fds(struct arglist *ifspec)
307 static struct vector_fds *user_init_unix_fds(struct arglist *ifspec, int id)
405 static struct vector_fds *user_init_fd_fds(struct arglist *ifspec)
437 static struct vector_fds *user_init_raw_fds(struct arglist *ifspec)
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)
132 static char *get_bpf_file(struct arglist *def)
137 static bool get_bpf_flash(struct arglist *def)
149 static int get_depth(struct arglist *def)
161 static int get_headroom(struct arglist *def)
173 static int get_req_size(struct arglist *def)
189 static int get_transport_options(struct arglist *def)
749 struct arglist *parsed;
1553 struct arglist *de
[all...]
H A Dvector_transports.c217 struct arglist *def, char *param, unsigned int *result)
229 struct arglist *def, char *param, unsigned long *result)
/linux-master/Documentation/sphinx/
H A Dcdomain.py165 rettype, fullname, arglist, _const = m.groups()
166 arglist = arglist.strip()
167 if rettype or not arglist:
170 arglist = arglist.replace('`', '').replace('\\ ', '') # remove markup
171 arglist = [a.strip() for a in arglist.split(",")]
174 if len(arglist[0].split(" ")) > 1:
182 for argname in arglist
[all...]
/linux-master/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-master/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-master/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); \
/linux-master/scripts/mod/
H A Dmodpost.c65 va_list arglist; local
81 va_start(arglist, fmt);
82 vfprintf(stderr, fmt, arglist);
83 va_end(arglist);
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py635 arglist = dict()
638 arglist[arg] = ''
641 arglist[arg] = m.group('arg')
645 arglist[arg] = m.group('arg')
646 out = fmt.format(**arglist)

Completed in 186 milliseconds