Searched refs:mntpref (Results 1 – 1 of 1) sorted by relevance
637 struct mnttab mntpref; in smb_getdataset() local676 (void) memset(&mntpref, '\0', sizeof (mntpref)); in smb_getdataset()677 mntpref.mnt_mountp = tmppath; in smb_getdataset()679 if (getmntany(fp, &mnttab, &mntpref) == 0) { in smb_getdataset()