Lines Matching defs:device
38 * listdev() List attributes defined for a device
46 * "devtab.h" Local device table definitions
113 * char **listdev(device)
114 * char *device;
117 * attributes defined for the device <device>.
120 * device Device who's attributes are to be listed
124 * device. (Never empty since all devices have the "alias"
129 listdev(char *device) /* Device to describe */
142 /* If the device <device> is defined ... */
143 if (devtabent = _getdevrec(device)) {
146 * Count the number of attributes defined for the device