Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 16 of 16) sorted by relevance

/sys/include/
Dvfs.h46 int (*stat)(VNode *fn, struct stat *sb); member
55 int VFS_Stat(const char *path, struct stat *sb);
Dstat.h5 struct stat { struct
/release/
Dbootdisk.manifest14 FILE stat build/bin/stat/stat
/bin/stat/
DSConscript10 "stat.c"
22 init_env.Program("stat", src)
Dstat.c15 struct stat sb; in main()
/sys/kern/
Dvfs.c124 VFS_Stat(const char *path, struct stat *sb) in VFS_Stat()
130 vn->op->stat(vn, sb); in VFS_Stat()
Dsyscall.c336 struct stat sb; in Syscall_Stat()
349 status = Copy_Out(&sb, user_stat, sizeof(struct stat)); in Syscall_Stat()
/bin/cat/
Dcat.c17 struct stat sb; in main()
/include/
Dsyscall.h29 int OSStat(const char *path, struct stat *sb);
/
DSConstruct183 SConscript('bin/stat/SConscript', variant_dir='build/bin/stat')
216 Depends(bootdisk, "#build/bin/stat/stat")
/bin/shell/
Dshell.c70 struct stat sb; in Cmd_Run()
/sbin/newfs_o2fs/
Dnewfs_o2fs.c32 struct stat diskstat;
47 struct stat manifeststat; in LoadManifest()
/lib/libc/
Dsyscall.c89 OSStat(const char *path, struct stat *sb) in OSStat()
/sys/fs/o2fs/
Do2fs.c24 int O2FS_Stat(VNode *fn, struct stat *statinfo);
35 .stat = O2FS_Stat,
481 O2FS_Stat(VNode *fn, struct stat *statinfo) in O2FS_Stat()
/lib/liblwip/src/netif/ppp/
Dauth.c1234 struct stat sbuf;
/lib/liblwip/
DCHANGELOG2028 but never used. Fix msg_in.c with the correct #if test for a stat display.