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

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1156 int time_error; local
1178 if ((time_error = lwp_timer_copyin(&lwpt, tsp)) == 0 &&
1223 if (tsp && !time_error) /* copyout the residual time left */
1256 if (time_error) {
1262 error = time_error;
1370 if (tsp && !time_error) /* copyout the residual time left */
2043 int time_error; local
2057 if ((time_error = lwp_timer_copyin(&lwpt, tsp)) == 0 &&
2087 if (time_error) {
2093 error = time_error;
2347 int time_error; local
[all...]

Completed in 50 milliseconds