Home
last modified time | relevance | path

Searched defs:tvp (Results 51 – 58 of 58) sorted by path

123

/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c65 #define TVTSCMP(tvp, tsp, cmp) \ argument
1258 tv2hrt(struct timeval *tvp) in tv2hrt()
1265 hrt2tv(hrtime_t hrt, struct timeval *tvp) in hrt2tv()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c66 #define gettimeofday(tvp, tzp) uniqtime(tvp) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h128 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument
129 #define timercmp(tvp, uvp, cmp) \ argument
136 #define timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0 argument
144 #define timeradd(tvp, uvp, vvp) \ argument
155 #define timersub(tvp, uvp, vvp) \ argument
303 #define TICK_TO_TIMEVAL(tick, tvp) { \ argument
309 #define TICK_TO_TIMEVAL32(tick, tvp) { \ argument
329 #define TIMEVAL_TO_TICK(tvp) \ argument
H A Dtimer.h135 #define timerspecisset(tvp) ((tvp)->tv_sec || (tvp)->tv_nsec) argument
136 #define timerspeccmp(tvp, uvp) (((tvp)->tv_sec - (uvp)->tv_sec) ? \ argument
138 #define timerspecclear(tvp) ((tvp)->tv_sec = (tvp)->tv_nsec = 0) argument
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_info.c45 lwp_info(timestruc_t *tvp) in lwp_info()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c1399 struct vnode *tvp = NULL; in swapdel() local
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c1729 struct timeval *tvp = &ppsclockev.tv; in zsa_xsint() local
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1938 struct timeval *tvp = &asy_ppsev.tv; in asy_ppsevent() local

123