/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/Documentation/sphinx/ |
H A D | cdomain.py | 165 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:
|
/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.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/Documentation/translations/zh_TW/process/ |
H A D | coding-style.rst | 596 (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/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 | 77 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/Documentation/process/ |
H A D | coding-style.rst | 653 (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/Documentation/translations/sp_SP/process/ |
H A D | coding-style.rst | 684 (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/tools/power/pm-graph/ |
H A D | README | 481 arglist: A list of arguments from registers/stack addresses. See URL:
|