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