Home
last modified time | relevance | path

Searched defs:uptime (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Ddata_interface_test.cpp33 std::string uptime = dataIntf.getBMCUptime(seconds); in TEST() local
/openbmc/qemu/include/standard-headers/linux/
H A Dsysinfo.h9 long uptime; /* Seconds since boot */ member
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetricblob.proto26 float uptime = 1; // Uptime (wall clock time) field
H A Dutil.cpp222 bool parseProcUptime(const std::string_view content, double& uptime, in parseProcUptime()
H A Dmetric.cpp358 double uptime = 0; in getUptimeMetric() local
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/
H A Dutil_test.cpp135 double uptime, idleProcessTime; in TEST() local
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp216 std::string uptime = in getBMCUptime() local
/openbmc/qemu/hw/audio/
H A Dhda-codec.c226 int64_t uptime = now - st->buft_start; in hda_audio_input_timer() local
296 int64_t uptime = now - st->buft_start; in hda_audio_output_timer() local
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2514 abi_long uptime; /* Seconds since boot */ member