Searched defs:nfstype (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dvfs_conf.c100 const int nfstype = (sizeof (vfssw) / sizeof (vfssw[0])); variable
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfsv2.h121 } nfstype; typedef in typeref:enum:__anon86
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c519 int nfstype; local
522 if ((nfstype = sysfs(GETNFSTYP)) < 0) {
527 if ((*fstypep = calloc(nfstype, sizeof (char *))) == NULL) {
532 for (i = 1; i < nfstype; i++) {

Completed in 47 milliseconds