taglinefilesource code
tbuf403kernel/sys.cint sys_times(struct tms * tbuf)
tbuf405kernel/sys.cif (tbuf) {
tbuf406kernel/sys.cverify_area(tbuf,sizeof *tbuf);
tbuf407kernel/sys.cput_fs_long(current->utime,(unsigned long *)&tbuf->tms_utime);
tbuf408kernel/sys.cput_fs_long(current->stime,(unsigned long *)&tbuf->tms_stime);
tbuf409kernel/sys.cput_fs_long(current->cutime,(unsigned long *)&tbuf->tms_cutime);
tbuf410kernel/sys.cput_fs_long(current->cstime,(unsigned long *)&tbuf->tms_cstime);