Searched refs:systime (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/bin/ps/
H A Dextern.h81 char *systime(KINFO *, VARENT *);
H A Dkeyword.c191 {"systime", "SYSTIME", NULL, "system-time", USER, systime, 0, CHAR,
H A Dprint.c558 systime(KINFO *k, VARENT *ve) function
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_util.c943 const time_t *systime
958 check_leap_expiration(is_daily_check, ntptime, systime);
968 const time_t *systime
978 rc = leapsec_daystolive(ntptime, systime);
/freebsd-current/usr.sbin/ntp/libntp/
H A DMakefile12 NTP_SRCS= systime.c a_md5encrypt.c adjtime.c atoint.c \
/freebsd-current/contrib/ntp/include/
H A Dntpd.h293 extern void check_leap_file (int is_daily_check, u_int32 ntptime, const time_t * systime);
/freebsd-current/usr.bin/gzip/
H A Dgzip.c1858 time_t systime; local
1880 systime = time(NULL);
1881 if (systime == -1) {
1885 mtime = (uint32_t)systime;
/freebsd-current/contrib/ntp/libntp/
H A DMakefile.am223 libntp_a_SOURCES = systime.c $(libntp_a_SRCS)
H A DMakefile.in168 am__libntp_a_SOURCES_DIST = systime.c a_md5encrypt.c adjtime.c \
250 am_libntp_a_OBJECTS = systime.$(OBJEXT) $(am__objects_5)
332 ./$(DEPDIR)/systime.Po ./$(DEPDIR)/systime_s.Po \
853 libntp_a_SOURCES = systime.c $(libntp_a_SRCS)
1111 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/systime.Po@am__quote@ # am--include-marker
1398 -rm -f ./$(DEPDIR)/systime.Po
1553 -rm -f ./$(DEPDIR)/systime.Po
/freebsd-current/crypto/openssl/apps/lib/
H A Dapps.c2717 SYSTEMTIME systime; local
2724 GetSystemTime(&systime);
2725 SystemTimeToFileTime(&systime, &now);
/freebsd-current/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h1461 * Read the systime value
1467 * @param systime pointer to structure where the time will be stored.
1471 struct al_eth_pth_time *systime);
1475 * The systime will be incremented by this value on each posedge of the
1484 /**< enum for methods when updating systime using triggers */
1492 /**< systime internal update trigger types */
1512 * Configure the systime internal update
1524 * The update time used when updating the systime with
1543 * Configure the systime external update.
1557 * The update time used when updating the systime wit
[all...]
H A Dal_hal_eth_main.c3597 /* Read the systime value */
3599 struct al_eth_pth_time *systime)
3607 systime->femto = (uint64_t)reg << 18;
3609 systime->seconds = reg;
3631 /* Configure the systime internal update */
3672 /* Configure the systime external update */
3598 al_eth_pth_systime_read(struct al_hal_eth_adapter *adapter, struct al_eth_pth_time *systime) argument

Completed in 180 milliseconds