Home | History | Annotate | Download | only in netbsd32

Lines Matching refs:tptr

332 get_utimes32(const netbsd32_timevalp_t *tptr, struct timeval *tv,
338 if (tptr == NULL) {
343 error = copyin(tptr, tv32, sizeof(tv32));
354 get_utimens32(const netbsd32_timespecp_t *tptr, struct timespec *ts,
360 if (tptr == NULL) {
365 error = copyin(tptr, ts32, sizeof(ts32));
380 syscallarg(const netbsd32_timevalp_t) tptr;
385 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp);
491 syscallarg(const netbsd32_timevalp_t) tptr;
497 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp);
545 syscallarg(const netbsd32_timevalp_t) tptr;
550 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp);
1330 syscallarg(netbsd32_timespecp_t) tptr;
1337 error = get_utimens32(SCARG_P32(uap, tptr), ts, &tsp);
1429 syscallarg(netbsd32_timespecp_t) tptr;
1435 error = get_utimens32(SCARG_P32(uap, tptr), ts, &tsp);