HomeSort by: relevance | last modified time | path
    Searched defs:ts50 (Results 1 - 3 of 3) sorted by relevancy

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

Completed in 13 milliseconds