Searched defs:vfstab (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_utils.c44 #include <sys/vfstab.h>
417 * Description: This function digs into a BE's vfstab and updates all
428 * file systems to look for in vfstab.
462 /* Get string for vfstab in the mounted BE. */
463 (void) snprintf(alt_vfstab, sizeof (alt_vfstab), "%s/etc/vfstab",
466 /* Update the vfstab */
1609 * Description: This function updates a vfstab file to reflect the new
1613 * vfstab - vfstab file to modify
1620 * file systems to look for in vfstab
1628 _update_vfstab(char *vfstab, char *be_name, char *old_rc_loc, char *new_rc_loc, be_fs_list_data_t *fld) argument
[all...]

Completed in 24 milliseconds