Home
last modified time | relevance | path

Searched refs:minute (Results 1 – 25 of 124) sorted by relevance

12345

/openbmc/linux/fs/isofs/
H A Dutil.c21 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/openbmc-tools/tof-voters/libvoters/
H A Dtime.py15 [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/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck-rcu.sh71 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 Dftrtc010.c56 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 Drtc-wilco-ec.c51 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 Drtc-efi.c59 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 Drtc-mv.c71 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 Drtc-ds1742.c83 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 Drtc-ds1553.c99 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 Drtc-stk17ta8.c98 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 Dintersil.c42 todintersil->minute = t->tm_min; in sun3_hwclk()
52 t->tm_min = todintersil->minute; in sun3_hwclk()
/openbmc/linux/fs/udf/
H A Dudftime.c46 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-facebook/recipes-extended/rsyslog/rsyslog/
H A Drotate-event-logs.timer2 Description=Run rotate-event-logs.service every minute
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0001-Create-subroutine-for-cleaning-recent-interfaces.patch25 …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/linux/net/netfilter/
H A Dxt_time.c27 u_int8_t minute; /* (0-59) */ member
88 r->minute = w % 60; in localtime_1()
/openbmc/linux/arch/m68k/include/asm/
H A Dintersil.h31 unsigned char minute; member
H A Dapollohw.h45 unsigned char minute, alarm_minute; member
/openbmc/linux/arch/m68k/apollo/
H A Dconfig.c209 t->tm_min=rtc->minute; in dn_dummy_hwclk()
219 rtc->minute=t->tm_min; in dn_dummy_hwclk()
/openbmc/linux/fs/affs/
H A Damigaffs.c375 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/u-boot/lib/efi_selftest/
H A Defi_selftest_rtc.c56 tm.hour, tm.minute, tm.second); in execute()
/openbmc/linux/arch/sh/drivers/
H A DKconfig12 a hyperbolic function of the 5-minute load average.
/openbmc/linux/arch/alpha/include/asm/
H A Derr_common.h72 u8 minute; member
/openbmc/linux/drivers/acpi/
H A Dacpi_tad.c60 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/phosphor-certificate-manager/test/
H A Dmeson.build48 timeout: 500, # Takes about 1 minute to generate all the certs.
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst49 * ``speed_rpm``: Speed of the fan in rotations per minute.
86 This includes field to provide current fan speed in revolutions per minute

12345