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

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-eject.c93 char eject_options[1024]; local
132 if (strlen (fgets (eject_options, sizeof (eject_options), stdin)) > 0)
133 eject_options [strlen (eject_options) - 1] = '\0';
135 if (!g_utf8_validate (eject_options, -1, &end))
136 unknown_eject_error ("Error validating eject_options as UTF-8");
138 printf ("eject_options = '%s'\n", eject_options);
142 given_options = g_strsplit (eject_options, "\
[all...]

Completed in 43 milliseconds