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

/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/cfsadmin/
H A Dcfsadmin.c1141 struct mnttab mt, mtpref; local
1161 mtpref.mnt_special = NULL;
1162 mtpref.mnt_mountp = NULL;
1163 mtpref.mnt_mntopts = NULL;
1164 mtpref.mnt_time = NULL;
1165 mtpref.mnt_fstype = MNTTYPE_CACHEFS;
1166 if (getmntany(mfp, &mt, &mtpref) != 0) {

Completed in 30 milliseconds