Searched refs:SEC (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/usr.bin/mkuzip/
H A Dmkuz_time.h32 #define SEC(x) ((x)->tv_sec) macro
35 #define timespec2dtime(s) ((double)SEC(s) + \
/freebsd-13-stable/contrib/ntp/scripts/monitoring/
H A Dtimelocal.pl34 $SEC = 1;
35 $MIN = 60 * $SEC;
46 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS;
54 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS
75 $guess -= $g[0] * $SEC + $g[1] * $MIN + $g[2] * $HR + $g[3] * $DAYS;
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dtime.h34 #ifndef SEC
35 #define SEC 1 macro
71 #define NSEC2SEC(n) ((n) / (NANOSEC / SEC))
75 #define SEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / SEC))
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtime.h40 #define SEC 1 macro
51 #define NSEC2SEC(n) ((n) / (NANOSEC / SEC))
52 #define SEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / SEC))
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h38 #define SEC 1 macro
50 #define NSEC2SEC(n) ((n) / (NANOSEC / SEC))
51 #define SEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / SEC))
/freebsd-13-stable/usr.bin/calendar/
H A Dsunpos.c194 #define SEC(h) 0 macro
315 sunpos(year, 6, d, UTCoffset, HOUR(h), MIN(h), SEC(h),
345 sunpos(year, 12, d, UTCoffset, HOUR(h), MIN(h), SEC(h),
384 HOUR(h), MIN(h), SEC(h), 0.0, 0.0, &prevL, &dec);
391 HOUR(h), MIN(h), SEC(h),
/freebsd-13-stable/sys/cddl/dev/profile/
H A Dprofile.c382 { "s", NANOSEC / SEC },
383 { "sec", NANOSEC / SEC },
/freebsd-13-stable/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c104 #define SEC(x) ((x)->tv_sec) macro
111 SEC(ts) = (tv)->tv_sec; \
/freebsd-13-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec8 Summary: Lowlevel DNS(SEC) library with API
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c743 { "s", NANOSEC / SEC },
744 { "sec", NANOSEC / SEC },
/freebsd-13-stable/sys/sys/
H A Dmount.h862 #define VFS_CHECKEXP(MP, NAM, EXFLG, CRED, NUMSEC, SEC) ({ \
866 SEC); \

Completed in 178 milliseconds