Home
last modified time | relevance | path

Searched refs:tm_hour (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-cn3010-evb-hs5.c90 TM_CHECK(tms->tm_hour < 0 || tms->tm_hour > 23, "hour"); in validate_tm_struct()
130 tms.tm_hour = bcd2bin(reg[2] & 0x3f); in cvmx_rtc_ds1337_read()
133 tms.tm_hour = (tms.tm_hour + 12) % 24; in cvmx_rtc_ds1337_read()
172 reg[2] = bin2bcd(tms.tm_hour); /* Force 0..23 format even if using AM/PM */ in cvmx_rtc_ds1337_write()
/f-stack/tools/libutil/
H A Dlogin_times.c118 u_short now = (u_short)((tt->tm_hour * 60) + tt->tm_min); in in_ltm()
126 tt->tm_hour = (int)(ltm->lt_end / 60); in in_ltm()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_time.h23 #define ngx_tm_hour tm_hour
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dloslib.c140 setfield(L, "hour", stm->tm_hour); in os_date()
180 ts.tm_hour = getfield(L, "hour", 12); in os_time()
/f-stack/app/redis-5.0.5/src/
H A Dlocaltime.c70 tmp->tm_hour = seconds / secs_hour; in nolocks_localtime()
/f-stack/freebsd/sys/
H A Defi.h102 uint8_t tm_hour; /* 0 - 23 */ member
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c620 if (ptm->tm_hour == pol->pkt.timer_policy.busy_hours[x]) { in apply_time_profile()
628 } else if (ptm->tm_hour == in apply_time_profile()
637 } else if (ptm->tm_hour == in apply_time_profile()
/f-stack/freebsd/amd64/amd64/
H A Defirt_machdep.c347 "Sec %d\n", tm.tm_year, tm.tm_mon, tm.tm_mday, tm.tm_hour, in efi_time_sysctl_handler()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_regs.c210 tm->tm_hour, tm->tm_min, tm->tm_sec); in qede_set_fw_dump_file_name()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_times.c442 tm.tm_hour = (int) (when / 3600); in ngx_next_time()
/f-stack/tools/ndp/
H A Dndp.c208 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 + in gmt2local()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c928 tm->tm_hour, tm->tm_min, tm->tm_sec, in send_progress_thread()
935 tm->tm_hour, tm->tm_min, tm->tm_sec, in send_progress_thread()
939 tm->tm_hour, tm->tm_min, tm->tm_sec, in send_progress_thread()
944 tm->tm_hour, tm->tm_min, tm->tm_sec, in send_progress_thread()