| /src/sys/compat/common/ |
| kern_time_50.c | 490 struct itimerspec its; local 495 &its)) != 0) 497 itimerspec_to_itimerspec50(&its, &its50);
|
| /src/sys/compat/linux/common/ |
| linux_time.c | 430 struct itimerspec its; local 434 error = dotimer_gettime(SCARG(uap, timerid), l->l_proc, &its); 436 native_to_linux_itimerspec(&lits, &its); 491 struct itimerspec its; local 495 error = do_timerfd_gettime(l, SCARG(uap, fd), &its, retval); 497 native_to_linux_itimerspec(&lits, &its);
|
| /src/sys/compat/linux32/common/ |
| linux32_time.c | 485 struct itimerspec its; local 489 error = dotimer_gettime(SCARG(uap, timerid), l->l_proc, &its); 491 native_to_linux32_itimerspec(&lits, &its); 515 struct itimerspec its; local 519 error = do_timerfd_gettime(l, SCARG(uap, fd), &its, retval); 521 native_to_linux32_itimerspec(&lits, &its);
|
| /src/sys/compat/netbsd32/ |
| netbsd32_time.c | 498 struct itimerspec its; local 502 &its)) != 0) 506 netbsd32_from_timespec(&its.it_interval, &its32.it_interval); 507 netbsd32_from_timespec(&its.it_value, &its32.it_value); 549 struct itimerspec its, oits, *oitsp = NULL; local 557 netbsd32_to_timespec(&its32.it_interval, &its.it_interval); 558 netbsd32_to_timespec(&its32.it_value, &its.it_value); 565 &its, oitsp, retval); 587 struct itimerspec its; local 590 error = do_timerfd_gettime(l, SCARG(uap, fd), &its, retval) [all...] |
| netbsd32_compat_50.c | 423 struct itimerspec its; local 427 &its)) != 0) 432 netbsd32_from_timespec50(&its.it_interval, &its32.it_interval); 433 netbsd32_from_timespec50(&its.it_value, &its32.it_value);
|
| /src/tests/lib/libc/sys/ |
| t_timer_create.c | 449 struct itimerspec its; local 462 its.it_value = einval_its[i].it_value; 463 its.it_value.tv_sec += now.tv_sec; 464 its.it_interval = einval_its[i].it_interval; 466 timer_settime(t, TIMER_ABSTIME, &its, NULL) == -1);
|
| t_timerfd.c | 177 struct itimerspec its = { 0 }; local 183 timerfd_gettime(fd, &its) == -1); 185 its.it_value.tv_sec = 5; 187 timerfd_settime(fd, 0, &its, NULL) == -1); 220 struct itimerspec its; local 233 its.it_value = einval_its[i].it_value; 234 its.it_value.tv_sec += now.tv_sec; 235 its.it_interval = einval_its[i].it_interval; 237 timerfd_settime(fd, TFD_TIMER_ABSTIME, &its, NULL) == -1); 259 struct itimerspec its = {.it_value = {-1, 0}, .it_interval = {0, 0}} local 308 const struct itimerspec its = { local 351 const struct itimerspec its = { local 389 struct itimerspec oits, its = { local 436 const struct itimerspec its = { local 483 const struct itimerspec its = { local 513 struct itimerspec its; local 650 const struct itimerspec its = { local 730 const struct itimerspec its = { local [all...] |
| /src/sys/kern/ |
| kern_time.c | 45 * 3. Neither the name of the University nor the names of its contributors 670 * time timeout routine (itimer_callout()) run past after its deadline. 1481 struct itimerspec its; local 1485 &its)) != 0) 1488 return copyout(&its, SCARG(uap, value), sizeof(its)); 1492 dotimer_gettime(int timerid, struct proc *p, struct itimerspec *its) 1505 itimer_gettime(it, its); 1579 struct itimerspec its; local 1590 itimer_gettime(it, &its); [all...] |
| /src/sys/arch/arm/cortex/ |
| gicv3_its.c | 60 * ITS translation table sizes 99 gits_read_4(struct gicv3_its *its, bus_size_t reg) 101 return bus_space_read_4(its->its_bst, its->its_bsh, reg); 105 gits_write_4(struct gicv3_its *its, bus_size_t reg, uint32_t val) 107 bus_space_write_4(its->its_bst, its->its_bsh, reg, val); 111 gits_read_8(struct gicv3_its *its, bus_size_t reg) 113 return bus_space_read_8(its->its_bst, its->its_bsh, reg) 578 struct gicv3_its * const its = msi->msi_priv; local 636 struct gicv3_its * const its = msi->msi_priv; local 711 struct gicv3_its * const its = msi->msi_priv; local 734 struct gicv3_its * const its = msi->msi_priv; local 980 struct gicv3_its * const its = priv; local 1023 struct gicv3_its * const its = priv; local 1034 struct gicv3_its * const its = priv; local 1064 struct gicv3_its *its; local [all...] |