Searched refs:utc (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | clock.h | 174 void timespec2fattime(const struct timespec *tsp, int utc, u_int16_t *ddp, 176 void fattime2timespec(unsigned dd, unsigned dt, unsigned dh, int utc,
|
| /f-stack/freebsd/kern/ |
| H A D | subr_fattime.c | 139 timespec2fattime(const struct timespec *tsp, int utc, uint16_t *ddp, in timespec2fattime() argument 146 if (!utc) in timespec2fattime() 220 fattime2timespec(unsigned dd, unsigned dt, unsigned dh, int utc, in fattime2timespec() argument 252 if (!utc) in fattime2timespec()
|