/openbmc/openbmc/meta-google/dynamic-layers/nuvoton-layer/recipes-bsp/images/npcm7xx-igps/ |
H A D | 0001-Set-FIU0_DRD_CFG-and-FIU_Clk_divider-for-gbmc-hoth.patch | 12 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 D | 0001-Adjust-paths-for-use-with-Bitbake.patch | 11 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 D | parse-headers.rst | 6 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 D | release-notes-4.1.1.rst | 79 - 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 D | checkkconfigsymbols.py | 388 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 D | codeparser.py | 34 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 D | topology-figure-1.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 30 /* Malloc references */
|
H A D | topology-figure-3.dot | 12 /* Driver malloc references */ 26 /* Topology references */ 34 /* Malloc references */
|
H A D | topology-figure-2.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 32 /* Malloc references */
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_fdb.c | 20 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 D | npcm7xx-igps-native_%.bbappend | 8 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 D | xpc.h | 334 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 D | codeparser.py | 93 …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 D | data.py | 286 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 D | npcm7xx-igps-native_02.01.18.bb | 20 install ImageGeneration/references/BootBlockAndHeader_${IGPS_MACHINE}.xml ${DEST} 21 install ImageGeneration/references/UbootHeader_${IGPS_MACHINE}.xml ${DEST}
|
/openbmc/linux/net/ |
H A D | Kconfig.debug | 9 Enable debugging feature to track device references. 18 Enable debugging feature to track netns references.
|
/openbmc/linux/Documentation/firmware-guide/acpi/dsd/ |
H A D | graph.rst | 16 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 D | leds.rst | 19 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 D | 0002-improve-reproducibility.patch | 6 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 D | 043.out | 4 == backing file references self == 9 == parent references self == 16 == ancestor references another ancestor ==
|
/openbmc/docs/designs/ |
H A D | ocp-led-policy-support.md | 12 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 D | dynamic-resolution-notes.rst | 21 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 D | libtool-cross_2.5.4.bb | 11 # 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 D | expected_stderr | 1 Kconfig:5: Recursive variable 'X' references itself (eventually)
|
/openbmc/linux/Documentation/bpf/ |
H A D | graph_ds_impl.rst | 81 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
|