Searched defs:given (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-closetray.c149 char *given = given_options[i]; local
153 invalid_closetray_option (given, invoked_by_uid);
H A Dhal-storage-unmount.c157 char *given = given_options[i]; local
159 if (strcmp (given, "lazy") == 0) {
161 } else if (strcmp (given, "force") == 0) {
164 invalid_unmount_option (given, invoked_by_uid);
H A Dhal-storage-eject.c151 char *given = given_options[i]; local
155 invalid_eject_option (given, invoked_by_uid);
H A Dhal-storage-mount.c342 * if it is, then check if it's the same device_file as the given one...
636 /* figure out mount point if no mount point is given... */
742 char *given = given_options[i]; local
748 if (strcmp (given, allow) == 0) {
753 (strncmp (given, allow, allow_len) == 0) &&
754 (int) strlen (given) > allow_len) {
757 * given == "umask=foobar" and allowed == "umask="
763 uid = (uid_t) strtol (given + allow_len, &endp, 10);
765 printf ("'%s' is not a number?\n", given);
796 invalid_mount_option (given, invoked_by_ui
[all...]

Completed in 29 milliseconds