Lines Matching defs:device

85  *	reads /etc/logindevperm and checks if specified device is in the file.
86 * returns 1 if specified device found in /etc/logindevperm, else returns 0
97 char *ptr, *device;
136 /* empty device list */
156 device = strtok_r(fbuf, ":", &lasts);
157 while (device != NULL) {
159 * device and devname may be one of these types -
166 if (strcmp(device, devname) == 0) {
171 if ((ptr = strrchr(device, KV_WILDCHAR)) != NULL) {
174 if (strncmp(device, devname, strlen(device)) == 0) {
179 device = strtok_r(NULL, ":", &lasts);
523 * entries with the given search_key (device type).
671 * in memory, takes note of device->dname numbers (e.g. rmdisk0,
675 * with the name tname%d (lowest unused number for the device type)
757 * Same type, different device. Record
758 * device suffix already in use, if
854 * device of this type found as we loop through DEVMAPS_FILE,
856 * allocatable device.
865 * device type one of: cdrom, floppy, audio, rmdisk, or tape.
948 * with the given search_key (device name or type).
1326 * open the device allocation file
1359 * open the device map file
1590 * device.
1673 * device being added/removed, and create a good head_devallocp and
1677 * a duplicate with a device being added, returning the
1686 /* for device allocation, the /etc files are the "master" */
1848 * that the device 'dname' has.
1946 * This is the first entry of this device type.
1966 * returns type of device if link for that device removed
1968 * if all links for a device are removed, stores that device
2125 * device are not symmetrical -- hot_cleanup gives a /devices
2195 * checks if device allocation feature is turned on.
2207 * debug routine to print device entries.