| /src/sys/compat/netbsd32/ |
| netbsd32_select.c | 65 struct timespec ats, *ts = NULL; local 75 ats.tv_sec = tv32.tv_sec; 76 ats.tv_nsec = tv32.tv_usec * 1000; 77 ts = &ats; 98 struct timespec ats, *ts = NULL; local 105 netbsd32_to_timespec(&ts32, &ats); 106 ts = &ats; 131 struct timespec ats, *ts = NULL; local 138 netbsd32_to_timespec(&ts32, &ats); 139 ts = &ats; [all...] |
| netbsd32_select.c | 65 struct timespec ats, *ts = NULL; local 75 ats.tv_sec = tv32.tv_sec; 76 ats.tv_nsec = tv32.tv_usec * 1000; 77 ts = &ats; 98 struct timespec ats, *ts = NULL; local 105 netbsd32_to_timespec(&ts32, &ats); 106 ts = &ats; 131 struct timespec ats, *ts = NULL; local 138 netbsd32_to_timespec(&ts32, &ats); 139 ts = &ats; [all...] |
| netbsd32_select.c | 65 struct timespec ats, *ts = NULL; local 75 ats.tv_sec = tv32.tv_sec; 76 ats.tv_nsec = tv32.tv_usec * 1000; 77 ts = &ats; 98 struct timespec ats, *ts = NULL; local 105 netbsd32_to_timespec(&ts32, &ats); 106 ts = &ats; 131 struct timespec ats, *ts = NULL; local 138 netbsd32_to_timespec(&ts32, &ats); 139 ts = &ats; [all...] |
| netbsd32_time.c | 225 struct timespec ats; local 250 TIMEVAL_TO_TIMESPEC(&atv, &ats); 251 return settime(p, &ats); 305 struct timespec ats; local 308 error = clock_gettime1(SCARG(uap, clock_id), &ats); 312 netbsd32_from_timespec(&ats, &ts32); 324 struct timespec ats; local 330 netbsd32_to_timespec(&ts32, &ats); 331 return clock_settime1(l->l_proc, SCARG(uap, clock_id), &ats, true);
|
| netbsd32_time.c | 225 struct timespec ats; local 250 TIMEVAL_TO_TIMESPEC(&atv, &ats); 251 return settime(p, &ats); 305 struct timespec ats; local 308 error = clock_gettime1(SCARG(uap, clock_id), &ats); 312 netbsd32_from_timespec(&ats, &ts32); 324 struct timespec ats; local 330 netbsd32_to_timespec(&ts32, &ats); 331 return clock_settime1(l->l_proc, SCARG(uap, clock_id), &ats, true);
|
| netbsd32_time.c | 225 struct timespec ats; local 250 TIMEVAL_TO_TIMESPEC(&atv, &ats); 251 return settime(p, &ats); 305 struct timespec ats; local 308 error = clock_gettime1(SCARG(uap, clock_id), &ats); 312 netbsd32_from_timespec(&ats, &ts32); 324 struct timespec ats; local 330 netbsd32_to_timespec(&ts32, &ats); 331 return clock_settime1(l->l_proc, SCARG(uap, clock_id), &ats, true);
|
| netbsd32_compat_50.c | 132 struct timespec ats, *ts = NULL; local 142 ats.tv_sec = tv32.tv_sec; 143 ats.tv_nsec = tv32.tv_usec * 1000; 144 ts = &ats; 194 struct timespec ats; local 219 TIMEVAL_TO_TIMESPEC(&atv, &ats); 220 return settime(p, &ats); 326 struct timespec ats; local 329 error = clock_gettime1(SCARG(uap, clock_id), &ats); 333 netbsd32_from_timespec50(&ats, &ts32) 346 struct timespec ats; local 634 struct timespec ats, *ts = NULL; local 667 struct timespec ats, *ts = NULL; local [all...] |
| netbsd32_compat_50.c | 132 struct timespec ats, *ts = NULL; local 142 ats.tv_sec = tv32.tv_sec; 143 ats.tv_nsec = tv32.tv_usec * 1000; 144 ts = &ats; 194 struct timespec ats; local 219 TIMEVAL_TO_TIMESPEC(&atv, &ats); 220 return settime(p, &ats); 326 struct timespec ats; local 329 error = clock_gettime1(SCARG(uap, clock_id), &ats); 333 netbsd32_from_timespec50(&ats, &ts32) 346 struct timespec ats; local 634 struct timespec ats, *ts = NULL; local 667 struct timespec ats, *ts = NULL; local [all...] |
| netbsd32_compat_50.c | 132 struct timespec ats, *ts = NULL; local 142 ats.tv_sec = tv32.tv_sec; 143 ats.tv_nsec = tv32.tv_usec * 1000; 144 ts = &ats; 194 struct timespec ats; local 219 TIMEVAL_TO_TIMESPEC(&atv, &ats); 220 return settime(p, &ats); 326 struct timespec ats; local 329 error = clock_gettime1(SCARG(uap, clock_id), &ats); 333 netbsd32_from_timespec50(&ats, &ts32) 346 struct timespec ats; local 634 struct timespec ats, *ts = NULL; local 667 struct timespec ats, *ts = NULL; local [all...] |
| /src/sys/compat/common/ |
| kern_select_50.c | 111 struct timespec ats, *ts = NULL; local 123 ats.tv_sec = atv50.tv_sec; 124 ats.tv_nsec = atv50.tv_usec * 1000; 125 ts = &ats; 145 struct timespec ats, *ts = NULL; local 153 timespec50_to_timespec(&ats50, &ats); 154 ts = &ats; 177 struct timespec ats, *ts = NULL; local 186 timespec50_to_timespec(&ats50, &ats); 187 ts = &ats; [all...] |
| kern_select_50.c | 111 struct timespec ats, *ts = NULL; local 123 ats.tv_sec = atv50.tv_sec; 124 ats.tv_nsec = atv50.tv_usec * 1000; 125 ts = &ats; 145 struct timespec ats, *ts = NULL; local 153 timespec50_to_timespec(&ats50, &ats); 154 ts = &ats; 177 struct timespec ats, *ts = NULL; local 186 timespec50_to_timespec(&ats50, &ats); 187 ts = &ats; [all...] |
| kern_select_50.c | 111 struct timespec ats, *ts = NULL; local 123 ats.tv_sec = atv50.tv_sec; 124 ats.tv_nsec = atv50.tv_usec * 1000; 125 ts = &ats; 145 struct timespec ats, *ts = NULL; local 153 timespec50_to_timespec(&ats50, &ats); 154 ts = &ats; 177 struct timespec ats, *ts = NULL; local 186 timespec50_to_timespec(&ats50, &ats); 187 ts = &ats; [all...] |
| kern_time_50.c | 116 struct timespec ats; local 119 error = clock_gettime1(SCARG(uap, clock_id), &ats); 123 timespec_to_timespec50(&ats, &ats50); 138 struct timespec ats; local 144 timespec50_to_timespec(&ats50, &ats); 146 return clock_settime1(l->l_proc, SCARG(uap, clock_id), &ats, 160 struct timespec ats; local 163 error = clock_getres1(SCARG(uap, clock_id), &ats); 168 timespec_to_timespec50(&ats, &ats50);
|
| kern_time_50.c | 116 struct timespec ats; local 119 error = clock_gettime1(SCARG(uap, clock_id), &ats); 123 timespec_to_timespec50(&ats, &ats50); 138 struct timespec ats; local 144 timespec50_to_timespec(&ats50, &ats); 146 return clock_settime1(l->l_proc, SCARG(uap, clock_id), &ats, 160 struct timespec ats; local 163 error = clock_getres1(SCARG(uap, clock_id), &ats); 168 timespec_to_timespec50(&ats, &ats50);
|
| kern_time_50.c | 116 struct timespec ats; local 119 error = clock_gettime1(SCARG(uap, clock_id), &ats); 123 timespec_to_timespec50(&ats, &ats50); 138 struct timespec ats; local 144 timespec50_to_timespec(&ats50, &ats); 146 return clock_settime1(l->l_proc, SCARG(uap, clock_id), &ats, 160 struct timespec ats; local 163 error = clock_getres1(SCARG(uap, clock_id), &ats); 168 timespec_to_timespec50(&ats, &ats50);
|
| /src/sys/compat/linux/common/ |
| linux_misc_notalpha.c | 323 struct timespec ats; local 330 ats.tv_sec = tt; 331 ats.tv_nsec = 0; 333 if ((error = settime(l->l_proc, &ats)))
|
| linux_misc_notalpha.c | 323 struct timespec ats; local 330 ats.tv_sec = tt; 331 ats.tv_nsec = 0; 333 if ((error = settime(l->l_proc, &ats)))
|
| linux_misc_notalpha.c | 323 struct timespec ats; local 330 ats.tv_sec = tt; 331 ats.tv_nsec = 0; 333 if ((error = settime(l->l_proc, &ats)))
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_osf1.c | 396 struct timespec ats, *ts = NULL; local 405 ats.tv_sec = otv.tv_sec; 406 ats.tv_nsec = otv.tv_usec * 1000; 407 ts = &ats;
|
| linux_osf1.c | 396 struct timespec ats, *ts = NULL; local 405 ats.tv_sec = otv.tv_sec; 406 ats.tv_nsec = otv.tv_usec * 1000; 407 ts = &ats;
|
| linux_osf1.c | 396 struct timespec ats, *ts = NULL; local 405 ats.tv_sec = otv.tv_sec; 406 ats.tv_nsec = otv.tv_usec * 1000; 407 ts = &ats;
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| cypress_dpm.h | 90 struct at ats[2]; member in struct:evergreen_power_info
|
| cypress_dpm.h | 90 struct at ats[2]; member in struct:evergreen_power_info
|
| cypress_dpm.h | 90 struct at ats[2]; member in struct:evergreen_power_info
|
| /src/sys/kern/ |
| kern_time.c | 265 struct timespec ats; local 267 error = clock_gettime1(SCARG(uap, clock_id), &ats); 271 return copyout(&ats, SCARG(uap, tp), sizeof(ats)); 284 struct timespec ats; local 286 if ((error = copyin(SCARG(uap, tp), &ats, sizeof(ats))) != 0) 289 return clock_settime1(l->l_proc, SCARG(uap, clock_id), &ats, true);
|