Home | History | Annotate | Download | only in common

Lines Matching defs:ts50

357 	struct timespec50 ts50;
366 error = copyin(SCARG(uap, timeout), &ts50,
370 timespec50_to_timespec(&ts50, &ts);
397 struct timespec50 ts50;
403 error = copyin(SCARG(uap, abs_timeout), &ts50, sizeof(ts50));
406 timespec50_to_timespec(&ts50, &ts);
432 struct timespec50 ts50;
438 error = copyin(SCARG(uap, abs_timeout), &ts50, sizeof(ts50));
442 timespec50_to_timespec(&ts50, &ts);