| /openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/ |
| H A D | expected_stderr | 4 subsection "Kconfig recursive dependency limitations" 9 subsection "Kconfig recursive dependency limitations" 15 subsection "Kconfig recursive dependency limitations" 21 subsection "Kconfig recursive dependency limitations" 26 subsection "Kconfig recursive dependency limitations"
|
| /openbmc/libcper/specification/document/ |
| H A D | cper-json-specification.tex | 88 revision & object & A CPER revision object structure as defined in Subsection \ref{subsection:revis… 92 severity & object & An error severity structure as described in \ref{subsection:headererrorseverity… 94 …ct & A CPER header validation bitfield as described in Subsection \ref{subsection:headervalidbitfi… 108 …t & A CPER notification type structure as described in Subsection \ref{subsection:notificationtype… 112 flags & object & A CPER header flags structure, as defined in Subsection \ref{subsection:headerflag… 118 \subsection{Header Error Severity Structure} 119 \label{subsection:headererrorseveritystructure} 128 \subsection{Header Validation Bitfield Structure} 129 \label{subsection:headervalidbitfieldstructure} 140 \subsection{Notification Type Structure} [all …]
|
| /openbmc/qemu/docs/devel/migration/ |
| H A D | main.rst | 246 forgot to migrate. This is best solved using a subsection. 248 A subsection is "like" a device vmstate, but with a particularity, it 250 or not. If this functions returns false, the subsection is not sent. 254 On the receiving side, if we found a subsection for a device that we 257 that a subsection is loaded, so a newer QEMU that knows about a subsection 259 the subsection. 261 If the new data is only needed in a rare case, then the subsection 266 subsection can be connected to a device property and from there 270 called if the subsection is loaded. 273 loading all subsections, because a newer subsection could change the same [all …]
|
| H A D | virtio.rst | 115 state is added, core needs to invoke a callback from the new subsection.
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | CERN-OHL-W-2.0 | 101 Source Location references, modification notices (subsection 142 copy of the modified Covered Source. In each case subsection 3.3 152 a) retain Notices as required in subsection 3.2; 163 conditions of this Licence (or, as set out in subsection 179 in subsection 3.3. If specified in a Notice, the Product must 186 provide under subsection 4.1 need not include any Source for the 203 subsection 3.2.
|
| H A D | CERN-OHL-S-2.0 | 93 Source Location references, modification notices (subsection 134 copy of the modified Covered Source. In each case subsection 3.3 147 a) retain Notices as required in subsection 3.2; 158 conditions of this Licence (or, as set out in subsection 172 accordingly satisfy Your obligations set out in subsection 3.3. If 187 subsection 3.2.
|
| H A D | CERN-OHL-P-2.0 | 44 (subsection 3.3(b)) and all notices that refer to this Licence 90 a) retain Notices as required in subsection 3.2; and 100 a) You comply at all times with subsection 3.3; and
|
| H A D | LPPL-1.2 | 67 in the subsection `Additional Conditions on Individual Files of 72 version of the file that are described below in the subsection
|
| H A D | LPPL-1.1 | 67 in the subsection `Additional Conditions on Individual Files of 72 version of the file that are described below in the subsection
|
| H A D | SSPL-1.0 | 203 the object code with such an offer, in accord with subsection 6b. 221 subsection 6d.
|
| H A D | GPL-3.0-or-later | 251 with such an offer, in accord with subsection 6b. 266 being offered to the general public at no charge under subsection 6d.
|
| H A D | AGPL-3.0-only | 261 with subsection 6b. 279 charge under subsection 6d.
|
| H A D | GPL-3.0-only | 93 …rcially, and only if you received the object code with such an offer, in accord with subsection 6b. 95 …onding Source of the work are being offered to the general public at no charge under subsection 6d.
|
| /openbmc/qemu/migration/ |
| H A D | savevm.c | 587 const VMStateDescription *subsection, in dump_vmstate_vmss() argument 590 if (subsection != NULL) { in dump_vmstate_vmss() 591 dump_vmstate_vmsd(out_file, subsection, indent, true); in dump_vmstate_vmss() 633 const VMStateDescription * const *subsection = vmsd->subsections; in dump_vmstate_vmsd() local 638 while (*subsection != NULL) { in dump_vmstate_vmsd() 642 dump_vmstate_vmss(out_file, *subsection, indent + 2); in dump_vmstate_vmsd() 643 subsection++; in dump_vmstate_vmsd() 867 const VMStateDescription * const *subsection = vmsd->subsections; in vmstate_check() local 885 while (subsection && *subsection) { in vmstate_check() 890 assert(!strncmp(vmsd->name, (*subsection)->name, strlen(vmsd->name))); in vmstate_check() [all …]
|
| /openbmc/qemu/scripts/ |
| H A D | analyze-migration.py | 526 for subsection in self.desc['struct']['subsections']: 528 …raise Exception("Subsection %s not found at offset %x" % ( subsection['vmsd_name'], self.file.tell… 532 if not subsection: 535 self.data[name] = VMSDSection(self.file, version_id, subsection, (name, 0))
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | doc-good.txt | 105 Another subsection
|
| H A D | doc-good.json | 150 # Another subsection
|
| H A D | doc-good.out | 161 Another subsection
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | vmstate.rs | 594 ($($subsection:expr),*$(,)*) => {{ 597 static _SUBSECTION: $crate::bindings::VMStateDescription = $subsection;
|
| /openbmc/u-boot/board/cobra5272/ |
| H A D | README | 38 FLASH version (for further info see subsection below)
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_erst.rst | 10 (APEI)", and specifically subsection "Error Serialization", outlines a
|
| /openbmc/qemu/system/ |
| H A D | physmem.c | 1078 MemoryRegionSection subsection = { in register_subpage() local 1088 subsection.fv = fv; in register_subpage() 1089 subsection.mr = &subpage->iomem; in register_subpage() 1091 phys_section_add(&d->map, &subsection)); in register_subpage()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
| H A D | SSPL-1 | 203 the object code with such an offer, in accord with subsection 6b. 221 subsection 6d.
|
| /openbmc/qemu/docs/devel/ |
| H A D | memory.rst | 70 - alias: a subsection of another region. Aliases allow a region to be
|
| /openbmc/ipmi-fru-parser/ |
| H A D | LICENSE | 273 with subsection 6b. 291 charge under subsection 6d.
|