Searched defs:tms32 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtimes.h53 struct tms32 { struct
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c341 struct tms32 tms32; local
343 if (Pread(Proc, &tms32, sizeof (tms32), offset)
344 != sizeof (tms32))
353 tms.tms_utime = (unsigned)tms32.tms_utime;
354 tms.tms_stime = (unsigned)tms32.tms_stime;
355 tms.tms_cutime = (unsigned)tms32.tms_cutime;
356 tms.tms_cstime = (unsigned)tms32.tms_cstime;

Completed in 79 milliseconds