Symbol: nfstype
usr/src/cmd/stat/fsstat/fsstat.c
459
int nfstype;
usr/src/cmd/stat/fsstat/fsstat.c
462
if ((nfstype = sysfs(GETNFSTYP)) < 0) {
usr/src/cmd/stat/fsstat/fsstat.c
467
if ((*fstypep = calloc(nfstype, sizeof (char *))) == NULL) {
usr/src/cmd/stat/fsstat/fsstat.c
472
for (i = 1; i < nfstype; i++) {
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
113
const int nfstype = 5;
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1808
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1834
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1856
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
246
ASSERT((fstype >= 0) && (fstype < nfstype));
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
313
if ((fstype < 0) || (fstype >= nfstype))
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
382
if ((fstype <= 0) || (fstype >= nfstype))
usr/src/ucbhead/sys/vfs.h
220
extern int nfstype; /* # of elements in vfssw array */
usr/src/uts/common/fs/fsflush.c
477
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/uts/common/fs/vfs.c
1183
if (fstype == 0 || fstype >= nfstype ||
usr/src/uts/common/fs/vfs.c
311
ASSERT((fstype >= 0) && (fstype < nfstype));
usr/src/uts/common/fs/vfs.c
3881
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++)
usr/src/uts/common/fs/vfs.c
3987
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/uts/common/fs/vfs.c
4006
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/uts/common/fs/vfs.c
402
if ((fstype < 0) || (fstype >= nfstype))
usr/src/uts/common/fs/vfs.c
4252
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/uts/common/fs/vfs.c
471
if ((fstype <= 0) || (fstype >= nfstype))
usr/src/uts/common/fs/vfs.c
620
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/uts/common/fs/vnode.c
600
(sizeof (vopstats_t *) * nfstype), KM_SLEEP);
usr/src/uts/common/fs/vnode.c
651
if (fstype > 0 && fstype < nfstype) {
usr/src/uts/common/os/vfs_conf.c
97
const int nfstype = (sizeof (vfssw) / sizeof (vfssw[0]));
usr/src/uts/common/sys/vfs.h
569
extern const int nfstype; /* # of elements in vfssw array */
usr/src/uts/common/syscall/sysfs.c
122
if (index <= 0 || index >= nfstype)
usr/src/uts/common/syscall/sysfs.c
72
return (nfstype - 1);