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

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3886 struct zone_fstab autofs_fstab; local
3897 (void) snprintf(autofs_fstab.zone_fs_special,
3900 (void) snprintf(autofs_fstab.zone_fs_dir, MAXPATHLEN,
3904 "/etc/%s", autofs_fstab.zone_fs_special);
3915 autofs_fstab.zone_fs_special, rootpath);
3925 if ((stat(autofs_fstab.zone_fs_dir, &stat_buf) == -1) ||
3930 autofs_fstab.zone_fs_dir, DEFAULT_DIR_MODE,
3938 autofs_fstab.zone_fs_special,
3939 autofs_fstab.zone_fs_dir);

Completed in 69 milliseconds