Lines Matching refs:device
69 "[-F] device|-g dev-type");
71 "[-F] device|-c dev-class|-g dev-type");
74 "[-a [-w]] -l|-n|-u [device]");
101 "[-s] [-U uname] [-F] device|-g dev-type");
102 use[1] = gettext("deallocate [-s] [-F] device|-c dev-class");
105 "[-s] [-U uid] -l|-n|-u [device]");
137 msg = gettext("Specified device is allocated to another user.");
143 msg = gettext("Unable to clean up device.");
147 "Can't exec device-clean program for specified device.");
150 msg = gettext("Can't force deallocate specified device.");
154 "Can't access DAC file for the device specified.");
166 "device type.");
169 msg = gettext("Concurrent operations for specified device, "
186 "device is allocated.");
190 "Device special file(s) missing for specified device.");
194 "Operation inconsistent with device's label range.");
200 msg = gettext("No entry for specified device.");
203 msg = gettext("No entry for specified device.");
216 msg = gettext("Failed to configure device in zone.");
260 char *uname = NULL, *device = NULL, *zonename = NULL;
335 * check if device allocation is activated.
339 gettext("Turn device allocation on"),
350 device = optarg;
385 * allocate(1) must be supplied with one device argument
387 if (device && ((argc - optind) >= 1))
389 if (device == NULL) {
392 device = argv[optind];
403 device = optarg;
410 device = optarg;
451 * deallocate(1) must be supplied with one device
454 if (device || (optflg & FORCE_ALL)) {
457 } else if (device == NULL) {
460 device = argv[optind];
482 device = optarg;
561 * list_devices(1) takes an optional device argument.
563 if (device && ((argc - optind) >= 1))
565 if (device == NULL) {
567 device = argv[optind];
609 error = allocate(optflg, uid, device, zonename);
611 error = deallocate(optflg, uid, device, zonename);
613 error = list_devices(optflg, uid, device, zonename);