Home
last modified time | relevance | path

Searched refs:clock32_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dtimes.c76 clock32_t
81 clock32_t ret_lbolt; in times32()
84 p_time.tms_utime = (clock32_t)NSEC_TO_TICK( in times32()
86 p_time.tms_stime = (clock32_t)NSEC_TO_TICK( in times32()
88 p_time.tms_cutime = (clock32_t)p->p_cutime; in times32()
89 p_time.tms_cstime = (clock32_t)p->p_cstime; in times32()
95 ret_lbolt = (clock32_t)ddi_get_lbolt(); in times32()
97 return (ret_lbolt == (clock32_t)-1 ? 0 : ret_lbolt); in times32()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimes.h54 clock32_t tms_utime; /* user time */
55 clock32_t tms_stime; /* system time */
56 clock32_t tms_cutime; /* user time, children */
57 clock32_t tms_cstime; /* system time, children */
H A Dtypes32.h67 typedef int32_t clock32_t; typedef
H A Dstrlog.h54 clock32_t ltime; /* time in machine ticks since boot */
H A Dsiginfo.h331 clock32_t __utime;
333 clock32_t __stime;
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.h308 clock32_t aq_delay;
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c796 extern clock32_t times32(struct tms32 *);