Home
last modified time | relevance | path

Searched refs:show_device (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/tools/
H A Dlshal.c66 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()
[all …]