/openbmc/u-boot/Documentation/sphinx/ |
H A D | cdomain.py | 84 rettype, fullname, arglist, _const = m.groups() 85 arglist = arglist.strip() 86 if rettype or not arglist: 89 arglist = arglist.replace('`', '').replace('\\ ', '') # remove markup 90 arglist = [a.strip() for a in arglist.split(",")] 93 if len(arglist[0].split(" ")) > 1: 101 for argname in arglist:
|
/openbmc/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
|
/openbmc/linux/Documentation/sphinx/ |
H A D | cdomain.py | 169 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:
|
/openbmc/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 | 66 char *uml_vector_fetch_arg(struct arglist *ifspec, char *token) in uml_vector_fetch_arg() 78 struct arglist *uml_parse_vector_ifspec(char *arg) in uml_parse_vector_ifspec() 80 struct arglist *result; in uml_parse_vector_ifspec() 86 result = uml_kmalloc(sizeof(struct arglist), UM_GFP_KERNEL); in uml_parse_vector_ifspec() 198 static struct vector_fds *user_init_tap_fds(struct arglist *ifspec) in user_init_tap_fds() 256 static struct vector_fds *user_init_hybrid_fds(struct arglist *ifspec) in user_init_hybrid_fds() 307 static struct vector_fds *user_init_unix_fds(struct arglist *ifspec, int id) in user_init_unix_fds() 405 static struct vector_fds *user_init_fd_fds(struct arglist *ifspec) in user_init_fd_fds() 437 static struct vector_fds *user_init_raw_fds(struct arglist *ifspec) in user_init_raw_fds() 520 static struct vector_fds *user_init_socket_fds(struct arglist *ifspec, int id) in user_init_socket_fds() [all …]
|
H A D | vector_kern.c | 69 static void vector_eth_configure(int n, struct arglist *def); 119 static int get_mtu(struct arglist *def) in get_mtu() 132 static char *get_bpf_file(struct arglist *def) in get_bpf_file() 137 static bool get_bpf_flash(struct arglist *def) in get_bpf_flash() 149 static int get_depth(struct arglist *def) in get_depth() 161 static int get_headroom(struct arglist *def) in get_headroom() 173 static int get_req_size(struct arglist *def) in get_req_size() 189 static int get_transport_options(struct arglist *def) in get_transport_options() 749 struct arglist *parsed; in vector_config() 1554 struct arglist *def in vector_eth_configure() [all …]
|
H A D | vector_kern.h | 94 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()
|
/openbmc/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):
|
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/ |
H A D | mk-ccs-regs | 322 $this{arglist}, $reg_formula); 383 my $arglist = @$args ? "(" . (join ", ", @$args) . ")" : ""; 394 arglist => $arglist,
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | coding-style.rst | 519 (defun c-lineup-arglist-tabs-only (ignored) 534 (arglist-close . c-lineup-arglist-tabs-only) 535 (arglist-cont-nonempty . 536 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 537 (arglist-intro . +)
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | coding-style.rst | 593 (defun c-lineup-arglist-tabs-only (ignored) 608 (arglist-close . c-lineup-arglist-tabs-only) 609 (arglist-cont-nonempty . 610 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 611 (arglist-intro . +)
|
/openbmc/qemu/qga/ |
H A D | commands.c | 418 strList arglist; in qmp_guest_exec() local 430 arglist.value = (char *)path; in qmp_guest_exec() 431 arglist.next = has_arg ? arg : NULL; in qmp_guest_exec() 440 argv = guest_exec_get_args(&arglist, true); in qmp_guest_exec()
|
/openbmc/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); \
|
/openbmc/openbmc-test-automation/lib/ |
H A D | utils.robot | 308 @{arglist}= Create List 309 ${args}= Create Dictionary data=@{arglist} 323 @{arglist}= Create List 324 ${args}= Create Dictionary data=@{arglist} 421 @{arglist}= Create List 422 ${args}= Create Dictionary data=@{arglist} 434 @{arglist}= Create List 435 ${args}= Create Dictionary data=@{arglist} 449 @{arglist}= Create List ${pnor_image} 450 ${args}= Create Dictionary data=@{arglist}
|
/openbmc/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:
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.c | 66 va_list arglist; in modpost_log() local 84 va_start(arglist, fmt); in modpost_log() 85 vfprintf(stderr, fmt, arglist); in modpost_log() 86 va_end(arglist); in modpost_log()
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | coding-style.rst | 657 (defun c-lineup-arglist-tabs-only (ignored) 672 (arglist-close . c-lineup-arglist-tabs-only) 673 (arglist-cont-nonempty . 674 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 675 (arglist-intro . +)
|
/openbmc/linux/Documentation/process/ |
H A D | coding-style.rst | 665 (defun c-lineup-arglist-tabs-only (ignored) 680 (arglist-close . c-lineup-arglist-tabs-only) 681 (arglist-cont-nonempty . 682 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 683 (arglist-intro . +)
|
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
H A D | rest_dbus.py | 92 arglist = [] 101 arglist.append(arg.get('type')) 102 return arglist
|
/openbmc/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 . +)
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 635 arglist = dict() 638 arglist[arg] = '' 641 arglist[arg] = m.group('arg') 645 arglist[arg] = m.group('arg') 646 out = fmt.format(**arglist)
|
H A D | README | 481 arglist: A list of arguments from registers/stack addresses. See URL:
|