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

/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-closetray.c92 char **given_options; local
140 given_options = g_strsplit (closetray_options, "\t", 0);
141 for (i = g_strv_length (given_options) - 1; i >= 0; --i) {
142 if (strlen (given_options[i]) > 0)
144 given_options[i] = NULL;
148 for (i = 0; given_options[i] != NULL; i++) {
149 char *given = given_options[i];
155 g_strfreev (given_options);
H A Dhal-storage-eject.c94 char **given_options; local
142 given_options = g_strsplit (eject_options, "\t", 0);
143 for (i = g_strv_length (given_options) - 1; i >= 0; --i) {
144 if (strlen (given_options[i]) > 0)
146 given_options[i] = NULL;
150 for (i = 0; given_options[i] != NULL; i++) {
151 char *given = given_options[i];
157 g_strfreev (given_options);
H A Dhal-storage-unmount.c91 char **given_options; local
145 given_options = g_strsplit (unmount_options, "\t", 0);
146 for (i = g_strv_length (given_options) - 1; i >= 0; --i) {
147 if (strlen (given_options[i]) > 0)
149 given_options[i] = NULL;
156 for (i = 0; given_options[i] != NULL; i++) {
157 char *given = given_options[i];
167 g_strfreev (given_options);
H A Dhal-storage-mount.c463 char **given_options; local
577 given_options = g_strsplit (mount_options, "\t", 0);
578 for (i = g_strv_length (given_options) - 1; i >= 0; --i) {
579 if (strlen (given_options[i]) > 0)
581 given_options[i] = NULL;
590 for (i = 0; i < (int) g_strv_length (given_options); i++) {
591 if (strcmp (given_options[i], "ro") == 0) {
600 for (i = 0; i < (int) g_strv_length (given_options); i++) {
601 if (strcmp (given_options[i], "remount") == 0) {
728 for (i = 0; given_options[
[all...]

Completed in 23 milliseconds