Lines Matching refs:device
57 * EX_DEVTAB Exit Value if the device table couldn't be opened
77 * M_DEVTAB Can't open the device table
78 * M_NODEV Device not found in the device table
82 #define M_USAGE "usage: getdev [-ae] [criterion [...]] [device [...]]"
83 #define M_DEVTAB "Cannot open the device table: %s"
84 #define M_NODEV "Device not found in the device table: %s"
91 * builddevlist() Builds the device list from the command-line
111 * getdev [-ae] [criterion [...]] [device [...]]
117 * -a A device must meet all of the criteria to be
126 * a device attribute.
127 * <attr> is a device attribute
134 * device A device to select for or exclude from the generated
140 * EX_DEVTAB The device-table could not be opened for reading
156 char *device; /* Device name in the list */
157 char *devtab; /* The device table name */
222 /* Open the device file (if there's one to be opened) */
253 else for (device = *fitdevlist++ ; device ; device = *fitdevlist++)
254 (void) puts(device);
349 * first thing that's not a criteria. It is the first device in the