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

/freebsd-11-stable/crypto/openssl/crypto/
H A Do_time.c215 unsigned long systime[2];
219 lib$cvt_vectim(epoch_values, systime);
221 printf("%u %u", systime[0], systime[1]);
226 unsigned long systime[2]; local
245 status = lib$add_times(unix_epoch, deltatime, systime);
248 status = sys$numtim(&time_values, systime);
260 &result->tm_wday, systime);
265 &result->tm_yday, systime);
/freebsd-11-stable/bin/ps/
H A Dextern.h81 char *systime(KINFO *, VARENT *);
H A Dkeyword.c198 {"systime", "SYSTIME", NULL, "system-time", USER, systime, 0, CHAR,
H A Dprint.c552 systime(KINFO *k, VARENT *ve) function
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_util.c893 const time_t *systime
908 check_leap_expiration(is_daily_check, ntptime, systime);
918 const time_t *systime
928 rc = leapsec_daystolive(ntptime, systime);
/freebsd-11-stable/usr.sbin/ntp/libntp/
H A DMakefile12 NTP_SRCS= systime.c a_md5encrypt.c adjtime.c atoint.c \
/freebsd-11-stable/contrib/ntp/libntp/
H A DMakefile.am121 libntp_a_SOURCES = systime.c $(libntp_a_SRCS)
H A DMakefile.in149 am__libntp_a_SOURCES_DIST = systime.c a_md5encrypt.c adjtime.c \
231 am_libntp_a_OBJECTS = systime.$(OBJEXT) $(am__objects_4)
718 libntp_a_SOURCES = systime.c $(libntp_a_SRCS)
875 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/systime.Po@am__quote@
/freebsd-11-stable/usr.bin/gzip/
H A Dgzip.c1935 time_t systime; local
1957 systime = time(NULL);
1958 if (systime == -1) {
1962 mtime = (uint32_t)systime;
/freebsd-11-stable/contrib/ntp/include/
H A Dntpd.h293 extern void check_leap_file (int is_daily_check, u_int32 ntptime, const time_t * systime);
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h179 #define vxge_os_curr_time systime
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c2994 SYSTEMTIME systime; local
3001 GetSystemTime(&systime);
3002 SystemTimeToFileTime(&systime, &now);
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h1423 * Read the systime value
1429 * @param systime pointer to structure where the time will be stored.
1433 struct al_eth_pth_time *systime);
1437 * The systime will be incremented by this value on each posedge of the
1446 /**< enum for methods when updating systime using triggers */
1454 /**< systime internal update trigger types */
1474 * Configure the systime internal update
1486 * The update time used when updating the systime with
1505 * Configure the systime external update.
1519 * The update time used when updating the systime wit
[all...]
H A Dal_hal_eth_main.c3323 /* Read the systime value */
3325 struct al_eth_pth_time *systime)
3333 systime->femto = (uint64_t)reg << 18;
3335 systime->seconds = reg;
3357 /* Configure the systime internal update */
3398 /* Configure the systime external update */
3324 al_eth_pth_systime_read(struct al_hal_eth_adapter *adapter, struct al_eth_pth_time *systime) argument

Completed in 129 milliseconds