Home
last modified time | relevance | path

Searched refs:SYS_statvfs (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A D_statfs.c60 if ((ret = _syscall(SYS_statvfs, s, &vfsb)) == 0) { in statfs_com()
/titanic_44/usr/src/lib/libproc/common/
H A Dpr_statvfs.c101 error = Psyscall(Pr, &rval, SYS_statvfs, 2, &argd[0]); in pr_statvfs()
/titanic_44/usr/src/uts/common/sys/
H A Dsyscall.h271 #define SYS_statvfs 103 macro
/titanic_44/usr/src/cmd/truss/
H A Dlistopts.c160 case SYS_statvfs: /* set both if either */ in syslist()
162 sys = SYS_statvfs; in syslist()
H A Dexpound.c5204 case SYS_statvfs: in expound()