Home
last modified time | relevance | path

Searched refs:hms (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/fieldbus/anybuss/
H A DMakefile10 obj-$(CONFIG_HMS_PROFINET) += hms-profinet.o
H A DKconfig37 will be called hms-profinet.
/openbmc/openbmc/poky/scripts/lib/build_perf/
H A Dreport.py246 def hms(self): member in TimeVal
256 hh, mm, ss = self.hms()
271 hh, mm, ss = self.hms()
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h5403 auto hms = fds.tod;
5408 auto h = *fmt == CharT{'I'} ? date::make12(hms.hours()) : hms.hours();
5417 tm.tm_hour = static_cast<int>(hms.hours().count());