Home
last modified time | relevance | path

Searched refs:mount_fstype (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c457 char mount_fstype[256]; local
537 if (strlen (fgets (mount_fstype, sizeof (mount_fstype), stdin)) > 0)
538 mount_fstype [strlen (mount_fstype) - 1] = '\0';
544 if (!g_utf8_validate (mount_fstype, -1, &end))
565 printf ("mount_fstype = '%s'\n", mount_fstype);
874 if (strlen (mount_fstype) > 0) {
875 mount_do_fstype = (char *) map_fstype (mount_fstype);
1007 unknown_filesystem (strlen (mount_fstype) > 0 ?
1008 mount_fstype :