Home
last modified time | relevance | path

Searched refs:references (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/openbmc/openbmc/meta-google/dynamic-layers/nuvoton-layer/recipes-bsp/images/npcm7xx-igps/
H A D0001-Set-FIU0_DRD_CFG-and-FIU_Clk_divider-for-gbmc-hoth.patch12 ImageGeneration/references/BootBlockAndHeader_EB.xml | 4 ++--
13 ImageGeneration/references/UbootHeader_EB.xml | 2 +-
16 diff --git a/ImageGeneration/references/BootBlockAndHeader_EB.xml b/ImageGeneration/references/Boot…
18 --- a/ImageGeneration/references/BootBlockAndHeader_EB.xml
19 +++ b/ImageGeneration/references/BootBlockAndHeader_EB.xml
38 diff --git a/ImageGeneration/references/UbootHeader_EB.xml b/ImageGeneration/references/UbootHeader…
40 --- a/ImageGeneration/references/UbootHeader_EB.xml
41 +++ b/ImageGeneration/references/UbootHeader_EB.xml
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-igps/
H A D0001-Adjust-paths-for-use-with-Bitbake.patch11 ImageGeneration/references/BootBlockAndHeader_EB.xml | 6 +++---
12 .../references/BootBlockAndHeader_RunBMC.xml | 6 +++---
13 ImageGeneration/references/UbootHeader_EB.xml | 6 +++---
14 ImageGeneration/references/UbootHeader_RunBMC.xml | 6 +++---
45 diff --git a/ImageGeneration/references/BootBlockAndHeader_EB.xml b/ImageGeneration/references/Boot…
47 --- a/ImageGeneration/references/BootBlockAndHeader_EB.xml
48 +++ b/ImageGeneration/references/BootBlockAndHeader_EB.xml
70 diff --git a/ImageGeneration/references/BootBlockAndHeader_RunBMC.xml b/ImageGeneration/references/…
72 --- a/ImageGeneration/references/BootBlockAndHeader_RunBMC.xml
73 +++ b/ImageGeneration/references/BootBlockAndHeader_RunBMC.xml
[all …]
/openbmc/linux/Documentation/doc-guide/
H A Dparse-headers.rst6 order to describe the userspace API and to generate cross-references
7 between the code and the documentation. Adding cross-references for
12 cross-references. It has to be called via Makefile, while building the
26 enums and defines and create cross-references to a Sphinx book.
65 included via ..parsed-literal block with cross-references for the
73 enums and enum symbols and create cross-references for all of them.
84 The \ **ignore**\ means that it won't generate cross references for a
92 The \ **replace**\ means that it will generate cross references for a
140 references for \ **typedef**\ , \ **enum**\ and \ **struct**\ types. It will use :ref:
162 It won't generate cross-references for \ **PRIVATE**\ .
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.1.1.rst79 - manuals: add references to "do_package_write_*" tasks
80 - manuals: add references to "do_populate_sysroot" task
81 - manuals: add references to the "do_build" task
82 - manuals: add references to the "do_bundle_initramfs" task
83 - manuals: add references to the "do_cleanall" task
84 - manuals: add references to the "do_deploy" task
85 - manuals: add references to the "do_devshell" task
86 - manuals: add references to the "do_fetch" task
87 - manuals: add references to the "do_image" task
88 - manuals: add references to the "do_kernel_configme" task
[all …]
/openbmc/linux/scripts/
H A Dcheckkconfigsymbols.py388 references = []
391 return references
403 references.append(symbol)
405 return references
423 defined, references = parse_kconfig_file(kfile)
428 referenced_symbols[kfile] = references
436 references = []
439 return defined, references
465 references.append(symbol)
467 return defined, references
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcodeparser.py34 self.assertEqual(self.references, refs)
46 self.references = parsedvar.references
77 self.references = parsedvar.references
165 self.assertNotIn(name, self.references)
245 self.references = parsedvar.references | parser.references
/openbmc/linux/Documentation/gpu/dp-mst/
H A Dtopology-figure-1.dot9 /* Driver malloc references */
24 /* Topology references */
30 /* Malloc references */
H A Dtopology-figure-3.dot12 /* Driver malloc references */
26 /* Topology references */
34 /* Malloc references */
H A Dtopology-figure-2.dot9 /* Driver malloc references */
24 /* Topology references */
32 /* Malloc references */
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdb.c20 u32 references; member
45 fdb_entry->references++; in lan966x_fdb_add_entry()
55 fdb_entry->references = 1; in lan966x_fdb_add_entry()
68 fdb_entry->references--; in lan966x_fdb_del_entry()
69 if (!fdb_entry->references) { in lan966x_fdb_del_entry()
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-bsp/images/
H A Dnpcm7xx-igps-native_%.bbappend8 cp ${UNPACKDIR}/BootBlockAndHeader_GBS.xml ${S}/ImageGeneration/references/
9 cp ${UNPACKDIR}/UbootHeader_GBS.xml ${S}/ImageGeneration/references/
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc.h334 atomic_t references; /* #of external references to queues */ member
495 atomic_t references; /* #of references to infrastructure */ member
678 atomic_inc(&ch->references); in xpc_msgqueue_ref()
684 s32 refs = atomic_dec_return(&ch->references); in xpc_msgqueue_deref()
701 s32 refs = atomic_dec_return(&part->references); in xpc_part_deref()
713 atomic_inc(&part->references); in xpc_part_ref()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcodeparser.py93 …modulecode_deps[name] = [parser.references.copy(), execs, parser.var_execs.copy(), parser.contains…
288 self.references.add('%s[%s]' % (varname, node.args[1].value))
292 self.references.add(varname)
300 self.references |= parser.references
332 self.references = set()
353 self.references = set(codeparsercache.pythoncache[h].refs)
362 self.references = set(codeparsercache.pythoncacheextras[h].refs)
390 …codeparsercache.pythoncacheextras[h] = codeparsercache.newPythonCacheLine(self.references, self.ex…
H A Ddata.py286 deps |= r2.references
304 deps |= parser.references
319 deps = deps | parser.references
327 deps = deps | parsedvar.references
342 deps |= parser.references
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/
H A Dnpcm7xx-igps-native_02.01.18.bb20 install ImageGeneration/references/BootBlockAndHeader_${IGPS_MACHINE}.xml ${DEST}
21 install ImageGeneration/references/UbootHeader_${IGPS_MACHINE}.xml ${DEST}
/openbmc/linux/net/
H A DKconfig.debug9 Enable debugging feature to track device references.
18 Enable debugging feature to track netns references.
/openbmc/linux/Documentation/firmware-guide/acpi/dsd/
H A Dgraph.rst16 hierarchical data extension supports nodes with references to other
41 for generic data node references.
69 name followed by a reference in the same package. Such references consist of
72 data extension reference under the port. Individual references thus appear as::
79 The references to endpoints must be always done both ways, to the
160 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
H A Dleds.rst19 ACPI references are limited to device nodes only [acpi]. For this reason using
38 show below. Objects not relevant for LEDs or the references to them have been
97 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
/openbmc/openbmc/poky/meta/recipes-extended/wget/wget/
H A D0002-improve-reproducibility.patch6 Remove build host references from the internally
7 generated file version.c. The references get compiled into
9 The removed references (--sysroot, -fdebug-prefix-map) were
/openbmc/qemu/tests/qemu-iotests/
H A D043.out4 == backing file references self ==
9 == parent references self ==
16 == ancestor references another ancestor ==
/openbmc/docs/designs/
H A Docp-led-policy-support.md12 OpenBMC must support the [OCP LED Policy](#background-and-references). Currently
16 ### Example ([Spec](#background-and-references) 6.2. System General Status)
37 diagram in [Spec](#background-and-references).
45 ### Example ([Spec](#background-and-references) 6.4 PSU Status)
75 The final state is undefined according to [Spec](#background-and-references)
116 as per the [Spec](#background-and-references)
193 [Spec](#background-and-references)
/openbmc/linux/Documentation/devicetree/
H A Ddynamic-resolution-notes.rst21 3. Using the __local__fixups__ node information adjust all local references
23 4. For each property in the __fixups__ node locate the node it references
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/
H A Dlibtool-cross_2.5.4.bb11 # ccache may or may not be INHERITED, we remove references to it so the sstate
14 # Find references to LTCC="ccache xxx-gcc" and CC="ccache xxx-gcc"
/openbmc/linux/scripts/kconfig/tests/preprocess/circular_expansion/
H A Dexpected_stderr1 Kconfig:5: Recursive variable 'X' references itself (eventually)
/openbmc/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst81 Non-owning references
159 Let's enumerate the properties of both types of references.
184 From verifier's perspective non-owning references can only exist
191 To prevent this logic violation all non-owning references are invalidated by the
193 not page fault" property of non-owning references. So if the verifier hasn't
237 3) n and m are non-owning references, they both point to the same node
255 We prevent both by generalizing the "invalidate non-owning references" behavior

12345678910>>...16