Home
last modified time | relevance | path

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

123

/freebsd/contrib/libpcap/testprogs/
H A Dfindalldevstest-perf.c30 ULONGLONG ktime, utime, tottime; in main() local
33 struct timeval ktime, utime, tottime; in main() local
75 utime = end_uticks.QuadPart - start_uticks.QuadPart; in main()
76 tottime = ktime + utime; in main()
79 ((double)utime) / 10000000.0, in main()
87 timersub(&end_rusage.ru_utime, &start_rusage.ru_utime, &utime); in main()
88 timeradd(&ktime, &utime, &tottime); in main()
91 (double)utime.tv_sec + ((double)utime.tv_usec / 1000000.0), in main()
/freebsd/tools/test/stress2/tools/
H A Dswap.c46 static int runtime, utime; variable
160 usleep(utime); in test()
180 utime = 1000; /* 0.001 sec */ in main()
189 if (sscanf(optarg, "%d", &utime) != 1) in main()
213 pct, utime, size / 1024 / 1024); in main()
/freebsd/sys/dev/watchdog/
H A Dwatchdog.c270 u_int utime; in wd_set_pretimeout() local
274 utime = wdog_kern_last_timeout(); in wd_set_pretimeout()
275 pow2ns_to_ts(utime, &utime_ts); in wd_set_pretimeout()
295 timeout_ticks = pow2ns_to_ticks(utime) - (hz*newtimeout); in wd_set_pretimeout()
303 utime, pow2ns_to_ticks(utime), in wd_set_pretimeout()
/freebsd/sbin/newfs/
H A Dmkfs.c117 time_t utime; in mkfs()
139 utime = 1000000000; in mkfs()
141 time(&utime); in mkfs()
476 sblock.fs_id[0] = (long)utime; in mkfs()
493 sblock.fs_time = utime; in mkfs()
495 sblock.fs_old_time = utime; in mkfs()
599 initcg(cg, utime); in mkfs()
620 fsinit(utime); in mkfs()
699 initcg(int cylno, time_t utime)
724 acg.cg_time = utime; in initcg()
121 time_t utime; mkfs() local
703 initcg(int cylno,time_t utime) initcg() argument
901 fsinit(time_t utime) fsinit() argument
[all...]
/freebsd/tools/test/stress2/misc/
H A Dshm2.sh70 static int runtime, utime;
133 // usleep(utime);
153 utime = 1000; /* 0.001 sec */
/freebsd/sys/kern/
H A Dtty_info.c282 struct timeval rtime, utime, stime; in tty_info() local
382 rufetchcalc(p, &ru, &utime, &stime); in tty_info()
387 /* Print command, pid, state, rtime, utime, stime, %cpu, and rss. */ in tty_info()
392 (long)utime.tv_sec, utime.tv_usec / 10000, in tty_info()
/freebsd/sbin/tunefs/
H A Dtunefs.c915 time_t utime; in journal_alloc() local
975 time(&utime); in journal_alloc()
983 dp.dp1->di_atime = utime; in journal_alloc()
984 dp.dp1->di_mtime = utime; in journal_alloc()
985 dp.dp1->di_ctime = utime; in journal_alloc()
993 dp.dp2->di_atime = utime; in journal_alloc()
994 dp.dp2->di_mtime = utime; in journal_alloc()
995 dp.dp2->di_ctime = utime; in journal_alloc()
996 dp.dp2->di_birthtime = utime; in journal_alloc()
/freebsd/include/
H A Dutime.h49 int utime(const char *, const struct utimbuf *);
/freebsd/lib/libc/gen/
H A Dutime.c37 utime(const char *path, const struct utimbuf *times) in utime() function
H A DMakefile.inc166 utime.c \
318 utime.3 \
H A DSymbol.map291 utime;
/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_set_timestamps.c83 return (utime(fn, &utb)); in elftc_set_timestamps()
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_option_u.c42 assertEqualInt(0, utime("f", &times)); in DEFINE_TEST()
H A Dtest_option_a.c62 assertEqualInt(0, utime(files[i].name, &times)); in test_create()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h200 void SetUserTime(struct timespec utime) { m_user_time = utime; } in SetUserTime() argument
/freebsd/contrib/file/
H A Dconfigure.ac118 AC_CHECK_HEADERS(spawn.h utime.h wchar.h wctype.h)
120 AC_CHECK_HEADERS(sys/bswap.h sys/mman.h sys/stat.h sys/types.h sys/utime.h sys/time.h sys/sysmacros…
204 AC_CHECK_FUNCS(strndup mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale …
H A Dconfig.h.in227 /* Define to 1 if you have the <sys/utime.h> header file. */
251 /* Define to 1 if you have the 'utime' function. */
257 /* Define to 1 if you have the <utime.h> header file. */
/freebsd/sys/security/mac_bsdextended/
H A Dugidfw_internal.h107 struct timespec utime);
H A Dugidfw_vnode.c268 struct label *vplabel, struct timespec atime, struct timespec utime) in ugidfw_vnode_check_setutimes() argument
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dkeywords119 utime UTIME
/freebsd/tests/sys/cddl/zfs/tests/ctime/
H A Dctime_001_pos.c329 if (utime(pfile, NULL) == -1) { in do_utime()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dctime.c213 if (utime(pfile, NULL) == -1) { in do_utime()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c117 return (utime(filename, &ub)); in utimes()
/freebsd/contrib/wpa/src/common/
H A Ddpp.c2674 os_time_t utime; in dpp_key_expired() local
2694 if (os_mktime(year, month, day, hour, min, sec, &utime) < 0) { in dpp_key_expired()
2715 utime += 3600 * hour; in dpp_key_expired()
2717 utime -= 3600 * hour; in dpp_key_expired()
2720 utime += 60 * min; in dpp_key_expired()
2722 utime -= 60 * min; in dpp_key_expired()
2731 *expiry = utime; in dpp_key_expired()
2739 if (now.sec > utime) { in dpp_key_expired()
2741 utime, now.sec); in dpp_key_expired()
/freebsd/usr.sbin/makefs/ffs/
H A Dmkfs.c623 initcg(uint32_t cylno, time_t utime, const fsinfo_t *fsopts) in initcg() argument
646 acg.cg_time = utime; in initcg()

123