Searched refs:tms32 (Results 1 – 4 of 4) sorted by relevance
77 times32(struct tms32 *tp) in times32()80 struct tms32 p_time; in times32()
53 struct tms32 { struct
341 struct tms32 tms32; in show_times() local343 if (Pread(Proc, &tms32, sizeof (tms32), offset) in show_times()344 != sizeof (tms32)) in show_times()353 tms.tms_utime = (unsigned)tms32.tms_utime; in show_times()354 tms.tms_stime = (unsigned)tms32.tms_stime; in show_times()355 tms.tms_cutime = (unsigned)tms32.tms_cutime; in show_times()356 tms.tms_cstime = (unsigned)tms32.tms_cstime; in show_times()
797 extern clock32_t times32(struct tms32 *);