Searched refs:tm_sec (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-cn3010-evb-hs5.c | 88 TM_CHECK(tms->tm_sec < 0 || tms->tm_sec > 60, "second"); /* + Leap sec */ in validate_tm_struct() 128 tms.tm_sec = bcd2bin(reg[0] & 0x7f); in cvmx_rtc_ds1337_read() 170 reg[0] = bin2bcd(tms.tm_sec); in cvmx_rtc_ds1337_write()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_time.h | 21 #define ngx_tm_sec tm_sec
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | loslib.c | 138 setfield(L, "sec", stm->tm_sec); in os_date() 178 ts.tm_sec = getfield(L, "sec", 0); in os_time()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | localtime.c | 72 tmp->tm_sec = (seconds % secs_hour) % secs_min; in nolocks_localtime()
|
| /f-stack/tools/libutil/ |
| H A D | login_times.c | 120 if (tt->tm_sec > 30) in in_ltm()
|
| /f-stack/freebsd/sys/ |
| H A D | efi.h | 104 uint8_t tm_sec; /* 0 - 59 */ member
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | efirt_machdep.c | 348 tm.tm_min, tm.tm_sec); in efi_time_sysctl_handler()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_regs.c | 210 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 D | ngx_times.c | 445 tm.tm_sec = (int) (when % 60); in ngx_next_time()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 928 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()
|