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

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-unmount.c90 char unmount_options[1024]; local
135 if (strlen (fgets (unmount_options, sizeof (unmount_options), stdin)) > 0)
136 unmount_options [strlen (unmount_options) - 1] = '\0';
138 if (!g_utf8_validate (unmount_options, -1, &end))
139 unknown_error ("Error validating unmount_options as UTF-8");
141 printf ("unmount_options = '%s'\n", unmount_options);
145 given_options = g_strsplit (unmount_options, "\
[all...]

Completed in 73 milliseconds