Home
last modified time | relevance | path

Searched full:declaration (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/linux-6.15/tools/net/sunrpc/xdrgen/generators/
Dtypedef.py19 """Emit a declaration pair for one XDR typedef"""
23 template = get_jinja2_template(environment, "declaration", node.template)
32 template = get_jinja2_template(environment, "declaration", node.template)
35 template = get_jinja2_template(environment, "declaration", node.template)
38 template = get_jinja2_template(environment, "declaration", node.template)
41 template = get_jinja2_template(environment, "declaration", node.template)
50 template = get_jinja2_template(environment, "declaration", node.template)
254 """Emit one declaration pair for an XDR enum type"""
255 emit_typedef_declaration(self.environment, node.declaration)
259 emit_type_definition(self.environment, node.declaration)
[all …]
D__init__.py80 """Emit declaration header boilerplate"""
100 """Emit one function declaration for this XDR type"""
101 raise NotImplementedError("Declaration generation not supported")
Dpointer.py19 """Emit a declaration pair for an XDR pointer type"""
21 template = get_jinja2_template(environment, "declaration", "close")
271 """Emit one declaration pair for an XDR pointer type"""
275 """Emit one declaration for an XDR pointer type"""
Dprogram.py43 template = environment.get_template("declaration/argument.j2")
53 template = environment.get_template("declaration/result.j2")
131 """Emit a declaration pair for each of an RPC programs's procedures"""
Denum.py19 """Emit one declaration pair for an XDR enum type"""
21 template = self.environment.get_template("declaration/enum.j2")
Dunion.py16 """Emit one declaration pair for an XDR union type"""
18 template = get_jinja2_template(environment, "declaration", "close")
258 """Emit one declaration pair for an XDR union"""
/linux-6.15/tools/net/sunrpc/xdrgen/
Dxdr_ast.py124 """A fixed-length opaque declaration"""
145 """A variable-length opaque declaration"""
169 """A (NUL-terminated) variable-length string declaration"""
193 """A fixed-length array declaration"""
216 """A variable-length array declaration"""
242 """An 'optional_data' declaration"""
265 """A 'basic' declaration"""
286 """A void declaration"""
407 declaration: _XdrDeclaration
411 return self.declaration.max_width()
[all …]
/linux-6.15/tools/net/sunrpc/xdrgen/grammars/
Dxdr.lark4 declaration : "opaque" identifier "[" value "]" -> fixed_length_opaque
52 struct_body : "{" ( declaration ";" )+ "}"
58 switch_spec : "switch" "(" declaration ")"
60 case_spec : ( "case" value ":" )+ declaration ";"
62 default_spec : "default" ":" declaration ";"
66 type_def : "typedef" declaration ";" -> typedef
/linux-6.15/drivers/gpu/drm/imagination/
Dpvr_vm.h13 /* Forward declaration from "pvr_device.h" */
17 /* Forward declaration from "pvr_gem.h" */
20 /* Forward declaration from "pvr_vm.c" */
23 /* Forward declaration from <uapi/drm/pvr_drm.h> */
26 /* Forward declaration from <drm/drm_exec.h> */
Dpvr_sync.h9 /* Forward declaration from <linux/xarray.h>. */
12 /* Forward declaration from <drm/drm_file.h>. */
15 /* Forward declaration from <drm/gpu_scheduler.h>. */
18 /* Forward declaration from "pvr_device.h". */
Dpvr_debugfs.h7 /* Forward declaration from <drm/drm_drv.h>. */
11 /* Forward declaration from "pvr_device.h". */
14 /* Forward declaration from <linux/dcache.h>. */
Dpvr_mmu.h10 /* Forward declaration from "pvr_device.h" */
13 /* Forward declaration from "pvr_mmu.c" */
17 /* Forward declaration from "pvr_vm.c" */
20 /* Forward declaration from <linux/scatterlist.h> */
Dpvr_fw_trace.h12 /* Forward declaration from pvr_device.h. */
15 /* Forward declaration from pvr_gem.h. */
69 /* Forward declaration from <linux/dcache.h>. */
Dpvr_vm_mips.h7 /* Forward declaration from pvr_device.h. */
10 /* Forward declaration from pvr_gem.h. */
Dpvr_cccb.h15 /* Forward declaration from pvr_device.h. */
18 /* Forward declaration from pvr_gem.h. */
21 /* Forward declaration from pvr_hwrt.h. */
Dpvr_free_list.h17 /* Forward declaration from pvr_gem.h. */
20 /* Forward declaration from pvr_gem.h. */
23 /* Forward declaration from pvr_hwrt.h. */
Dpvr_ccb.h12 /* Forward declaration from pvr_device.h. */
15 /* Forward declaration from pvr_gem.h. */
Dpvr_params.h63 /* Forward declaration from "pvr_device.h". */
66 /* Forward declaration from <linux/dcache.h>. */
/linux-6.15/tools/perf/util/scripting-engines/
DBuild6 …ted-externs -Wno-undef -Wno-switch-default -Wno-bad-function-cast -Wno-declaration-after-statement…
8 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft…
9 …arameter -Wno-shadow -Wno-deprecated-declarations -Wno-switch-enum -Wno-declaration-after-statement
/linux-6.15/tools/perf/scripts/python/Perf-Trace-Util/
DBuild3 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft…
4 …s -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-declaration-after-statement
/linux-6.15/fs/ntfs3/
DMakefile9 $(call cc-option,-Wold-style-declaration,-Wout-of-line-declaration)
/linux-6.15/include/linux/
Dpercpu-defs.h96 * Normal declaration and definition macros.
106 * Variant on the per-CPU variable declaration/definition theme used for
116 * Declaration/definition used for per-CPU variables that are frequently
129 * Declaration/definition used for per-CPU variables that must be cacheline
156 * Declaration/definition used for per-CPU variables that must be page aligned.
167 * Declaration/definition used for per-CPU variables that must be read mostly.
176 * Declaration/definition used for per-CPU variables that should be accessed
/linux-6.15/scripts/genksyms/
Dparse.y3 * C global declaration parser for genksyms.
119 declaration
120 | declaration_seq declaration
123 declaration:
314 error_with_pos("unexpected second declaration name");
/linux-6.15/scripts/
Dkernel-doc239 #declaration types: can be
612 my $declaration = $args{'definition'};
613 $declaration =~ s/\t/ /g;
614 $declaration =~ s/\n/"\n.br\n.BI \"/g;
617 print ".BI \"$declaration\n};\n.br\n\n";
951 my $declaration = $args{'definition'};
953 $declaration =~ s/\t/$lineprefix/g;
954 …print $lineprefix . $args{'type'} . " " . $args{'struct'} . " {\n$declaration" . $lineprefix . "};…
1030 # takes a declaration (struct, union, enum, typedef) and
1085 # - first eat non-declaration parameters and rewrite for final match
[all …]
/linux-6.15/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst234 declaration of the structure.
247 requiring the declaration of the structure.
260 the declaration of the structure.
274 requiring the declaration of the structure.
287 the declaration of the structure.
300 requiring the declaration of the structure.
314 architecture-specific declaration.

12345678910>>...18