Home | History | Annotate | Download | only in netbsd32

Lines Matching defs:tvp

333     struct timeval **tvp)
339 *tvp = NULL;
349 *tvp = tv;
383 struct timeval tv[2], *tvp;
385 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp);
390 tvp, UIO_SYSSPACE);
495 struct timeval tv[2], *tvp;
497 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp);
505 error = do_sys_utimes(l, fp->f_vnode, NULL, 0, tvp, UIO_SYSSPACE);
548 struct timeval tv[2], *tvp;
550 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp);
555 tvp, UIO_SYSSPACE);