HomeSort by: relevance | last modified time | path
    Searched refs:timeval (Results 1 - 25 of 619) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/games/tetris/
input.h 37 int rwait(struct timeval *);
  /src/sys/sys/
timearith.h 65 struct timeval;
68 int tvtohz(const struct timeval *);
70 int itimerfix(struct timeval *);
iostat.h 99 struct timeval io_attachtime; /* time disk was attached */
100 struct timeval io_timestamp; /* timestamp of last unbusy */
101 struct timeval io_busystamp; /* timestamp of last busy */
102 struct timeval io_waitstamp; /* timestamp of last wait */
103 struct timeval io_busysum; /* accumulated wait * time */
104 struct timeval io_waitsum; /* accumulated busy * time */
105 struct timeval io_busytime; /* accumlated time busy */
106 struct timeval io_waittime; /* accumlated time waiting */
clockctl.h 43 const struct timeval *tv;
50 const struct timeval *delta;
51 struct timeval *olddelta;
tape.h 71 struct timeval attachtime; /* time tape was attached */
72 struct timeval timestamp; /* timestamp of last unbusy */
73 struct timeval time; /* total time spent busy */
timevar.h 154 * "micro" == struct timeval == seconds + microseconds.
171 void microuptime(struct timeval *);
175 void microtime(struct timeval *);
179 void getmicrouptime(struct timeval *);
183 void getmicrotime(struct timeval *);
187 void getmicroboottime(struct timeval *);
191 void adjtime1(const struct timeval *, struct timeval *, struct proc *);
203 int tvhzto(const struct timeval *);
205 int ppsratecheck(struct timeval *, int *, int)
    [all...]
  /src/sys/fs/nfs/client/
nlminfo.h 42 struct timeval pid_start; /* process starting time */
  /src/lib/libc/yp/
local.h 31 extern struct timeval _yplib_timeout;
  /src/sys/arch/vax/include/
clock.h 58 int generic_gettime(struct timeval *);
59 void generic_settime(struct timeval *);
60 int chip_gettime(struct timeval *);
61 void chip_settime(struct timeval *);
  /src/usr.bin/netstat/
vtw.h 7 void timebase(struct timeval *);
  /src/usr.bin/vmstat/
drvstats.h 49 struct timeval *time; /* Time spent in disk i/o. */
50 struct timeval *wait; /* Time spent in queue waiting. */
51 struct timeval *busysum; /* Time busy * queue length */
52 struct timeval *waitsum; /* Time waiting * queue length */
53 struct timeval *timestamp; /* Disk sample time */
  /src/sys/compat/sys/
time.h 53 int __gettimeofday50(struct timeval * __restrict, void *__restrict);
56 int __utimes50(const char *, const struct timeval [2]);
65 int __adjtime50(const struct timeval *, struct timeval *);
66 int __futimes50(int, const struct timeval [2]);
67 int __lutimes50(const char *, const struct timeval [2]);
68 int __settimeofday50(const struct timeval * __restrict,
  /src/sys/compat/ufs/lfs/
lfs_extern.h 9 int __lfs_segwait50(fsid_t *, struct timeval *);
  /src/include/rpc/
clnt_soc.h 88 * struct timeval wait;
97 * struct timeval wait;
106 struct timeval,
111 struct timeval,
  /src/sys/kern/
kern_rate.c 43 ratecheck(struct timeval *lasttime, const struct timeval *mininterval)
45 struct timeval tv, delta;
68 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps)
70 struct timeval tv, delta;
  /src/sys/dev/raidframe/
rf_etimer.h 38 struct timeval st;
39 struct timeval et;
40 struct timeval diff;
  /src/lib/libc/sys/
adjtime.c 54 int ____adjtime50(const struct timeval *, struct timeval *);
57 adjtime(const struct timeval *delta, struct timeval *olddelta)
  /src/sys/netinet/
dccp_tfrc.h 73 struct timeval t_sent; /* When the packet was sent */
93 struct timeval t_last_win_count;
96 struct timeval t_ld; /* Time last doubled during slow start */
98 struct timeval t_nom; /* Nominal send time of next packet */
99 struct timeval t_ipi; /* Interpacket (send) interval */
100 struct timeval delta; /* Send timer delta */
180 struct timeval t_recv; /* When the packet was received */
215 struct timeval t_last_feedback;
  /src/usr.sbin/timed/timed/
timed-extern.h 37 struct timeval;
44 struct tsp *readmsg(int, char *, struct timeval *, struct netinfo *);
49 void adj_msg_time(struct tsp *, struct timeval *);
70 void mstotvround(struct timeval *, long);
87 void update_time(struct timeval *, const struct tsp *);
  /src/tests/lib/libc/sys/
t_gettimeofday.c 63 struct timeval tv1, tv2;
68 (void)memset(&tv1, 0, sizeof(struct timeval));
69 (void)memset(&tv2, 0, sizeof(struct timeval));
  /src/lib/libc/compat/sys/
compat_utimes.c 57 struct timeval tv[2];
69 struct timeval tv[2];
81 struct timeval tv[2];
compat_adjtime.c 62 struct timeval ts, *tsp;
63 struct timeval rts, *rtsp;
  /src/sys/dev/
clock_subr.h 73 * todr_gettime: convert time-of-day clock into a `struct timeval'
74 * todr_settime: set time-of-day clock from a `struct timeval'
81 struct timeval;
87 int (*todr_gettime)(struct todr_chip_handle *, struct timeval *);
88 int (*todr_settime)(struct todr_chip_handle *, struct timeval *);
  /src/sys/arch/amiga/dev/
rtc.h 40 extern int (*ugettod)(struct timeval *);
41 extern int (*usettod)(struct timeval *);
  /src/usr.sbin/altq/altqstat/
altqstat.h 60 double calc_interval(struct timeval *, struct timeval *);

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 91011>>