Lines Matching defs:mlist
114 tsol_mlist_free(struct mntlist *mlist)
119 mlp = mlist;
228 getnfspathbyautofs(struct mntlist *mlist, zoneid_t zoneid,
257 for (mlp = mlist; mlp; mlp = mlp->mntl_next) {
300 for (mlp = mlist; mlp; mlp = mlp->mntl_next) {
343 * Find the pathname for the entry in mlist that corresponds to the
350 getglobalpath(const char *path, zoneid_t zoneid, struct mntlist *mlist,
375 for (mlp = mlist; mlp; mlp = mlp->mntl_next) {
398 if (getnfspathbyautofs(mlist, zoneid, m,
468 struct mntlist *mlist;
492 if ((mlist = tsol_mkmntlist()) == NULL) {
495 if (getglobalpath(path_name, zoneid, mlist, ret_path) == 0) {
496 tsol_mlist_free(mlist);
499 tsol_mlist_free(mlist);