Home
last modified time | relevance | path

Searched refs:tmpst (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/compat/linux/common/
Dlinux_file64.c190 struct stat tmpst; in linux_sys_fstat64() local
193 error = do_sys_fstat(SCARG(uap, fd), &tmpst); in linux_sys_fstat64()
197 bsd_to_linux_stat64(&tmpst, &tmplst); in linux_sys_fstat64()
207 struct stat tmpst; in linux_do_stat64() local
210 error = do_sys_stat(SCARG(uap, path), flags, &tmpst); in linux_do_stat64()
214 bsd_to_linux_stat64(&tmpst, &tmplst); in linux_do_stat64()
303 struct stat tmpst; in linux_sys_fstatat64() local
307 SCARG(uap, flag), &tmpst); in linux_sys_fstatat64()
311 bsd_to_linux_stat64(&tmpst, &tmplst); in linux_sys_fstatat64()
Dlinux_file.c526 struct stat tmpst; in linux_sys_fstat() local
529 error = do_sys_fstat(SCARG(uap, fd), &tmpst); in linux_sys_fstat()
532 bsd_to_linux_stat(&tmpst, &tmplst); in linux_sys_fstat()
542 struct stat tmpst; in linux_stat1() local
545 error = do_sys_stat(SCARG(uap, path), flags, &tmpst); in linux_stat1()
549 bsd_to_linux_stat(&tmpst, &tmplst); in linux_stat1()