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

/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c898 char *mount_do_fstype = "auto"; local
904 mount_do_fstype = (char *) map_fstype (mount_fstype);
907 mount_do_fstype = "auto";
909 mount_do_fstype = (char *) map_fstype (libhal_volume_get_fstype (volume));
912 args[na++] = mount_do_fstype;
924 if (strcmp(mount_do_fstype, "pcfs") == 0) {
1028 device, invoked_by_uid, mount_do_fstype,

Completed in 22 milliseconds