Home
last modified time | relevance | path

Searched full:oldest (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dtask_service.hpp13 Oldest, enumerator
19 {OverWritePolicy::Oldest, "Oldest"},
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/
H A DPostCode.interface.yaml28 the oldest boot cycle.
43 the oldest boot cycle.
/openbmc/qemu/python/tests/
H A Dminreqs.txt1 # This file lists the ***oldest possible dependencies*** needed to run
11 # When adding new dependencies, pin the very oldest non-yanked version
/openbmc/phosphor-power/power-supply/
H A Drecord_manager.hpp44 * sorted newest to oldest, and prunes out the oldest entries when
178 * When a new record is added, the oldest one will be removed.
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Drecord_manager.hpp44 * sorted newest to oldest, and prunes out the oldest entries when
176 * When a new record is added, the oldest one will be removed.
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_yaffs2.c35 * Oldest Dirty Sequence Number handling.
40 * Calculate the oldest dirty sequence number if we don't know it.
52 /* Find the oldest dirty sequence number. */ in yaffs_calc_oldest_dirty_seq()
84 * becomes invalid). If the value matches the oldest then we clear
102 * Update the oldest dirty sequence number whenever we dirty a block.
138 * periodically finds the oldest full block by sequence number for refreshing.
144 u32 oldest = 0; in yaffs2_find_refresh_block() local
149 return oldest; in yaffs2_find_refresh_block()
155 return oldest; in yaffs2_find_refresh_block()
164 return oldest; in yaffs2_find_refresh_block()
[all …]
/openbmc/openbmc-test-automation/data/
H A Dtask_state.json21 "AllowedValues": ["Manual", "Oldest"]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DTaskService.v1_2_1.json59 "Oldest"
63 "Oldest": "Oldest completed tasks are overwritten." string
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DTaskService.v1_2_1.json59 "Oldest"
63 "Oldest": "Oldest completed tasks are overwritten." string
/openbmc/qemu/util/
H A Dtimed-average.c40 * the oldest window.
104 /* Returned values are from the oldest window, so they belong to in timed_average_init()
144 /* Make ta->current point to the oldest window */ in check_expirations()
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlite.py315 -- Pick the oldest hash
419 async def clean_unused(self, oldest): argument
423 DELETE FROM outhashes_v2 WHERE created<:oldest AND NOT EXISTS (
428 "oldest": oldest,
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/
H A DAverage.interface.yaml30 always be ordered from newest to oldest.
H A DMaximum.interface.yaml30 always be ordered from newest to oldest.
/openbmc/qemu/include/qemu/
H A Dtimed-average.h51 * oldest window index */
/openbmc/qemu/include/hw/misc/
H A Dmips_itu.h42 /* Index of the oldest element in the queue */
/openbmc/libmctp/
H A Di2c.c57 /* Adds a new neighbour entry. If the table is full, the oldest
81 /* Use this as the provisional oldest, keep iterating */ in mctp_i2c_neigh_add()
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp135 // Check to see if we are hitting the limit of filePathQueue, delete oldest in processLogEntry()
146 "Failed to delete the oldest entry path, not processing the next log,: {}\n", in processLogEntry()
/openbmc/u-boot/scripts/coccinelle/net/
H A Dmdio_register.cocci3 //# Stop using the oldest mii interface in drivers
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dflight_recorder.hpp34 * When an ID accumulates so many messages, the oldest one will
/openbmc/ipmitool/include/ipmitool/
H A Dhpm2.h44 * LSN = oldest revision parameter is
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dlogger.cpp127 // update oldest file path if required in initiateVpdCollectionLogging()
143 // delete oldest collection log file in initiateVpdCollectionLogging()
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp173 // can just sort the list to get them in order from newest to oldest in getRedfishLogFiles()
362 // Oldest logs are in the last file, so start there and loop in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
440 // Oldest logs are in the last file, so start there and loop in handleSystemsAndManagersLogServiceEventLogEntriesGet()
/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp664 // Check that at least the 4 oldest, which are the oldest of in TEST_F()
697 // Sanity check the oldest 20 are there so when they in TEST_F()
716 // Can no longer find the oldest 20 PELs. in TEST_F()
805 // Check that it deleted the oldest ones. in TEST_F()
1039 // Check that it deleted the oldest ones. in TEST_F()
/openbmc/hiomapd/
H A Dwindows.c453 * windows_find_oldest() - Find the oldest (Least Recently Used) window
460 struct window_context *oldest = NULL, *cur; in windows_find_oldest() local
469 oldest = cur; in windows_find_oldest()
473 return oldest; in windows_find_oldest()
/openbmc/phosphor-mboxd/
H A Dmboxd_windows.c447 * find_oldest_window() - Find the oldest (Least Recently Used) window
454 struct window_context *oldest = NULL, *cur; in find_oldest_window() local
463 oldest = cur; in find_oldest_window()
467 return oldest; in find_oldest_window()

123