Home
last modified time | relevance | path

Searched full:previous (Results 1 – 25 of 1125) sorted by relevance

12345678910>>...45

/openbmc/qemu/include/hw/riscv/
H A Dboot_opensbi.h31 /** Representation dynamic info passed by previous booting stage */
46 * It is possible that the previous booting stage uses same link
48 * lottery mechanism can potentially overwrite the previous booting
49 * stage while other HARTs are still running in the previous booting
51 * the previous booting stage can specify last HART that will jump
54 * To avoid specifying a preferred boot HART, the previous booting
61 /** Representation dynamic info passed by previous booting stage */
76 * It is possible that the previous booting stage uses same link
78 * lottery mechanism can potentially overwrite the previous booting
79 * stage while other HARTs are still running in the previous booting
[all …]
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Drc8 # running in the previous runlevel and it wasn't stopped
69 # Now find out what the current and what the previous runlevel are.
79 previous=$PREVLEVEL
80 [ "$previous" = "" ] && previous=N
82 export runlevel previous
130 if [ $previous != N ]
147 if [ $previous != N ] && [ $previous != S ]
150 # Find start script in previous runlevel and
155 previous_start=/etc/rc$previous.d/S[0-9][0-9]$suffix
157 # If there is a start script in the previous level
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_load_store.S10 .previous
29 .previous
66 .previous
87 .previous
113 .previous
156 .previous
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A DCVE-2017-8372_CVE-2017-8373.patch7 previous frame, the so called bit reservoir. si.main_data_begin is the part of
8 the previous frame we need for this frame. frame_space is the amount of main
12 The maximum amount of data from a previous frame that the format allows is 511
25 The previous frame data is stored in *stream->main_data and contains
27 need from the previous frame (si.main_data_begin) it still wouldn't fit
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/
H A Dbitbake.vim45 " If this line is explicitly joined: If the previous line was also joined,
60 " Search backwards for the previous non-empty line.
83 " If the previous line is inside parenthesis, use the indent of the starting
109 " two 'shiftwidth', otherwise same as previous line.
189 " If the previous line ended with a colon, indent this line
194 " If the previous line was a stop-execution statement...
215 return ind " line up with previous try or except
225 " Unless the previous line was a one-liner
298 " the previous line, to avoid misleading indentation.
302 " Did the previous line introduce an assignment?
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.3.rst84 - Previous value
87 - Previous value
114 - Previous version
117 - Previous version
/openbmc/phosphor-hwmon/
H A Daverage.hpp52 * @param[in] preAverage - The previous average value from *_average file
53 * @param[in] preInterval - The previous interval value from
68 /** @brief Store the previous average sensor map */
/openbmc/qemu/hw/intc/
H A Darm_gicv3.c226 * was the previous best interrupt before this update, then in gicv3_redist_update_noirqset()
228 * If we didn't find an interrupt that would preempt the previous in gicv3_redist_update_noirqset()
229 * best, and the previous best is outside our range (or there was no in gicv3_redist_update_noirqset()
230 * previous pending interrupt at all), then that is still valid, and in gicv3_redist_update_noirqset()
232 * Otherwise, we need to do a full update (because the previous best in gicv3_redist_update_noirqset()
300 * was the previous best interrupt before this update, then in gicv3_update_noirqset()
302 * If we didn't find an interrupt that would preempt the previous in gicv3_update_noirqset()
303 * best, and the previous best is outside our range (or there was in gicv3_update_noirqset()
304 * no previous pending interrupt at all), then that in gicv3_update_noirqset()
306 * Otherwise, we need to do a full update (because the previous best in gicv3_update_noirqset()
[all …]
/openbmc/openbmc/poky/meta/conf/machine/include/
H A DREADME91 everything from a previous generation), it is recommended to require the
92 previous generation tune file and specify PACKAGE_EXTRA_ARCHS using the
93 previous generation's override and appending the new tune. Note that
94 only one previous tune file should be included to avoid mutiple includes
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/
H A D0001-Fix-build-failure-with-gcc-15.patch21 parser-yang.h:16:12: note: previous declaration of 'yangparse' with type 'int(void)'
37 parser-smi.h:27:12: note: previous declaration of 'smiparse' with type 'int(void)'
46 parser-smi.h:27:12: note: previous declaration of 'smiparse' with type 'int(void)'
55 parser-yang.h:16:12: note: previous declaration of 'yangparse' with type 'int(void)'
63 parser-yang.h:16:12: note: previous declaration of 'yangparse' with type 'int(void)'
92 parser-smi.h:27:12: note: previous declaration of 'smiparse' with type 'int(void)'
/openbmc/u-boot/include/
H A Dmisc.h74 * Return: -ve on error, 0 if the previous state was "disabled", 1 if the
75 * previous state was "enabled"
138 * Return: -ve on error, 0 if the previous state was "disabled", 1 if
139 * the previous state was "enabled"
/openbmc/telemetry/src/
H A Dstate.hpp33 const bool previous = flags.all(); in set() local
37 if (previous != flags.all()) in set()
/openbmc/openbmc/poky/meta/conf/machine/include/mips/
H A DREADME12 Release 6 of the ISA is a major revision and doesn't build up on previous
45 MIPSPKGSFX_ABI - This is used to specify an alternative ABI when the previous
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_expire_unittest.cpp36 // With timeout being zero, every open will cause all previous opened in TEST()
53 // Here 'sess' is the session ID obtained in previous loop in TEST()
/openbmc/u-boot/doc/
H A DREADME.bitbangMII24 The previous macros make the driver compatible with the previous version
/openbmc/qemu/include/qemu/
H A Dinterval-tree.h88 * @node: previous search result
92 * interval; @next is the result of a previous call to
/openbmc/docs/designs/
H A Decc-dbus-sel.md98 and the count exceeds previous count.
100 parameter and the count exceeds previous count.
107 logging mechanism. When the checks `ce_count` and value exceeds the previous
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0018-Platform-CS1000-Remove-duplicated-metadata-write.patch35 FWU_LOG_MSG("%s: success: active = %u, previous = %d\n\r", __func__,
56 FWU_LOG_MSG("%s: success: active = %u, previous = %d\n\r", __func__,
/openbmc/qemu/tests/qapi-schema/
H A Dredefined-event.err4 redefined-event.json:2: previous definition
H A Dredefined-command.err4 redefined-command.json:2: previous definition
H A Dredefined-type.err4 redefined-type.json:2: previous definition
/openbmc/openbmc-test-automation/systest/
H A Dhtx_hardbootme_test.robot23 # PREV_INV_FILE_PATH The file path and name of an initial previous
119 # previous inventory run if applicable.
124 # previous inventory run.
179 # PREV_INV_FILE_PATH The previous inventory to compare with.
/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_s3.h87 * chipset_prev_sleep_state() - Get chipset previous sleep state
89 * This returns chipset previous sleep state from ACPI registers.
/openbmc/qemu/include/hw/xen/interface/
H A Dsched.h107 * undo this override restoring the previous affinity.
110 * A negative pcpu value will undo a previous pin override and restore the
111 * previous cpu affinity.
/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest.yml179 # Previous QEMU release. Used for cross-version migration tests.
180 build-previous-qemu:
186 - build-previous/qemu-bundle
187 - build-previous/qemu-system-aarch64
188 - build-previous/qemu-system-x86_64
189 - build-previous/tests/qtest/migration-test
190 - build-previous/scripts
210 - mv build build-previous
215 - job: build-previous-qemu
231 - cd build-previous

12345678910>>...45