Home
last modified time | relevance | path

Searched refs:declaration (Results 1 – 25 of 45) sorted by relevance

12

/linux/tools/net/sunrpc/xdrgen/grammars/
H A Dxdr.lark4 declaration : "opaque" identifier "[" value "]" -> fixed_length_opaque
56 struct_body : "{" ( declaration ";" )+ "}"
62 switch_spec : "switch" "(" declaration ")"
64 case_spec : ( "case" value ":" )+ declaration ";"
66 default_spec : "default" ":" declaration ";"
70 type_def : "typedef" declaration ";" -> typedef
/linux/tools/perf/util/scripting-engines/
H A 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/tools/perf/scripts/python/Perf-Trace-Util/
H A 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/tools/net/sunrpc/xdrgen/generators/
H A Dtypedef.py255 emit_typedef_declaration(self.environment, node.declaration)
259 emit_type_definition(self.environment, node.declaration)
263 emit_typedef_decoder(self.environment, node.declaration)
267 emit_typedef_encoder(self.environment, node.declaration)
271 emit_typedef_maxsize(self.environment, node.declaration)
/linux/tools/lib/python/kdoc/
H A Dkdoc_parser.py815 def format_struct_decl(self, declaration): argument
824 declaration = KernRe(r'([\{;])').sub(r'\1\n', declaration)
825 declaration = KernRe(r'\}\s+;').sub('};', declaration)
830 while r.search(declaration):
831 declaration = r.sub(r'\1,\n\2', declaration)
836 def_args = declaration.split('\n')
838 declaration = ""
845 declaration += "\t" * level
846 declaration += "\t" + clause + "\n"
849 return declaration
[all …]
H A Dkdoc_output.py531 declaration = args.get('definition', "")
550 declaration = declaration.replace("\t", self.lineprefix)
858 declaration = definition.replace("\t", " ")
859 declaration = KernRe(r"\n").sub('"\n.br\n.BI "', declaration)
/linux/scripts/genksyms/
H A Dparse.y119 declaration
120 | declaration_seq declaration
123 declaration:
/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_ast.py409 declaration: _XdrDeclaration
413 return self.declaration.max_width()
417 return self.declaration.symbolic_width()
420 if isinstance(self.declaration, _XdrBasic):
421 new_type = self.declaration
/linux/Documentation/admin-guide/kdump/
H A 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.
/linux/tools/perf/scripts/perl/Perf-Trace-Util/
H A DBuild3 …Wno-redundant-decls -Wno-strict-prototypes -Wno-bad-function-cast -Wno-declaration-after-statement…
/linux/Documentation/devicetree/bindings/sound/
H A Dst,sti-asoc-card.txt7 generic ASoC simple card. For details about sound card declaration please refer to
120 Example of audio card declaration:
/linux/Documentation/firmware-guide/acpi/
H A Dgpio-properties.rst155 The ``gpio-line-names`` declaration is a list of strings ("names"), which
157 a package, must be inserted inside the GPIO controller declaration of an ACPI
185 At runtime, the above declaration produces the following result (using the
/linux/Documentation/trace/rv/
H A Dmonitor_synthesis.rst65 The wip.c file contains the monitor declaration and the starting point for
107 The first sets up functions declaration for a global deterministic automata
/linux/Documentation/bpf/
H A Dprog_sk_lookup.rst89 Refer to ``struct bpf_sk_lookup`` declaration in ``linux/bpf.h`` user API
/linux/Documentation/i2c/
H A Dinstantiating-devices.rst31 On platforms using devicetree, the declaration of I2C devices is done in
253 While this interface should only be used when in-kernel device declaration
/linux/Documentation/driver-api/driver-model/
H A Ddriver.rst27 allocated. Below is an example declaration of the eepro100
28 driver. This declaration is hypothetical only; it relies on the driver
/linux/Documentation/sound/hd-audio/
H A Dintel-multi-link.rst19 The only change to the 2015 definitions is the declaration of the
/linux/Documentation/scsi/
H A DChangeLog.arcmsr80 ** 1. add conditional declaration for
/linux/tools/perf/pmu-events/
H A DREADME83 2. The 'pmu-events.h' has an extern declaration for the mapping table
/linux/Documentation/kbuild/
H A Dgendwarfksyms.rst171 A declaration can change into a full definition when additional includes
175 `declonly` rule can be used to specify a type as declaration-only, even
/linux/Documentation/trace/
H A Dtracepoints.rst30 whose prototypes are described in a tracepoint declaration placed in a
/linux/Documentation/arch/arm/
H A Dkernel_user_helpers.rst47 Reference declaration::
/linux/arch/arm/nwfpe/
H A Dsoftfloat-specialize35 (The declaration in `softfloat.h' must match the `int8' type here.)
/linux/tools/memory-model/Documentation/
H A Daccess-marking.txt217 Adding the __data_racy type qualifier to the declaration of a variable
223 Note well that __data_racy is subject to the same pointer-declaration
/linux/tools/sched_ext/
H A DREADME.md238 /path/to/sched_ext/tools/sched_ext/user_exit_info.h:25:23: note: forward declaration of 'struct scx…

12