| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | task_service.hpp | 13 Oldest, enumerator 19 {OverWritePolicy::Oldest, "Oldest"},
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/ |
| H A D | PostCode.interface.yaml | 28 the oldest boot cycle. 43 the oldest boot cycle.
|
| /openbmc/qemu/python/tests/ |
| H A D | minreqs.txt | 1 # 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 D | record_manager.hpp | 44 * 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 D | record_manager.hpp | 44 * 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 D | yaffs_yaffs2.c | 35 * 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 D | task_state.json | 21 "AllowedValues": ["Manual", "Oldest"]
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
| H A D | TaskService.v1_2_1.json | 59 "Oldest" 63 "Oldest": "Oldest completed tasks are overwritten." string
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
| H A D | TaskService.v1_2_1.json | 59 "Oldest" 63 "Oldest": "Oldest completed tasks are overwritten." string
|
| /openbmc/qemu/util/ |
| H A D | timed-average.c | 40 * 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 D | sqlite.py | 315 -- 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 D | Average.interface.yaml | 30 always be ordered from newest to oldest.
|
| H A D | Maximum.interface.yaml | 30 always be ordered from newest to oldest.
|
| /openbmc/qemu/include/qemu/ |
| H A D | timed-average.h | 51 * oldest window index */
|
| /openbmc/qemu/include/hw/misc/ |
| H A D | mips_itu.h | 42 /* Index of the oldest element in the queue */
|
| /openbmc/libmctp/ |
| H A D | i2c.c | 57 /* 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 D | external_storer_file.cpp | 135 // 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 D | mdio_register.cocci | 3 //# Stop using the oldest mii interface in drivers
|
| /openbmc/phosphor-fan-presence/control/json/utils/ |
| H A D | flight_recorder.hpp | 34 * When an ID accumulates so many messages, the oldest one will
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | hpm2.h | 44 * LSN = oldest revision parameter is
|
| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | logger.cpp | 127 // update oldest file path if required in initiateVpdCollectionLogging() 143 // delete oldest collection log file in initiateVpdCollectionLogging()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | eventlog_utils.hpp | 173 // 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 D | repository_test.cpp | 664 // 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 D | windows.c | 453 * 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 D | mboxd_windows.c | 447 * 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()
|