Lines Matching defs:available
110 /* Free available devices */
111 if (devconfig->available != NULL) {
112 free_string_array(devconfig->available);
229 * Set the available devices for use in creating this device
234 * @param available
240 char **available)
242 device->available = available;
246 * Get the available devices for use in creating this device
251 * @return available
258 return (device->available);
268 * @param available
1666 printf("%s available:\n", prefix);