Home | History | Annotate | Download | only in common

Lines Matching defs:ts50

69 	struct timespec50 ts50;
75 error = copyin(SCARG(uap, ts), &ts50, sizeof(ts50));
78 timespec50_to_timespec(&ts50, &ts);
94 struct timespec50 ts50;
98 error = copyin(u, &ts50, sizeof(ts50));
101 timespec50_to_timespec(&ts50, s);
108 struct timespec50 ts50;
111 timespec_to_timespec50(s, &ts50);
112 return copyout(&ts50, u, sizeof(ts50));