Lines Matching refs:show_device
66 static char *show_device = NULL; variable
319 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()
636 memcpy(show_device, UDI_BASE, strlen(UDI_BASE)); in main()
637 memcpy(show_device + strlen(UDI_BASE), optarg, strlen(optarg) + 1); in main()
701 if (show_device) in main()
702 dump_device (show_device); in main()
728 if (show_device) in main()
729 free(show_device); in main()