Home | History | Annotate | Download | only in netbsd32

Lines Matching defs:ts

65 	struct timespec ats, *ts = NULL;
77 ts = &ats;
81 SCARG_P32(uap, ou), SCARG_P32(uap, ex), ts, NULL);
93 syscallarg(const netbsd32_timespecp_t) ts;
98 struct timespec ats, *ts = NULL;
101 if (SCARG_P32(uap, ts)) {
102 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof(ts32));
106 ts = &ats;
116 SCARG_P32(uap, ou), SCARG_P32(uap, ex), ts, mask);
126 syscallarg(const netbsd32_timespecp_t) ts;
131 struct timespec ats, *ts = NULL;
134 if (SCARG_P32(uap, ts)) {
135 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof(ts32));
139 ts = &ats;
149 SCARG(uap, nfds), ts, mask);