Searched refs:timeval (Results 1 - 25 of 134) sorted by relevance

123456

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtime.h100 struct timeval it_interval; /* timer interval */
101 struct timeval it_value; /* current value */
146 * LP64 version of struct timeval. time_t is a long and must grow when
148 * WARNING - keep in sync with struct timeval
229 void microtime(struct timeval *tv);
230 void microuptime(struct timeval *tv);
237 void timevaladd(struct timeval *t1, struct timeval *t2);
238 void timevalsub(struct timeval *t1, struct timeval *t
[all...]
H A D_select.h40 fd_set * __restrict, struct timeval * __restrict)
H A Dresourcevar.h89 struct timeval p_start; /* starting time ; compat only */
132 void calcru(struct proc *p, struct timeval *up, struct timeval *sp,
133 struct timeval *ip);
H A Deventvar.h89 void *, struct timeval *, struct proc *);
H A Dkpi_socket.h46 struct timeval;
135 errno_t sock_connectwait(socket_t so, const struct timeval *tv);
H A Dresource.h72 /* [XSI] The timeval structure shall be defined as described in
143 struct timeval ru_utime; /* user time used (PL) */
144 struct timeval ru_stime; /* system time used (PL) */
176 /* LP64 version of struct timeval. time_t is a long and must grow when
178 * WARNING - keep in sync with struct timeval
H A Dttycom.h163 #define TIOCTIMESTAMP _IOR('t', 89, struct timeval) /* enable/get timestamp
165 #define TIOCDCDTIMESTAMP _IOR('t', 88, struct timeval) /* enable/get timestamp
H A Dev.h76 int waitevent(er_t, struct timeval *);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddevtimer.h74 struct timeval abs_time,
80 struct timeval rel_time,
89 struct timeval
H A Ddevtimer.c70 timeval_add(struct timeval tv1, struct timeval tv2,
71 struct timeval * result)
83 timeval_to_absolutetime(struct timeval tv)
198 struct timeval abs_time,
225 struct timeval rel_time,
229 struct timeval abs_time;
230 struct timeval current_time;
265 struct timeval tv;
271 __private_extern__ struct timeval
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_time.c98 struct timeval *tv);
107 * here provide support for adding and subtracting timeval structures
142 struct timeval atv;
163 error = copyin(uap->tv, &atv, sizeof(struct timeval));
186 struct timeval *tv)
198 struct timeval atv;
214 error = copyin(uap->delta, &atv, sizeof(struct timeval));
231 error = copyout(&atv, uap->olddelta, sizeof(struct timeval));
246 struct timeval tv;
275 uint64_t tvtoabstime(struct timeval *tv
[all...]
H A Dkern_clock.c96 int tvtohz(struct timeval *tv);
195 hzto(struct timeval *tv)
197 struct timeval now;
252 tvtohz(struct timeval *tv)
336 struct timeval *tv;
337 struct timeval st;
361 struct timeval st;
/macosx-10.5.8/xnu-1228.15.4/osfmk/sys/
H A Dtime.h111 #define timeval time_value macro
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs.h115 struct timeval s_createtime;
116 struct timeval s_accesstime;
117 struct timeval s_modificationtime;
118 struct timeval s_changetime;
119 struct timeval s_backuptime;
154 struct timeval _tv; \
235 int synthfs_update(struct vnode *vp, struct timeval *access, struct timeval *modify, int waitfor);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_extern.h95 struct timeval;
137 int ffs_update(struct vnode *, struct timeval *, struct timeval *, int);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h95 struct timeval startTime; // time we started catalog search
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfsdefs.h259 dn_times(devnode_t * dnp, struct timeval *t1, struct timeval *t2, struct timeval *t3)
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_mroute.h230 struct timeval mfc_last_assert; /* last time I sent an assert*/
262 struct timeval t; /* Timestamp */
286 struct timeval tbf_last_pkt_t; /* arr. time of last pkt */
H A Dip_id.c137 struct timeval timenow;
187 struct timeval timenow;
H A Din_rmx.c86 extern int tvtohz(struct timeval *);
294 struct timeval timenow;
322 struct timeval timenow;
372 struct timeval atv;
374 struct timeval timenow;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_rmx.c134 extern int tvtohz(struct timeval *);
326 struct timeval timenow;
355 struct timeval timenow;
399 struct timeval atv;
401 struct timeval timenow;
458 struct timeval timenow;
485 struct timeval atv;
486 struct timeval timenow;
H A Dip6_mroute.h240 struct timeval mf6c_last_assert; /* last time I sent an assert*/
264 struct timeval t; /* Timestamp */
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitKernelInternal.h130 extern "C" struct timeval gIOLastSleepTime;
131 extern "C" struct timeval gIOLastWakeTime;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A DMacOSStubs.c53 struct timeval tv;
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dsocket_tests.c338 struct timeval * my_tvp;
339 struct timeval my_orig_tv;
367 my_tvp = (struct timeval *) &my_buffer[0];
372 my_err = setsockopt( my_sockets[0], SOL_SOCKET, SO_RCVTIMEO, &my_buffer[0], sizeof(struct timeval) );
385 my_tvp = (struct timeval *) &my_buffer[0];
387 printf( "setsockopt - SO_RCVTIMEO - did not set correct timeval \n" );
392 my_err = setsockopt( my_sockets[0], SOL_SOCKET, SO_RCVTIMEO, &my_orig_tv, sizeof(struct timeval) );
434 struct timeval my_timeout;

Completed in 202 milliseconds

123456