| /src/sys/compat/common/ |
| kern_50.c | 69 struct timespec50 ts50; local 75 error = copyin(SCARG(uap, ts), &ts50, sizeof(ts50)); 78 timespec50_to_timespec(&ts50, &ts); 94 struct timespec50 ts50; local 98 error = copyin(u, &ts50, sizeof(ts50)); 101 timespec50_to_timespec(&ts50, s); 108 struct timespec50 ts50; local 111 timespec_to_timespec50(s, &ts50); [all...] |
| kern_select_50.c | 62 struct timespec50 ts50; local 67 error = copyin(src, &ts50, sizeof(ts50)); 70 timespec50_to_timespec(&ts50, (struct timespec *)dest);
|
| kern_time_50.c | 357 struct timespec50 ts50; local 366 error = copyin(SCARG(uap, timeout), &ts50, 370 timespec50_to_timespec(&ts50, &ts); 397 struct timespec50 ts50; local 403 error = copyin(SCARG(uap, abs_timeout), &ts50, sizeof(ts50)); 406 timespec50_to_timespec(&ts50, &ts); 432 struct timespec50 ts50; local 438 error = copyin(SCARG(uap, abs_timeout), &ts50, sizeof(ts50)); [all...] |