Lines Matching refs:device
32 * convert device to linename (as in /dev/linename)
34 * device must be character device
49 dev_t tdev; /* device */
65 devtolin(device)
66 dev_t device;
74 if (device == tp->tdev)
83 found = srch_dir(device, srch_dirs[dirno],
94 found = srch_dir(device, dev_dir, 0, srch_dirs);
101 tp->tdev = device;
107 /* if not found put "?" in the tlist structure for that device and
111 tp->tdev = device;
120 srch_dir(device, path, depth, skip_dirs)
121 dev_t device; /* device we are looking for */
167 /* if this directory entry has the device number we need,
171 if (lintodev(file_name+5) == device) {
179 found = srch_dir(device, file_name, depth+1, skip_dirs);