HomeSort by: relevance | last modified time | path
    Searched defs:tsp (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/lib/libc/compat/sys/
compat___lwp_park50.c 56 struct timespec ts1, *tsp = &ts1; variable in typeref:struct:timespec *
60 tsp = NULL;
61 return ___lwp_park60(CLOCK_REALTIME, TIMER_ABSTIME, tsp, unpark,
compat_aio_suspend.c 63 struct timespec ts, *tsp; variable in typeref:struct:timespec *
66 timespec50_to_timespec(ts50, tsp = &ts);
68 tsp = NULL;
69 return __aio_suspend50(list, nent, tsp);
compat_mqueue.c 66 struct timespec ts, *tsp; variable in typeref:struct:timespec *
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 in function:mq_timedsend
82 timespec50_to_timespec(ts50, tsp = &ts);
84 tsp = NULL;
85 return __mq_timedsend50(mq, name, len, buf, tsp);
compat_lfs_segwait.c 57 struct timeval ts, *tsp; variable in typeref:struct:timeval *
60 timeval50_to_timeval(ts50, tsp = &ts);
62 tsp = NULL;
63 return __lfs_segwait50(fsid, tsp);
compat__lwp_park.c 59 struct timespec ts, *tsp; variable in typeref:struct:timespec *
62 timespec50_to_timespec(ts50, tsp = &ts);
64 tsp = NULL;
65 return ___lwp_park50(tsp, unpark, hint, unparkhint);
compat_adjtime.c 62 struct timeval ts, *tsp; variable in typeref:struct:timeval *
68 timeval50_to_timeval(ts50, tsp = &ts);
70 tsp = NULL;
71 error = __adjtime50(tsp, rtsp);
compat_nanosleep.c 62 struct timespec ts, *tsp; variable in typeref:struct:timespec *
68 timespec50_to_timespec(ts50, tsp = &ts);
70 tsp = NULL;
71 error = __nanosleep50(tsp, rtsp);
compat_kevent.c 60 struct timespec ts, *tsp; variable in typeref:struct:timespec *
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 in function:epoll_pwait
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 in function:compat_60_sys__lwp_park
69 tsp = NULL;
74 tsp = &ts;
83 return lwp_park(CLOCK_REALTIME, TIMER_ABSTIME, tsp);
kern_50.c 68 struct timespec ts, *tsp; local in function:compat_50_sys__lwp_park
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 in function:compat_60_netbsd32__lwp_park
63 tsp = NULL;
69 tsp = &ts;
78 return lwp_park(CLOCK_REALTIME, TIMER_ABSTIME, tsp);
netbsd32_futex.c 63 struct timespec ts, *tsp; local in function:netbsd32___futex
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 in function:netbsd32_epoll_pwait2
115 tsp = &ts;
117 tsp = NULL;
131 maxevents, tsp, ssp);
netbsd32_lwp.c 171 struct timespec ts, *tsp; local in function:netbsd32____lwp_park60
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 in function:netbsd32___mq_timedsend50
280 tsp = &ts;
282 tsp = NULL;
286 SCARG(uap, msg_len), SCARG(uap, msg_prio), tsp);
300 struct timespec ts, *tsp; local in function:netbsd32___mq_timedreceive50
312 tsp = &ts;
314 tsp = NULL;
318 SCARG(uap, msg_len), SCARG_P32(uap, msg_prio), tsp, &mlen);
339 struct timespec ts, *tsp; local in function:compat_50_netbsd32_mq_timedsend
350 tsp = &ts
371 struct timespec ts, *tsp; local in function:compat_50_netbsd32_mq_timedreceive
    [all...]
  /src/games/monop/
getinp.c 106 const char *sp, *tsp; local in function:comp
110 for (sp = buf, tsp = s1; *sp; ) {
111 c = tolower((unsigned char)*tsp);
112 tsp++;
  /src/usr.bin/pwait/
pwait.c 81 struct timespec ts, *tsp; local in function:main
120 tsp = &ts;
122 tsp = NULL;
161 switch (rv = kevent(kq, NULL, 0, e, nleft, tsp)) {
  /src/sys/arch/alpha/alpha/
dec_6600.c 107 struct tsp_config *tsp; local in function:dec_6600_cons_init
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 in function:dec_6600_device_register
    [all...]
  /src/sys/compat/linux/common/
linux_mqueue.c 129 struct timespec ts, *tsp; local in function:linux_sys_mq_timedsend
138 tsp = &ts;
140 tsp = NULL;
144 SCARG(uap, msg_len), SCARG(uap, msg_prio), tsp);
160 struct timespec ts, *tsp; local in function:linux_sys_mq_timedreceive
170 tsp = &ts;
172 tsp = NULL;
176 SCARG(uap, msg_len), SCARG(uap, msg_prio), tsp, &mlen);
  /src/sys/compat/linux32/common/
linux32_misc.c 246 struct timespec ts, *tsp = NULL; local in function:linux32_sys_futex
263 tsp = &ts;
269 SCARG(uap, val), tsp, SCARG_P32(uap, uaddr2), val2,
linux32_unistd.c 241 struct timespec uts, ts0, ts1, *tsp; local in function:linux32_sys_pselect6
274 tsp = &uts;
276 tsp = NULL;
280 SCARG_P32(uap, writefds), SCARG_P32(uap, exceptfds), tsp, ssp);
282 if (error == 0 && tsp != NULL) {
508 struct timespec *tsp = NULL, ts[2]; local in function:linux32_sys_utimensat
516 tsp = ts;
520 tsp, SCARG(uap, flag), retval);
  /src/sys/arch/alpha/pci/
tsc.c 71 CFATTACH_DECL_NEW(tsp, 0, tspmatch, tspattach, NULL, NULL);
116 struct tsp_attach_args tsp; local in function:tscattach
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 in function:tscprint
186 #define tsp macro
277 struct tsp_config *tsp = &tsp_configuration[tsp_console_hose]; local in function:tsp_bus_get_window
    [all...]
  /src/include/protocols/
timed.h 47 struct tsp { struct
  /src/sys/kern/
sys_epoll.c 382 struct epoll_event *events, int maxevents, struct timespec *tsp,
421 maxevents, tsp, &k_ops);
452 struct timespec ts, *tsp; local in function:sys_epoll_pwait2
465 tsp = &ts;
467 tsp = NULL;
481 maxevents, tsp, ssp);

Completed in 29 milliseconds

1 2