Home
last modified time | relevance | path

Searched refs:tms (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/time/
H A Dt_mktime.c67 struct tm tms; in ATF_TC_BODY() local
70 (void)memset(&tms, 0, sizeof(tms)); in ATF_TC_BODY()
71 tms.tm_year = -1; in ATF_TC_BODY()
72 tms.tm_mday = 1; in ATF_TC_BODY()
75 t = mktime(&tms); in ATF_TC_BODY()
87 struct tm tms; in ATF_TC_BODY() local
91 (void)memset(&tms, 0, sizeof(tms)); in ATF_TC_BODY()
93 tms.tm_year = 1970 - 1900; in ATF_TC_BODY()
94 tms.tm_mday = 1; in ATF_TC_BODY()
95 t = timegm(&tms); in ATF_TC_BODY()
[all …]
/freebsd/lib/libc/gen/
H A Dsem_new.c350 } tms; in usem_wait() local
359 tms.timeout._clockid = clock_id; in usem_wait()
360 tms.timeout._flags = (flags & TIMER_ABSTIME) ? UMTX_ABSTIME : 0; in usem_wait()
361 tms.timeout._timeout = *rqtp; in usem_wait()
362 tm_p = &tms; in usem_wait()
363 tm_size = sizeof(tms); in usem_wait()
368 *rmtp = tms.remain; in usem_wait()
H A Dtimes.c44 times(struct tms *tp) in times()
/freebsd/sys/sys/
H A Dtimes.h47 struct tms { struct
58 clock_t times(struct tms *);
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,apr.txt56 "tms/servreg", "msm/adsp/audio_pd".
57 "tms/servreg", "msm/modem/wlan_pd".
58 "tms/servreg", "msm/slpi/sensor_pd".
124 qcom,protection-domain = "tms/servreg", "msm/slpi/sensor_pd";
/freebsd/contrib/tcsh/
H A Dsh.decls.h426 extern void prusage (struct tms *, struct tms *,
429 extern void prusage (struct tms *, struct tms *,
H A Dsh.time.c46 struct tms times0;
127 struct tms times_dol; in dotime()
284 prusage(struct tms *bs, struct tms *es, time_t e, time_t b) in prusage()
287 prusage(struct tms *bs, struct tms *es, clock_t e, clock_t b) in prusage()
H A Dsh.proc.c106 static struct tms zru = {0, 0, 0, 0}, lru = {0, 0, 0, 0};
108 static struct tms zru = {0L, 0L, 0L, 0L}, lru = {0L, 0L, 0L, 0L};
162 struct tms proctimes; in pchild()
834 struct tms tmptimes; in palloc()
1282 struct tms zts, rts; in ptprint()
H A Dsh.h621 EXTERN struct tms shtimes; /* shell and child times for process timing */
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_macinfo.c111 Dwarf_MacroSet ms, tms; in _dwarf_macinfo_cleanup() local
116 STAILQ_FOREACH_SAFE(ms, &dbg->dbg_mslist, ms_next, tms) { in _dwarf_macinfo_cleanup()
/freebsd/contrib/one-true-awk/testdir/
H A Dtime.c10 struct tms before, after; in main()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c426 struct l_times_argv tms; in linux_times() local
439 tms.tms_utime = CONVTCK(utime); in linux_times()
440 tms.tms_stime = CONVTCK(stime); in linux_times()
442 tms.tms_cutime = CONVTCK(cutime); in linux_times()
443 tms.tms_cstime = CONVTCK(cstime); in linux_times()
445 if ((error = copyout(&tms, args->buf, sizeof(tms)))) in linux_times()
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-npcm750-runbmc-olympus.dts90 tms {
91 label = "tms";
H A Dnuvoton-npcm730-gbs.dts520 tms-gpios = <&gpio7 6 GPIO_ACTIVE_HIGH>;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp87 unsigned struct_tms_sz = sizeof(struct tms);
H A Dsanitizer_platform_limits_freebsd.cpp130 unsigned struct_tms_sz = sizeof(struct tms);
H A Dsanitizer_platform_limits_posix.cpp204 unsigned struct_tms_sz = sizeof(struct tms);
H A Dsanitizer_platform_limits_netbsd.cpp553 unsigned struct_tms_sz = sizeof(struct tms);
H A Dsanitizer_common_interceptors.inc5400 INTERCEPTOR(__sanitizer_clock_t, times, void *tms) {
5402 COMMON_INTERCEPTOR_ENTER(ctx, times, tms);
5406 __sanitizer_clock_t res = REAL(times)(tms);
5407 if (res != (__sanitizer_clock_t)-1 && tms)
5408 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tms, struct_tms_sz);
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dimg,pistachio-pinctrl.txt146 tms
/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c741 struct tms before, after; in TINFO_DOUPDATE()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c58 { struct tms junk; clock_t newTicks = (clock_t) times(&junk); in GetCurrentClockTimeMicroseconds()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1820 struct tms buffer; in __kmp_read_cpu_time()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2785 struct tms rus; in app_tminterval()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def2342 /// clock_t times(struct tms *buffer);