Home | Sort by: relevance | last modified time | path |
/src/sys/compat/common/ | |
clockctl_50.c | 101 struct timespec50 tp50; local in function:compat50_clockctlioctl 105 error = copyin(args->tp, &tp50, sizeof(tp50)); 108 timespec50_to_timespec(&tp50, &tp); |
clockctl_50.c | 101 struct timespec50 tp50; local in function:compat50_clockctlioctl 105 error = copyin(args->tp, &tp50, sizeof(tp50)); 108 timespec50_to_timespec(&tp50, &tp); |