Searched refs:hotplug_event (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | hotplug.c | 45 static void hotplug_event_begin (HotplugEvent *hotplug_event); 50 HotplugEvent *hotplug_event = (HotplugEvent *) end_token; local 52 hotplug_events_in_progress = g_slist_remove (hotplug_events_in_progress, hotplug_event); 53 g_free (hotplug_event); 58 hotplug_event_begin_devfs_add (HotplugEvent *hotplug_event, HalDevice *d) argument 66 HAL_ERROR (("devpath %s already present in store, ignore event", hotplug_event->un.devfs.devfs_path)); 72 parent_udi = hal_device_property_get_string (hotplug_event->d, "info.parent"); 80 if (strcmp(hotplug_event->un.devfs.devfs_path, "/") != 0) { 81 HAL_ERROR (("Parent is NULL devfs_path=%s parent_udi=%s", hotplug_event->un.devfs.devfs_path, parent_udi ? parent_udi : "<null>")); 95 begin_add_func = hotplug_event 113 hotplug_event_begin_devfs_remove(HotplugEvent *hotplug_event, HalDevice *d) argument 128 hotplug_event_begin_devfs(HotplugEvent *hotplug_event) argument 149 hotplug_event_begin(HotplugEvent *hotplug_event) argument 166 hotplug_event_enqueue(HotplugEvent *hotplug_event, int front) argument 181 HotplugEvent *hotplug_event; local [all...] |
H A D | devinfo.c | 177 HotplugEvent *hotplug_event; local 179 hotplug_event = g_new0 (HotplugEvent, 1); 180 hotplug_event->action = action; 181 hotplug_event->type = HOTPLUG_EVENT_DEVFS; 182 hotplug_event->d = d; 183 strlcpy (hotplug_event->un.devfs.devfs_path, devfs_path, 184 sizeof (hotplug_event->un.devfs.devfs_path)); 185 hotplug_event->un.devfs.handler = handler; 187 hotplug_event_enqueue (hotplug_event, front); 293 HotplugEvent *hotplug_event local [all...] |
Completed in 58 milliseconds