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

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

Completed in 61 milliseconds