Home
last modified time | relevance | path

Searched refs:autofs_fstab (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3996 struct zone_fstab autofs_fstab; in tsol_mounts() local
4007 (void) snprintf(autofs_fstab.zone_fs_special, in tsol_mounts()
4010 (void) snprintf(autofs_fstab.zone_fs_dir, MAXPATHLEN, in tsol_mounts()
4014 "/etc/%s", autofs_fstab.zone_fs_special); in tsol_mounts()
4025 autofs_fstab.zone_fs_special, rootpath); in tsol_mounts()
4035 if ((stat(autofs_fstab.zone_fs_dir, &stat_buf) == -1) || in tsol_mounts()
4040 autofs_fstab.zone_fs_dir, DEFAULT_DIR_MODE, in tsol_mounts()
4048 autofs_fstab.zone_fs_special, in tsol_mounts()
4049 autofs_fstab.zone_fs_dir); in tsol_mounts()