Searched refs:ots (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c1179 linux_timerfd_curval(struct timerfd *tfd, struct itimerspec *ots) argument
1184 *ots = tfd->tfd_time;
1185 if (ots->it_value.tv_sec != 0 || ots->it_value.tv_nsec != 0) {
1186 timespecsub(&ots->it_value, &cts);
1187 if (ots->it_value.tv_sec < 0 ||
1188 (ots->it_value.tv_sec == 0 &&
1189 ots->it_value.tv_nsec == 0)) {
1190 ots->it_value.tv_sec = 0;
1191 ots
1201 struct itimerspec ots; local
1232 struct itimerspec nts, ots; local
[all...]
/freebsd-11-stable/sys/dev/ce/
H A Dceddk.c1069 int nts = 0, ots = 0, pts = 0; local
1077 * ots - current (old) busy ts
1082 ots++;
1089 CE_DDK_DEBUG (b, c, ("pts: %d ots: %d nts: %d ts: %lx\n", pts, ots, nts,
1092 if (32 - pts + ots - nts < 0)
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dtree.c1844 const char *nts, *ots; local
1859 *(nt == FUNC ? &nts : &ots) = "function pointer";
1860 *(nt == VOID ? &nts : &ots) = "'void *'";
1862 warning(303, ots, nts);

Completed in 108 milliseconds