| /src/lib/libc/compat/sys/ |
| compat___lwp_park50.c | 56 struct timespec ts1, *tsp = &ts1; local 60 tsp = NULL; 61 return ___lwp_park60(CLOCK_REALTIME, TIMER_ABSTIME, tsp, unpark,
|
| compat__lwp_park.c | 59 struct timespec ts, *tsp; local 62 timespec50_to_timespec(ts50, tsp = &ts); 64 tsp = NULL; 65 return ___lwp_park50(tsp, unpark, hint, unparkhint);
|
| compat_aio_suspend.c | 63 struct timespec ts, *tsp; local 66 timespec50_to_timespec(ts50, tsp = &ts); 68 tsp = NULL; 69 return __aio_suspend50(list, nent, tsp);
|
| compat_lfs_segwait.c | 57 struct timeval ts, *tsp; local 60 timeval50_to_timeval(ts50, tsp = &ts); 62 tsp = NULL; 63 return __lfs_segwait50(fsid, tsp);
|
| compat_mqueue.c | 66 struct timespec ts, *tsp; local 69 timespec50_to_timespec(ts50, tsp = &ts); 71 tsp = NULL; 72 return __mq_timedreceive50(mq, name, len, buf, tsp); 79 struct timespec ts, *tsp; local 82 timespec50_to_timespec(ts50, tsp = &ts); 84 tsp = NULL; 85 return __mq_timedsend50(mq, name, len, buf, tsp);
|
| compat_adjtime.c | 62 struct timeval ts, *tsp; local 68 timeval50_to_timeval(ts50, tsp = &ts); 70 tsp = NULL; 71 error = __adjtime50(tsp, rtsp);
|
| compat_nanosleep.c | 62 struct timespec ts, *tsp; local 68 timespec50_to_timespec(ts50, tsp = &ts); 70 tsp = NULL; 71 error = __nanosleep50(tsp, rtsp);
|
| compat_kevent.c | 60 struct timespec ts, *tsp; local 63 timespec50_to_timespec(ts50, tsp = &ts); 65 tsp = NULL; 66 return __kevent50(kq, changelist, nchanges, eventlist, nevents, tsp); 71 struct kevent100 *eventlist100, size_t nevents, const struct timespec *tsp) 91 retval = __kevent100(kq, changelist, nchanges, eventlist, nevents, tsp);
|
| /src/lib/libc/sys/ |
| epoll.c | 59 struct timespec ts, *tsp; local 64 tsp = &ts; 66 tsp = NULL; 68 return epoll_pwait2(epfd, events, maxevents, tsp, sigmask);
|
| /src/sys/compat/common/ |
| kern_time_60.c | 66 struct timespec ts, *tsp; local 69 tsp = NULL; 74 tsp = &ts; 83 return lwp_park(CLOCK_REALTIME, TIMER_ABSTIME, tsp);
|
| kern_50.c | 68 struct timespec ts, *tsp; local 73 tsp = NULL; 79 tsp = &ts; 88 return lwp_park(CLOCK_REALTIME, TIMER_ABSTIME, tsp);
|
| /src/sys/compat/netbsd32/ |
| netbsd32_compat_60.c | 58 struct timespec ts, *tsp; local 63 tsp = NULL; 69 tsp = &ts; 78 return lwp_park(CLOCK_REALTIME, TIMER_ABSTIME, tsp);
|
| netbsd32_futex.c | 63 struct timespec ts, *tsp; local 74 tsp = &ts; 76 tsp = NULL; 80 SCARG(uap, val), tsp, SCARG_P32(uap, uaddr2), SCARG(uap, val2),
|
| netbsd32_epoll.c | 99 struct timespec ts, *tsp; local 115 tsp = &ts; 117 tsp = NULL; 131 maxevents, tsp, ssp);
|
| netbsd32_lwp.c | 171 struct timespec ts, *tsp; local 177 tsp = NULL; 183 tsp = &ts; 192 ret = lwp_park(SCARG(uap, clock_id), SCARG(uap, flags), tsp);
|
| netbsd32_mqueue.c | 269 struct timespec ts, *tsp; local 280 tsp = &ts; 282 tsp = NULL; 286 SCARG(uap, msg_len), SCARG(uap, msg_prio), tsp); 300 struct timespec ts, *tsp; local 312 tsp = &ts; 314 tsp = NULL; 318 SCARG(uap, msg_len), SCARG_P32(uap, msg_prio), tsp, &mlen); 339 struct timespec ts, *tsp; local 350 tsp = &ts 371 struct timespec ts, *tsp; local [all...] |
| /src/external/bsd/nvi/dist/ex/ |
| ex_visual.c | 45 SCR *tsp; local 146 tsp = sp; 147 if (vi(&tsp))
|
| ex_screen.c | 110 SCR *tsp; local 115 if ((tsp = TAILQ_FIRST(&gp->hq)) == NULL) { 121 for (cnt = 1; tsp != NULL && !INTERRUPTED(sp); 122 tsp = TAILQ_NEXT(tsp, q)) { 123 col += len = strlen(tsp->frp->name) + sep; 132 (void)ex_puts(sp, tsp->frp->name);
|
| /src/games/monop/ |
| getinp.c | 106 const char *sp, *tsp; local 110 for (sp = buf, tsp = s1; *sp; ) { 111 c = tolower((unsigned char)*tsp); 112 tsp++;
|
| /src/sys/arch/alpha/alpha/ |
| dec_6600.c | 107 struct tsp_config *tsp; local 116 tsp = tsp_init(tsp_console_hose); 118 isa_iot = &tsp->pc_iot; 119 isa_memt = &tsp->pc_memt; 131 tsp = tsp_init(tsp_console_hose); 140 pci_consinit(&tsp->pc_pc, &tsp->pc_iot, &tsp->pc_memt, 187 if (device_is_a(dev, "tsp")) { 188 struct tsp_attach_args *tsp = aux local [all...] |
| /src/sys/compat/linux/common/ |
| linux_mqueue.c | 129 struct timespec ts, *tsp; local 138 tsp = &ts; 140 tsp = NULL; 144 SCARG(uap, msg_len), SCARG(uap, msg_prio), tsp); 160 struct timespec ts, *tsp; local 170 tsp = &ts; 172 tsp = NULL; 176 SCARG(uap, msg_len), SCARG(uap, msg_prio), tsp, &mlen);
|
| /src/usr.bin/pwait/ |
| pwait.c | 81 struct timespec ts, *tsp; local 120 tsp = &ts; 122 tsp = NULL; 161 switch (rv = kevent(kq, NULL, 0, e, nleft, tsp)) {
|
| /src/sys/arch/alpha/pci/ |
| tsc.c | 71 CFATTACH_DECL_NEW(tsp, 0, tspmatch, tspattach, NULL, NULL); 116 struct tsp_attach_args tsp; local 139 memset(&tsp, 0, sizeof tsp); 140 tsp.tsp_name = "tsp"; 141 tsp.tsp_slot = 0; 143 config_found(self, &tsp, tscprint, CFARGS_NONE); 145 tsp.tsp_slot += 2; 146 config_found(self, &tsp, tscprint, CFARGS_NONE) 167 struct tsp_attach_args *tsp = aux; local 186 #define tsp macro 277 struct tsp_config *tsp = &tsp_configuration[tsp_console_hose]; local [all...] |
| /src/sys/compat/linux32/common/ |
| linux32_misc.c | 246 struct timespec ts, *tsp = NULL; local 263 tsp = &ts; 269 SCARG(uap, val), tsp, SCARG_P32(uap, uaddr2), val2,
|
| /src/external/bsd/nvi/dist/common/ |
| vi_db1.c | 605 SCR *tsp; local 615 TAILQ_FOREACH(tsp, &wp->scrq, q) 616 if (sp != tsp && tsp->ep == ep) 617 if (vs_change(tsp, lno, op))
|