Lines Matching refs:device_t
151 } device_t; typedef
153 static device_t *devices = NULL;
178 free_device(device_t *d) in free_device()
181 device_t **dpp; in free_device()
204 device_t *d = devices; in free_devices()
217 static device_t *
220 device_t *p; in alloc_device()
221 device_t *d = calloc(1, sizeof (*d)); in alloc_device()
258 get_device_info(device_t *d) in get_device_info()
312 device_t *d; in load_devices()
451 print_control(FILE *sfp, device_t *d, cinfo_t *cinfop, int vopt) in print_control()
604 set_device_control(device_t *d, cinfo_t *cinfop, char *wstr, int vopt) in set_device_control()
730 static device_t *
734 device_t *d; in find_device()
791 device_t *d; in do_list_devices()
835 device_t *d; in do_show_device()
877 device_t *d; in do_show_control()
944 device_t *d; in do_set_control()
1004 device_t *d; in do_save_controls()
1082 device_t *d; in do_load_controls()