Home
last modified time | relevance | path

Searched full:addition (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/openbmc/qemu/contrib/elf2dmp/
H A Dkdbg.h110 /* NT 5.1 Addition */
115 /* NT 5.0 hotfix addition */
129 /* NT 5.1 Addition */
136 /* Server 2003 addition */
186 /* Longhorn addition */
192 /* Windows 7 addition */
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sel.robot153 Verify IPMI SEL Most Recent Addition Timestamp
154 [Documentation] Verify most recent addition timestamp in SEL info.
157 # Get Most Recent Addition Timestamp from SEL Info.
158 ${addition_timestamp}= Get Most Recent Addition Timestamp From SEL Info
167 # Compare epoch of sel entry timestamp and last addition timestamp.
189 # Get Most Recent Addition Timestamp from SEL Info.
190 ${addition}= Get Most Recent Addition Timestamp From SEL Info
191 ${epoch_addition}= Convert To Integer ${addition} 16
193 # Compare epoch of sel entry timestamp and last addition timestamp.
207 # Get Most Recent Addition Timestamp from SEL Info.
[all …]
/openbmc/entity-manager/src/entity_manager/
H A Dexpression.cpp16 return Operation::addition; in parseOperation()
42 case Operation::addition: in evaluate()
82 std::optional<Operation> next = Operation::addition; in evaluate()
H A Dexpression.hpp14 addition, enumerator
/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/
H A Dlinux-yocto-custom.bb44 # example configuration addition:
46 # example patch addition (for kernel v4.x only):
48 # example feature addition (for kernel v4.x only):
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-ethstats_%.bbappend1 # Enable registration via Google OEM Number in addition to OpenBMC.
/openbmc/openbmc-test-automation/lib/
H A Djobs_processing.py19 In addition to running the caller's keyword, this function will:
68 In addition to running the caller's keyword, this function will:
/openbmc/phosphor-fan-presence/monitor/example/
H A Dconfig.json18 "In addition, this fan is not monitored for the first 30 seconds after",
58 "In addition, this fan is not monitored for the first 30 seconds after",
107 "In addition, this fan is not monitored for the first 30 seconds after",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/turbostat/turbostat/
H A DCOPYING14 In addition, other licenses may also apply. Please see:
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGPL-2.0-with-GCC-exception5 In addition to the permissions in the GNU General Public License, the Free
H A DLPL-1.0229 …gram if, at the time the Contribution is added by the Contributor, such addition of the Contributi…
45 C. In addition, each Contributor must identify itself as the originator of its Contribution in a ma…
69 …s Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient ins…
73 …subject to the version of the Agreement under which it was received. In addition, after a new vers…
H A DIPL-1.053 addition of the Contribution causes such combination to be covered by
103 In addition, each Contributor must identify itself as the originator
176 terminate as of the date such litigation is filed. In addition, if
198 under which it was received. In addition, after a new version of the
H A DLPL-1.033 …gram if, at the time the Contribution is added by the Contributor, such addition of the Contributi…
55 …C. In addition, each Contributor must identify itself as the originator of its Contribution, if an…
75 …s Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient ins…
79 …subject to the version of the Agreement under which it was received. In addition, after a new vers…
H A DHPND-DEC13 ADDITION TO THAT SET FORTH ABOVE.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A DCOPYING14 In addition, other licenses may also apply. Please see:
/openbmc/qemu/linux-headers/
H A DCOPYING14 In addition, other licenses may also apply. Please see:
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A DREADME.md8 This example shows an addition to configuration for the Infineon XDPE1X2XX
/openbmc/u-boot/arch/arm/dts/
H A Dbcm283x-uboot.dtsi3 * U-Boot addition to keep baudrate set by firmware
H A Dhi3798cv200-u-boot.dtsi3 * U-Boot addition to:
/openbmc/qemu/tests/tcg/s390x/
H A Dlarl.c14 * The compiler may emit larl for the C addition, so compute the expected in main()
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dxtrans_1.6.0.bb6 Use of this API should allow the addition of new types of transports and \
/openbmc/docs/
H A Dmeta-layer-guidelines.md65 In addition, subprojects might change their build tooling, for example from
126 project will remain useful. In addition, having significant portions of
147 In addition, having an accounting of exactly what is in your build prevents
/openbmc/openbmc/meta-security/docs/
H A Ddm-verity-systemd-x86-64.txt19 to fetch and add that layer in addition to the meta-security related layers.
21 In addition to the basic dm-verity settings, choose systemd in local.conf:
/openbmc/qemu/docs/system/openrisc/
H A Demulation.rst12 In addition to the instruction subsets the QEMU TCG emulation also has support
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py346 for addition in additions.copy():
347 if addition not in additions:
349 translated = addition.translate(numeric_removal)
354 commondir = addition.split("/")
375 filechanges.append(FileChange(removal, FileChange.changetype_move, addition))
376 if addition in additions:
377 additions.remove(addition)
383 for addition in additions:
384 filechanges.append(FileChange(addition, FileChange.changetype_add))

12345678910>>...25