Searched refs:totalsecs (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | time.h | 156 void linuxkpi_time64_to_tm(time64_t totalsecs, int offset, struct tm *result); 157 #define time64_to_tm(totalsecs, offset, result) \ argument 158 linuxkpi_time64_to_tm(totalsecs, offset, result)
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_timesub.c | 180 linuxkpi_time64_to_tm(time64_t totalsecs, int offset, struct tm *result) in linuxkpi_time64_to_tm() argument 182 timesub(&totalsecs, offset, result); in linuxkpi_time64_to_tm()
|