Home | History | Annotate | Download | only in netbsd32

Lines Matching defs:tvp

86     struct timeval **tvp)
92 *tvp = NULL;
102 *tvp = tv;
232 struct timeval tv[2], *tvp;
234 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp);
239 tvp, UIO_SYSSPACE);
301 struct timeval tv[2], *tvp;
303 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp);
311 error = do_sys_utimes(l, fp->f_vnode, NULL, 0, tvp, UIO_SYSSPACE);
537 struct timeval tv[2], *tvp;
539 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp);
544 tvp, UIO_SYSSPACE);