Home
last modified time | relevance | path

Searched refs:seconds (Results 176 – 200 of 951) sorted by relevance

12345678910>>...39

/openbmc/openbmc-test-automation/lib/serial_connection/
H A Dserial_console_client.robot28 Telnet.Set Timeout 30 seconds
43 Telnet.Set Timeout 30 minute 30 seconds
/openbmc/linux/include/uapi/scsi/
H A Dscsi_netlink_fc.h47 __u64 seconds; member
/openbmc/openbmc/meta-ieisystems/meta-fp5280g3/recipes-phosphor/pldm/
H A Dpldm_%.bbappend4 -Dsoftoff-timeout-seconds=2700 \
/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/
H A DDevice.interface.yaml27 "The amount of data to return in seconds, or 0 for all."
42 time: The time value in seconds from the gettimeofday()
67 value: The value of the percentage point, usually in seconds.
98 "The point in time (seconds since the Epoch Jan 1, 1970 0:00 UTC)
188 "Number of seconds until the power source is considered empty. Is set
195 "Number of seconds until the power source is considered full. Is set
/openbmc/openpower-hw-diags/attn/
H A Dattn_common.hpp79 void sleepSeconds(const unsigned int seconds);
/openbmc/openpower-vpd-parser/vpd-manager/
H A DgpioMonitor.cpp178 std::chrono::seconds(5)); in handleTimerExpiry()
191 *ioContext, std::chrono::seconds(5)); in doEventAndTimerSetup()
/openbmc/linux/include/linux/
H A Dmap_benchmark.h24 __u32 seconds; /* how long the test will last */ member
/openbmc/openbmc/meta-phosphor/recipes-phosphor/clear-once/clear-once/
H A Dclear-once.service11 # It took 7 seconds to erase and write flash, be conservative
/openbmc/qemu/tests/qemu-iotests/tests/
H A Diothreads-resize.out6 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
/openbmc/linux/Documentation/sound/designs/
H A Dpowersave.rst17 the time-out value in seconds. 0 means to disable the automatic
27 automatic power-save mode with 10 seconds, write to
/openbmc/phosphor-fan-presence/docs/control/
H A Dzones.md41 The delay, in seconds, between fan target increases, when an action such as
55 The delay, in seconds, between fan target decreases, when an action such as
/openbmc/phosphor-fan-presence/control/json/
H A Dzone.hpp443 std::chrono::seconds _incDelay;
446 std::chrono::seconds _decInterval;
/openbmc/phosphor-ipmi-blobs/
H A Dmanager.hpp82 BlobManager(std::chrono::seconds sessionTimeout = defaultSessionTimeout) : in BlobManager()
270 std::chrono::seconds sessionTimeout;
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dprivate_header.cpp93 _createTimestamp.seconds); in getJSON()
99 _commitTimestamp.seconds); in getJSON()
/openbmc/dbus-sensors/src/
H A DIpmbSensorMain.cpp77 std::chrono::seconds(reinitWaitSeconds)); in reinitSensors()
114 configTimer.expires_after(std::chrono::seconds(1)); in main()
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dbrcm,bcm2835-pm-wdog.txt10 - timeout-sec : Contains the watchdog timeout in seconds
H A Dpnx4008-wdt.txt9 - timeout-sec: contains the watchdog timeout in seconds.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/
H A Dsensord2 # in intervals use suffix "m" for minutes, "s" for seconds, "h" for hours
/openbmc/qemu/tests/qemu-iotests/
H A D119.out9 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dwidgets.py92 def format_time(seconds): argument
95 return str(datetime.timedelta(seconds=int(seconds)))
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh133 seconds=$3
163 boot_args="`per_version_boot_params "$boot_args" $resdir/.config $seconds`"
202 echo "# seconds=$seconds" >> $resdir/qemu-cmd
/openbmc/linux/tools/perf/Documentation/
H A Dperf-kwork.txt104 have the format seconds.microseconds. If start is not given (i.e., time
134 have the format seconds.microseconds. If start is not given (i.e., time
173 have the format seconds.microseconds. If start is not given (i.e., time
/openbmc/pldm/softoff/
H A Dsoftoff.cpp315 Timer time(event, (Clock(event).now() + std::chrono::seconds{30}), in hostSoftOff()
316 std::chrono::seconds{1}, std::move(timerCallback)); in hostSoftOff()
375 duration_cast<microseconds>(seconds(SOFTOFF_TIMEOUT_SECONDS)); in hostSoftOff()
/openbmc/linux/kernel/dma/
H A Dmap_benchmark.c141 msleep_interruptible(map->bparam.seconds * 1000); in do_map_benchmark()
202 if (map->bparam.seconds == 0 || in map_benchmark_ioctl()
203 map->bparam.seconds > DMA_MAP_MAX_SECONDS) { in map_benchmark_ioctl()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/
H A D0001-adjust-for-64bit-time_t.patch59 - tvhtrace(LS_EPGGRAB, "next ota start event in %li seconds", next - time(NULL));
60 + tvhtrace(LS_EPGGRAB, "next ota start event in %jd seconds", (intmax_t)(next - time(NULL)));
142 - tvhinfo(mod->subsys, "%s: grab took %"PRItime_t" seconds", mod->id, tm2 - tm1);
143 + tvhinfo(mod->subsys, "%s: grab took %"PRItime_t" seconds", mod->id, (intmax_t)(tm2 - tm1));

12345678910>>...39