HomeSort by: relevance | last modified time | path
    Searched defs:stime (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/at/
stime.c 1 /* $NetBSD: stime.c,v 1.7 2008/07/21 14:19:21 lukem Exp $ */
42 __RCSID("$NetBSD: stime.c,v 1.7 2008/07/21 14:19:21 lukem Exp $");
51 #include "stime.h"
56 stime(char *arg) function in typeref:typename:time_t
  /src/games/hack/
hack.wield.c 134 const char *stime; local in function:chwepon
163 stime = (amount * amount == 1) ? "moment" : "while";
165 aobjnam(uwep, "glow"), color, stime);
  /src/usr.bin/systat/
pigs.c 64 uint64_t stime[CPUSTATES]; variable in typeref:typename:uint64_t[]
150 (void) fetch_cptime(stime);
211 t += cputime[i] - stime[i];
215 pt[nproc].pt_pctcpu = (cputime[CP_IDLE] - stime[CP_IDLE]) / t;
217 stime[i] = cputime[i];
  /src/sys/external/bsd/drm2/dist/drm/
drm_vblank.c 646 ktime_t stime, etime; local in function:drm_calc_vbltimestamp_from_scanoutpos
695 * and bounding timestamps stime, etime, pre/post query.
700 &stime, &etime,
711 duration_ns = ktime_to_ns(etime) - ktime_to_ns(stime);
  /src/sys/kern/
tty.c 1968 struct timeval now, stime; local in function:ttread
1973 stime.tv_usec = 0; /* XXX gcc */
1974 stime.tv_sec = 0; /* XXX gcc */
2048 getmicrotime(&stime);
2052 getmicrotime(&stime);
2057 slp = t - diff(now, stime);
2064 getmicrotime(&stime);
2068 slp = t - diff(now, stime);
2645 struct timeval utime, stime; local in function:ttygetinfo
2757 calcru(pick, &utime, &stime, NULL, NULL)
    [all...]

Completed in 17 milliseconds