/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
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
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
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:
|
/kernel/liteos_a/testsuites/unittest/libc/misc/smoke/ |
D | misc_test_002.cpp | 38 va_list arglist; in Vwarnfuc() local 40 va_start(arglist, format); in Vwarnfuc() 41 vwarn(format, arglist); in Vwarnfuc() 42 va_end(arglist); in Vwarnfuc()
|
D | misc_test_003.cpp | 38 va_list arglist; in Vwarnxfuc() local 40 va_start(arglist, format); in Vwarnxfuc() 41 vwarnx(format, arglist); in Vwarnxfuc() 42 va_end(arglist); in Vwarnxfuc()
|
D | misc_test_004.cpp | 38 va_list arglist; in Verrfuc() local 40 va_start(arglist, format); in Verrfuc() 41 verr(fpid, format, arglist); in Verrfuc() 42 va_end(arglist); in Verrfuc()
|
D | misc_test_005.cpp | 38 va_list arglist; in Verrxfuc() local 40 va_start(arglist, format); in Verrxfuc() 41 verrx(fpid, format, arglist); in Verrxfuc() 42 va_end(arglist); in Verrxfuc()
|
/kernel/liteos_a/kernel/common/ |
D | los_excinfo.c | 99 VOID WriteExcBufVa(const CHAR *format, va_list arglist) in WriteExcBufVa() argument 105 (g_recordSpace - g_excInfoIndex - 1), format, arglist); in WriteExcBufVa() 116 va_list arglist; in WriteExcInfoToBuf() local 118 va_start(arglist, format); in WriteExcInfoToBuf() 119 WriteExcBufVa(format, arglist); in WriteExcInfoToBuf() 120 va_end(arglist); in WriteExcInfoToBuf()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
D | vector_user.h | 52 struct arglist { struct 74 extern struct arglist *uml_parse_vector_ifspec(char *arg); argument 78 struct arglist *parsed 82 struct arglist *ifspec,
|
D | vector_user.c | 65 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 …]
|
D | vector_kern.c | 70 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 …]
|
D | vector_kern.h | 92 struct arglist *parsed;
|
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()
|
/kernel/linux/linux-5.10/scripts/ |
D | checkkconfigsymbols.py | 280 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):
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 516 (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 . +)
|
/kernel/linux/linux-5.10/tools/power/pm-graph/config/ |
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:
|
/kernel/linux/linux-5.10/scripts/mod/ |
D | modpost.c | 57 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()
|
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
D | coding-style.rst | 597 (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 . +)
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | coding-style.rst | 614 (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 . +)
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
D | sleepgraph.py | 593 arglist = dict() 596 arglist[arg] = '' 599 arglist[arg] = m.group('arg') 603 arglist[arg] = m.group('arg') 604 out = fmt.format(**arglist)
|
D | README | 481 arglist: A list of arguments from registers/stack addresses. See URL:
|