/openbmc/openbmc-tools/tof-voters/libvoters/ |
H A D | time.py | 15 [hour, minute, second] = [00, 00, 00] 17 [hour, minute, second] = [23, 59, 59] 21 year, month, day, hour, minute, second, tzinfo=timezone.utc
|
/openbmc/linux/fs/isofs/ |
H A D | util.c | 21 int year, month, day, hour, minute, second, tz; in iso_date() local 28 minute = p[4]; in iso_date() 36 crtime = mktime64(year+1900, month, day, hour, minute, second); in iso_date()
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-recheck-rcu.sh | 71 print_bug $nclosecalls "Reader Batch close calls in" $(($dur/60)) minute run: $i 73 print_warning $nclosecalls "Reader Batch close calls in" $(($dur/60)) minute run: $i 75 …echo $nclosecalls "Reader Batch close calls in" $(($dur/60)) minute run: $i > $i/console.log.rcu.d…
|
/openbmc/u-boot/drivers/rtc/ |
H A D | ftrtc010.c | 56 unsigned long minute; in ftrtc010_time() local 64 minute = readl(&rtc->min); in ftrtc010_time() 68 return day * 24 * 60 * 60 + hour * 60 * 60 + minute * 60 + second; in ftrtc010_time()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-wilco-ec.c | 51 u8 minute; member 84 u8 minute; member 108 tm->tm_min = rtc.minute; in wilco_ec_rtc_read() 144 rtc.minute = bin2bcd(tm->tm_min); in wilco_ec_rtc_write()
|
H A D | rtc-mv.c | 71 unsigned int year, month, day, hour, minute, second, wday; in mv_rtc_read_time() local 77 minute = (rtc_time >> RTC_MINUTES_OFFS) & 0x7f; in mv_rtc_read_time() 86 tm->tm_min = bcd2bin(minute); in mv_rtc_read_time() 102 unsigned int year, month, day, hour, minute, second, wday; in mv_rtc_read_alarm() local 108 minute = (rtc_time >> RTC_MINUTES_OFFS) & 0x7f; in mv_rtc_read_alarm() 117 alm->time.tm_min = bcd2bin(minute); in mv_rtc_read_alarm()
|
H A D | rtc-efi.c | 59 eft->minute = wtime->tm_min; in convert_to_efi_time() 75 if (eft->minute >= 60) in convert_from_efi_time() 77 wtime->tm_min = eft->minute; in convert_from_efi_time() 207 eft.hour, eft.minute, eft.second, eft.nanosecond, in efi_procfs() 224 alm.hour, alm.minute, alm.second, alm.nanosecond, in efi_procfs()
|
H A D | rtc-ds1742.c | 83 unsigned int year, month, day, hour, minute, second, week; in ds1742_rtc_read_time() local 92 minute = readb(ioaddr + RTC_MINUTES); in ds1742_rtc_read_time() 101 tm->tm_min = bcd2bin(minute); in ds1742_rtc_read_time()
|
H A D | rtc-ds1553.c | 99 unsigned int year, month, day, hour, minute, second, week; in ds1553_rtc_read_time() local 108 minute = readb(ioaddr + RTC_MINUTES); in ds1553_rtc_read_time() 117 tm->tm_min = bcd2bin(minute); in ds1553_rtc_read_time()
|
H A D | rtc-stk17ta8.c | 98 unsigned int year, month, day, hour, minute, second, week; in stk17ta8_rtc_read_time() local 110 minute = readb(ioaddr + RTC_MINUTES); in stk17ta8_rtc_read_time() 119 tm->tm_min = bcd2bin(minute); in stk17ta8_rtc_read_time()
|
/openbmc/linux/arch/m68k/sun3/ |
H A D | intersil.c | 42 todintersil->minute = t->tm_min; in sun3_hwclk() 52 t->tm_min = todintersil->minute; in sun3_hwclk()
|
/openbmc/linux/fs/udf/ |
H A D | udftime.c | 46 dest->tv_sec = mktime64(year, src.month, src.day, src.hour, src.minute, in udf_disk_stamp_to_time() 80 dest->minute = tm.tm_min; in udf_time_to_disk_stamp()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0001-Create-subroutine-for-cleaning-recent-interfaces.patch | 25 …up any interfaces that have been hanging around on the RecentInterfaces list for more than a minute 46 …up any interfaces that have been hanging around on the RecentInterfaces list for more than a minute
|
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/ |
H A D | rotate-event-logs.timer | 2 Description=Run rotate-event-logs.service every minute
|
/openbmc/linux/net/netfilter/ |
H A D | xt_time.c | 27 u_int8_t minute; /* (0-59) */ member 88 r->minute = w % 60; in localtime_1()
|
/openbmc/linux/fs/affs/ |
H A D | amigaffs.c | 375 u32 minute; in affs_secs_to_datestamp() local 382 minute = rem / 60; in affs_secs_to_datestamp() 383 rem -= minute * 60; in affs_secs_to_datestamp() 386 ds->mins = cpu_to_be32(minute); in affs_secs_to_datestamp()
|
/openbmc/linux/arch/m68k/apollo/ |
H A D | config.c | 209 t->tm_min=rtc->minute; in dn_dummy_hwclk() 219 rtc->minute=t->tm_min; in dn_dummy_hwclk()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | intersil.h | 31 unsigned char minute; member
|
H A D | apollohw.h | 45 unsigned char minute, alarm_minute; member
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_rtc.c | 56 tm.hour, tm.minute, tm.second); in execute()
|
/openbmc/linux/arch/sh/drivers/ |
H A D | Kconfig | 12 a hyperbolic function of the 5-minute load average.
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_tad.c | 60 u8 minute; /* 0 - 59 */ member 84 rt->hour > 23 || rt->minute > 59 || rt->second > 59 || in acpi_tad_set_real_time() 195 rt.minute = val; in time_store() 236 rt.year, rt.month, rt.day, rt.hour, rt.minute, rt.second, in time_show()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | err_common.h | 72 u8 minute; member
|
/openbmc/linux/Documentation/admin-guide/acpi/ |
H A D | fan_performance_states.rst | 49 * ``speed_rpm``: Speed of the fan in rotations per minute. 86 This includes field to provide current fan speed in revolutions per minute
|
/openbmc/phosphor-certificate-manager/test/ |
H A D | meson.build | 48 timeout: 500, # Takes about 1 minute to generate all the certs.
|