Home
last modified time | relevance | path

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]; in main() local
135 if (strlen (fgets (unmount_options, sizeof (unmount_options), stdin)) > 0) in main()
136 unmount_options [strlen (unmount_options) - 1] = '\0'; in main()
138 if (!g_utf8_validate (unmount_options, -1, &end)) in main()
141 printf ("unmount_options = '%s'\n", unmount_options); in main()
145 given_options = g_strsplit (unmount_options, "\t", 0); in main()