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

/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c218 if (strcmp(dir->dir_map, "-null") == 0)
253 if (strcmp(mntp->mnt_special, dir->dir_map) == 0 &&
298 ai.map = dir->dir_map;
313 if (mount(dir->dir_map, dir->dir_name, MS_DATA | mntflgs,
515 current = strcmp(dir->dir_map, "-null");
H A Dauto_subr.c228 dir->dir_map = strdup(map);
229 if (dir->dir_map == NULL)
255 if (dir->dir_map)
256 free(dir->dir_map);
H A Dautomount.h158 char *dir_map; /* name of map for dir */ member in struct:autodir

Completed in 191 milliseconds