/src/sys/compat/netbsd32/ |
netbsd32_compat_50.c | 85 get_utimes32(const netbsd32_timeval50p_t *tptr, struct timeval *tv, function in typeref:typename:int 234 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp); 303 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp); 539 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp);
|
netbsd32_fs.c | 332 get_utimes32(const netbsd32_timevalp_t *tptr, struct timeval *tv, function in typeref:typename:int 385 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp); 497 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp); 550 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp);
|