Searched refs:alt_vfstab (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 1949 char alt_vfstab[MAXPATHLEN]; in be_update_vfstab() local 1968 (void) snprintf(alt_vfstab, sizeof (alt_vfstab), "%s/etc/vfstab", in be_update_vfstab() 1972 ret = _update_vfstab(alt_vfstab, be_name, old_rc_loc, new_rc_loc, in be_update_vfstab() 2021 char alt_vfstab[MAXPATHLEN]; in be_update_zone_vfstab() local 2049 (void) snprintf(alt_vfstab, sizeof (alt_vfstab), "%s/etc/vfstab", in be_update_zone_vfstab() 2053 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()
|