/freebsd/contrib/libpcap/testprogs/ |
H A D | findalldevstest-perf.c | 30 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 D | swap.c | 46 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 D | watchdog.c | 270 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 D | mkfs.c | 117 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 D | shm2.sh | 70 static int runtime, utime; 133 // usleep(utime); 153 utime = 1000; /* 0.001 sec */
|
/freebsd/sys/kern/ |
H A D | tty_info.c | 282 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 D | tunefs.c | 915 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 D | utime.h | 49 int utime(const char *, const struct utimbuf *);
|
/freebsd/lib/libc/gen/ |
H A D | utime.c | 37 utime(const char *path, const struct utimbuf *times) in utime() function
|
H A D | Makefile.inc | 166 utime.c \ 318 utime.3 \
|
H A D | Symbol.map | 291 utime;
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | elftc_set_timestamps.c | 83 return (utime(fn, &utb)); in elftc_set_timestamps()
|
/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_option_u.c | 42 assertEqualInt(0, utime("f", ×)); in DEFINE_TEST()
|
H A D | test_option_a.c | 62 assertEqualInt(0, utime(files[i].name, ×)); in test_create()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | ProcessInfo.h | 200 void SetUserTime(struct timespec utime) { m_user_time = utime; } in SetUserTime() argument
|
/freebsd/contrib/file/ |
H A D | configure.ac | 118 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 D | config.h.in | 227 /* 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 D | ugidfw_internal.h | 107 struct timespec utime);
|
H A D | ugidfw_vnode.c | 268 struct label *vplabel, struct timespec atime, struct timespec utime) in ugidfw_vnode_check_setutimes() argument
|
/freebsd/contrib/netbsd-tests/bin/ps/ |
H A D | keywords | 119 utime UTIME
|
/freebsd/tests/sys/cddl/zfs/tests/ctime/ |
H A D | ctime_001_pos.c | 329 if (utime(pfile, NULL) == -1) { in do_utime()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | ctime.c | 213 if (utime(pfile, NULL) == -1) { in do_utime()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-misc.c | 117 return (utime(filename, &ub)); in utimes()
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp.c | 2674 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 D | mkfs.c | 623 initcg(uint32_t cylno, time_t utime, const fsinfo_t *fsopts) in initcg() argument 646 acg.cg_time = utime; in initcg()
|