Searched refs:hotplug_events_in_progress (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dhotplug.c43 GSList *hotplug_events_in_progress = NULL; variable
52 hotplug_events_in_progress = g_slist_remove (hotplug_events_in_progress, hotplug_event);
183 if (hotplug_events_in_progress == NULL &&
190 if (hotplug_events_in_progress != NULL && g_slist_length (hotplug_events_in_progress) > 0)
197 hotplug_events_in_progress = g_slist_append (hotplug_events_in_progress, hotplug_event);

Completed in 15 milliseconds