Home
last modified time | relevance | path

Searched refs:cstime (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/compat/svr4/
HDsvr4_misc.c872 struct timeval tv, utime, stime, cutime, cstime; local
882 calccru(p, &cutime, &cstime);
889 tms.tms_cstime = timeval_to_clock_t(&cstime);
/NextBSD/sys/compat/linux/
HDlinux_misc.c692 struct timeval tv, utime, stime, cutime, cstime; in linux_times() local
708 calccru(p, &cutime, &cstime); in linux_times()
715 tms.tms_cstime = CONVTCK(cstime); in linux_times()