Home
last modified time | relevance | path

Searched refs:fsbuf (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/syscall/
H A Dsysfs.c89 char fsbuf[FSTYPSZ]; in sysfsind() local
93 retval = copyinstr(fsname, fsbuf, FSTYPSZ, &len); in sysfsind()
104 if ((vswp = vfs_getvfssw(fsbuf)) != NULL) { in sysfsind()
/titanic_44/usr/src/cmd/fs.d/ufs/fsirand/
H A Dfsirand.c56 long fsbuf[(SBSIZE / sizeof (long))]; variable
98 fs = (struct fs *)fsbuf; in main()
/titanic_44/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c1080 long fsbuf[SBSIZE / sizeof (long)]; in notrand() local
1088 fs = (struct fs *)fsbuf; in notrand()