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

/illumos-gate/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c238 struct mnttab *mountmatch; local
241 mountmatch = autofs_mnt;
242 longestmatch = strlen(mountmatch->mnt_mountp);
289 mountmatch = mnt;
310 if (strcmp(mountmatch->mnt_special,
336 p + strlen(mountmatch->mnt_mountp),
360 struct mnttab *mountmatch; local
386 mountmatch = mnt;
393 if ((strcmp(mountmatch->mnt_fstype, MNTTYPE_NFS) == 0) ||
394 (strcmp(mountmatch
[all...]

Completed in 57 milliseconds