Home | Sort by: relevance | last modified time | path |
/src/sys/compat/linux/common/ | |
linux_file64.c | 190 struct stat tmpst; local in function:linux_sys_fstat64 193 error = do_sys_fstat(SCARG(uap, fd), &tmpst); 197 bsd_to_linux_stat64(&tmpst, &tmplst); 207 struct stat tmpst; local in function:linux_do_stat64 210 error = do_sys_stat(SCARG(uap, path), flags, &tmpst); 214 bsd_to_linux_stat64(&tmpst, &tmplst); 303 struct stat tmpst; local in function:linux_sys_fstatat64 307 SCARG(uap, flag), &tmpst); 311 bsd_to_linux_stat64(&tmpst, &tmplst); |
linux_file.c | 526 struct stat tmpst; local in function:linux_sys_fstat 529 error = do_sys_fstat(SCARG(uap, fd), &tmpst); 532 bsd_to_linux_stat(&tmpst, &tmplst); 542 struct stat tmpst; local in function:linux_stat1 545 error = do_sys_stat(SCARG(uap, path), flags, &tmpst); 549 bsd_to_linux_stat(&tmpst, &tmplst); |