Home
last modified time | relevance | path

Searched refs:SECS_PER_MIN (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.h67 #define SECS_PER_MIN 60 macro
72 #define SECS_PER_HOUR (SECS_PER_MIN * 60)
H A Dtime.c113 tmp->tm_min = (int)(rem / SECS_PER_MIN); in gmtime()
114 tmp->tm_sec = (int)(rem % SECS_PER_MIN); in gmtime()
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c56 tmp->tm_min = (int)(rem / SECS_PER_MIN); in localtime()
57 tmp->tm_sec = (int)(rem % SECS_PER_MIN); in localtime()
/illumos-gate/usr/src/uts/common/sys/
H A Dtzfile.h150 #define SECS_PER_MIN SECSPERMIN macro
/illumos-gate/usr/src/head/
H A Dtzfile.h217 #define SECS_PER_MIN SECSPERMIN macro
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c469 dtime->ts_min = sec / SECS_PER_MIN; in ud_utime2dtime()
470 sec -= dtime->ts_min * SECS_PER_MIN; in ud_utime2dtime()