Lines Matching defs:device

72  *	reads /etc/logindevperm and checks if specified device is in the file.
73 * returns 1 if specified device found in /etc/logindevperm, else returns 0
84 char *ptr, *device;
123 /* empty device list */
143 device = strtok_r(fbuf, ":", &lasts);
144 while (device != NULL) {
146 * device and devname may be one of these types -
153 if (strcmp(device, devname) == 0) {
158 if ((ptr = strrchr(device, KV_WILDCHAR)) != NULL) {
161 if (strncmp(device, devname, strlen(device)) == 0) {
166 device = strtok_r(NULL, ":", &lasts);
521 * entries with the given search_key (device type).
640 * in memory, takes note of device->dname numbers (e.g. rmdisk0,
644 * with the name tname%d (lowest unused number for the device type)
728 * Same type, different device. Record
729 * device suffix already in use, if
822 * device type one of: cdrom, floppy, audio, rmdisk, or tape.
893 * with the given search_key (device name or type).
1269 * open the device allocation file
1302 * open the device map file
1533 * device.
1616 * device being added/removed, and create a good head_devallocp and
1620 * a duplicate with a device being added, returning the
1629 /* for device allocation, the /etc files are the "master" */
1790 * that the device 'dname' has.
1880 * This is the first entry of this device type.
1900 * returns type of device if link for that device removed
1902 * if all links for a device are removed, stores that device
2058 * device are not symmetrical -- hot_cleanup gives a /devices
2128 * checks if device allocation feature is turned on.
2140 * debug routine to print device entries.