Home
last modified time | relevance | path

Searched refs:seconds (Results 76 – 100 of 951) sorted by relevance

12345678910>>...39

/openbmc/qemu/pc-bios/s390-ccw/
H A Dhelper.h39 static inline void sleep(unsigned int seconds) in sleep() argument
41 unsigned long target = get_time_seconds() + seconds; in sleep()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-sps307 to its maximum speed and keeps spinning for about 10 seconds in
17 the current one is returned. Units are seconds.
26 The range of available values in seconds represented as the
H A Dsysfs-class-rtc51 Valid time range for the RTC, as seconds from epoch, formatted
59 (RO) RTC-provided time as the number of seconds since the epoch
88 wake if a daily wakeup is required. Format is seconds since the
89 epoch by default, or if there's a leading +, seconds in the
90 future, or if there is a leading +=, seconds ahead of the
H A Dsysfs-bus-iio-adc-ad7280a12 Time in seconds for which balance switch will be turned on.
13 Multiple of 71.5 seconds.
/openbmc/libpldm/include/libpldm/
H A Dbios.h110 uint8_t seconds; //!< Seconds in BCD format member
124 uint8_t seconds; //!< Seconds in BCD format member
239 uint8_t *completion_code, uint8_t *seconds,
347 uint8_t seconds, uint8_t minutes, uint8_t hours,
534 int encode_set_date_time_req(uint8_t instance_id, uint8_t seconds,
552 uint8_t *seconds, uint8_t *minutes, uint8_t *hours,
/openbmc/sdeventplus/test/source/
H A Dtime.cpp63 const Time<id>::TimePoint expected_time(std::chrono::seconds{2}); in TEST_F()
115 const Time<id>::TimePoint expected_time(std::chrono::seconds{2}); in TEST_F()
157 *event, Time<id>::TimePoint(std::chrono::seconds{2}), in SetUp()
207 time->set_time(Time<id>::TimePoint(std::chrono::seconds{1})); in TEST_F()
214 EXPECT_THROW(time->set_time(Time<id>::TimePoint(std::chrono::seconds{1})), in TEST_F()
238 time->set_accuracy(std::chrono::seconds{5}); in TEST_F()
246 EXPECT_THROW(time->set_accuracy(std::chrono::seconds{5}), SdEventError); in TEST_F()
/openbmc/qemu/tests/qemu-iotests/
H A D227.out59 "seconds": TIMESTAMP,
129 "seconds": TIMESTAMP,
160 "seconds": TIMESTAMP,
231 "seconds": TIMESTAMP,
H A D308.out86 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED",…
110 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED",…
116 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED",…
148 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED",…
168 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
169 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED",…
204 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
205 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED",…
H A D108.out166 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "d…
167 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "d…
169 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "d…
170 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "d…
171 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "d…
173 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "d…
176 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0003-support-infinit-timeout.patch24 if it doesn't normally exit within timeout seconds and return None"""
29 - if (now - start).seconds> timeout:
30 + if timeout != -1 and (now - start).seconds> timeout:
33 program_log.debug("%d seconds timeout" % timeout)
/openbmc/linux/tools/laptop/freefall/
H A Dfreefall.c80 static void protect(int seconds) in protect() argument
82 const char *str = (seconds == 0) ? "Unparked" : "Parked"; in protect()
84 write_int(unload_heads_path, seconds*1000); in protect()
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Darm,pl172.txt68 enable (WE signal) in nano seconds.
71 enable (OE signal) in nano seconds.
74 access in nano seconds.
77 access in nano seconds.
80 accesses in nano seconds.
83 seconds.
/openbmc/u-boot/include/
H A Dcli.h154 #define endtick(seconds) (get_ticks() + (uint64_t)(seconds) * get_tbclk()) argument
/openbmc/phosphor-logging/test/openpower-pels/
H A Ddata_interface_test.cpp28 uint64_t seconds = 123456789; in TEST() local
33 std::string uptime = dataIntf.getBMCUptime(seconds); in TEST()
H A Dbcd_time_test.cpp49 EXPECT_EQ(bcd.seconds, 7); in TEST()
60 bcd.seconds = val++; in TEST()
93 EXPECT_EQ(timeInBCD.seconds, 0x42); in TEST()
/openbmc/openbmc-test-automation/lib/
H A Dtools.exp21 set seconds "second"
23 set seconds "seconds"
27 print_error "Did not get ${description} after $timeout ${seconds}.\n"
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_recent.h29 __u32 seconds; member
38 __u32 seconds; member
/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp277 _errorTimer->restartOnce(std::chrono::seconds(*_errorDelay)); in setFunctional()
325 duration_cast<seconds>(getDelay(mode)).count()) in startTimer()
339 return duration_cast<microseconds>(seconds(_timeout)); in getDelay()
341 return duration_cast<microseconds>(seconds(_funcDelay)); in getDelay()
347 return duration_cast<microseconds>(seconds(0)); in getDelay()
385 _countTimer->restart(std::chrono::seconds(_countInterval)); in startCountTimer()
/openbmc/pldm/requester/test/
H A Dhandler_test.cpp79 instanceIdDb, false, seconds(1), in TEST_F()
100 instanceIdDb, false, seconds(1), in TEST_F()
119 instanceIdDb, false, seconds(2), in TEST_F()
160 instanceIdDb, false, seconds(1), in TEST_F()
205 instanceIdDb, false, seconds(1), in TEST_F()
262 seconds(1), 2, milliseconds(100)); in TEST_F()
/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector/
H A Dopenpower-debug-collector-checkstop@.service6 # Adding 10 seconds to allow OCC to collect debug data
7 # before processing checkstop. OCC has to wait 5 seconds
/openbmc/telemetry/tests/src/
H A Ddbus_environment.hpp47 Milliseconds timeout = std::chrono::seconds(10)) in waitForFutures()
80 Milliseconds timeout = std::chrono::seconds(10)) in waitForFuture()
91 Milliseconds timeout = std::chrono::seconds(10));
94 Milliseconds timeout = std::chrono::seconds(10));
/openbmc/linux/drivers/rtc/
H A Drtc-ti-k3.c281 time64_t seconds; in ti_k3_rtc_set_time() local
283 seconds = rtc_tm_to_time64(tm); in ti_k3_rtc_set_time()
290 regmap_write(priv->regmap, REG_K3RTC_S_CNT_LSW, seconds); in ti_k3_rtc_set_time()
291 regmap_write(priv->regmap, REG_K3RTC_S_CNT_MSW, seconds >> 32); in ti_k3_rtc_set_time()
334 time64_t seconds; in ti_k3_rtc_set_alarm() local
337 seconds = rtc_tm_to_time64(&alarm->time); in ti_k3_rtc_set_alarm()
339 k3rtc_field_write(priv, K3RTC_ALM_S_CNT_LSW, seconds); in ti_k3_rtc_set_alarm()
340 k3rtc_field_write(priv, K3RTC_ALM_S_CNT_MSW, (seconds >> 32)); in ti_k3_rtc_set_alarm()
/openbmc/openbmc/poky/scripts/
H A Dbuildstats-summary66 datetime.timedelta(seconds=int(stats.walltime)),
72 minimum = datetime.timedelta(seconds=args.shortest)
73 highlight = datetime.timedelta(seconds=args.highlight)
/openbmc/linux/tools/testing/selftests/timers/
H A Dinconsistency-check.c94 int consistency_test(int clock_type, unsigned long seconds) in consistency_test() argument
109 while (seconds == -1 || now - then < seconds) { in consistency_test()
/openbmc/linux/Documentation/locking/
H A Dlocktorture.rst80 The number of seconds to run the test before terminating
86 The number of seconds between each attempt to execute a
94 The number of seconds to wait until starting CPU-hotplug
103 Number of seconds between statistics-related printk()s.
104 By default, locktorture will report stats every 60 seconds.
116 The number of seconds to keep the test threads affinitized
117 to a particular subset of the CPUs, defaults to 3 seconds.

12345678910>>...39