Searched refs:alt_vfstab (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 1952 char alt_vfstab[MAXPATHLEN]; in be_update_vfstab() local 1971 (void) snprintf(alt_vfstab, sizeof (alt_vfstab), "%s/etc/vfstab", in be_update_vfstab() 1975 ret = _update_vfstab(alt_vfstab, be_name, old_rc_loc, new_rc_loc, in be_update_vfstab() 2024 char alt_vfstab[MAXPATHLEN]; in be_update_zone_vfstab() local 2052 (void) snprintf(alt_vfstab, sizeof (alt_vfstab), "%s/etc/vfstab", in be_update_zone_vfstab() 2056 ret = _update_vfstab(alt_vfstab, be_name, old_rc_loc, new_rc_loc, in be_update_zone_vfstab()
|
H A D | be_mount.c | 1977 char alt_vfstab[MAXPATHLEN]; in get_mountpoint_from_vfstab() local 1980 (void) snprintf(alt_vfstab, sizeof (alt_vfstab), "%s/etc/vfstab", in get_mountpoint_from_vfstab() 1984 if ((fp = fopen(alt_vfstab, "r")) == NULL) { in get_mountpoint_from_vfstab() 1986 "failed to open vfstab (%s)\n"), alt_vfstab); in get_mountpoint_from_vfstab()
|