Searched refs:autofs_fstab (Results 1 – 1 of 1) sorted by relevance
3884 struct zone_fstab autofs_fstab; in tsol_mounts() local3895 (void) snprintf(autofs_fstab.zone_fs_special, in tsol_mounts()3898 (void) snprintf(autofs_fstab.zone_fs_dir, MAXPATHLEN, in tsol_mounts()3902 "/etc/%s", autofs_fstab.zone_fs_special); in tsol_mounts()3913 autofs_fstab.zone_fs_special, rootpath); in tsol_mounts()3923 if ((stat(autofs_fstab.zone_fs_dir, &stat_buf) == -1) || in tsol_mounts()3928 autofs_fstab.zone_fs_dir, DEFAULT_DIR_MODE, in tsol_mounts()3936 autofs_fstab.zone_fs_special, in tsol_mounts()3937 autofs_fstab.zone_fs_dir); in tsol_mounts()