Searched refs:devices (Results 101 - 111 of 111) sorted by relevance

12345

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd73 "devices=" . $Devices );
1053 $devices = uucpdevices(uucpfiles("devices"));
1078 $dlist = $$devices{$$sline[1]};
1100 # Skip devices that aren't supposed to be used for dial-out.
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c324 * It tries each module and its respective devices, identified by mod->probe,
328 * Only devices which have preferred matching the preferred parameter are tried.
342 for (dev = mod->devices(); dev != NULL; dev = dev->next) {
654 printf(" Probing %zu block devices...", nhandles);
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_bitmap.c1090 mutex_enter(&krdc->devices->id_rlock);
1096 mutex_exit(&krdc->devices->id_rlock);
1108 mutex_exit(&krdc->devices->id_rlock);
H A Drdc.c372 if (IS_ENABLED(urdc) || krdc->devices) {
H A Drdc_io.c3367 if (krdc->devices->id_release || nsc_waiting(RDC_U_FD(krdc))) {
/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c31 * devices are:
72 #include <bsm/devices.h>
382 /* print device_allocate for tape devices */
405 /* print device_maps for tape devices */
569 /* print out device_allocate entries for audio devices */
584 /* print device_allocate for audio devices */
607 /* print device_maps for audio devices */
730 /* print out device_allocate entries for floppy devices */
746 /* print device_allocate for floppy devices */
769 /* print device_maps for floppy devices */
[all...]
H A Dallocate3.c40 #include <bsm/devices.h>
366 * list all free devices
394 * list all allocated devices
417 * list all devices - free and allocated - available
504 * we need device.revoke to list someone else's devices
513 * we need device.allocate to list our devices
556 * list all devices of this class.
579 * list all devices
1369 * allocate devices of this type
1420 * add to device_allocate labels (zone names) for the devices w
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c536 * -a : all (i.e. display all devices, even if disabled
628 krdc->devices, krdc->iodev, krdc->rpc_version);
920 rdc_get_print(rdc_max_sets, "max sndr devices", "%d", i);
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c41 #include <bsm/devices.h>
569 * other devices, which are not covered by our auto-naming conventions.
686 /* read both files, maps first so we can compare actual devices */
816 /* Future: support more than 64 hotplug devices per type? */
1735 * adds new /dev link name to the linked list of devices.
1899 * removes a /dev link name from the linked list of devices.
2058 * device are not symmetrical -- hot_cleanup gives a /devices
2060 * that /devices entry.
2065 * da_rm_list_entry removes an entry from the linked list of devices.
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib271 atime|exec|devices|setuid|xattr)
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c30 * devices special files in /devices and logical links in /dev, and
40 #include <bsm/devices.h>
75 * devices to be deallocated with -d :
83 /* list of allocatable devices */
108 /* build nodes in /devices. -y to turn off */
150 /* /devices or <rootdir>/devices */
346 * Build /dev and /devices before daemonizing if
416 /* not a daemon, so just build /dev and /devices */
[all...]

Completed in 516 milliseconds

12345