| /linux/arch/powerpc/xmon/ |
| H A D | ansidecl.h | 99 #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/arch/um/drivers/ |
| H A D | vector_user.h | 52 struct arglist { struct 72 extern struct arglist *uml_parse_vector_ifspec(char *arg); argument 76 struct arglist *parsed 80 struct arglist *ifspec,
|
| H A D | vector_user.c | 69 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 D | vector_kern.c | 72 static void vector_eth_configure(int n, struct arglist *def); 137 static int get_mtu(struct arglist *def) in get_mtu() 150 static char *get_bpf_file(struct arglist *def) in get_bpf_file() 155 static bool get_bpf_flash(struct arglist *def) in get_bpf_flash() 167 static int get_depth(struct arglist *def) in get_depth() 179 static int get_headroom(struct arglist *def) in get_headroom() 191 static int get_req_size(struct arglist *def) in get_req_size() 207 static int get_transport_options(struct arglist *def) in get_transport_options() 737 struct arglist *parsed; in vector_config() 1576 struct arglist *def in vector_eth_configure() [all …]
|
| H A D | vector_kern.h | 95 struct arglist *parsed;
|
| H A D | vector_transports.c | 217 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/scripts/ |
| H A D | checkkconfigsymbols.py | 282 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/Documentation/driver-api/media/drivers/ccs/ |
| H A D | mk-ccs-regs | 358 $this{arglist}, $reg_formula . 428 my $arglist = @$args ? "(" . (join ", ", @$args) . ")" : ""; 440 arglist => $arglist,
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | sdt.h | 45 # 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/tools/power/pm-graph/config/ |
| H A D | custom-timeline-functions.cfg | 107 # arglist: A list of arguments from registers/stack addresses. See URL: 172 # arglist: A list of arguments from registers/stack addresses. See URL:
|
| /linux/scripts/mod/ |
| H A D | modpost.c | 79 va_list arglist; in modpost_log() local 90 va_start(arglist, fmt); in modpost_log() 91 vfprintf(stderr, fmt, arglist); in modpost_log() 92 va_end(arglist); in modpost_log()
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 646 arglist = dict() 649 arglist[arg] = '' 652 arglist[arg] = m.group('arg') 656 arglist[arg] = m.group('arg') 657 out = fmt.format(**arglist)
|
| H A D | README | 481 arglist: A list of arguments from registers/stack addresses. See URL:
|