Searched refs:show_device (Results 1 – 1 of 1) sorted by relevance
66 static char *show_device = NULL; variable319 if (show_device && strcmp(show_device, udi)) in device_added()338 if (show_device && strcmp(show_device, udi)) in device_removed()358 if (show_device && strcmp(show_device, udi)) in device_new_capability()380 if (show_device && strcmp(show_device, udi)) in device_lost_capability()481 if (show_device && strcmp(show_device, udi)) in property_modified()522 if (show_device && strcmp(show_device, udi)) in device_condition()605 if (!do_monitor && !long_list && !short_list && !tree_view && !show_device) { in main()633 show_device = strdup(optarg); in main()635 show_device = malloc(strlen(UDI_BASE) + strlen(optarg) + 1); in main()[all …]