Lines Matching refs:hotplug_event
177 HotplugEvent *hotplug_event; in devinfo_hotplug_enqueue() local
179 hotplug_event = g_new0 (HotplugEvent, 1); in devinfo_hotplug_enqueue()
180 hotplug_event->action = action; in devinfo_hotplug_enqueue()
181 hotplug_event->type = HOTPLUG_EVENT_DEVFS; in devinfo_hotplug_enqueue()
182 hotplug_event->d = d; in devinfo_hotplug_enqueue()
183 strlcpy (hotplug_event->un.devfs.devfs_path, devfs_path, in devinfo_hotplug_enqueue()
184 sizeof (hotplug_event->un.devfs.devfs_path)); in devinfo_hotplug_enqueue()
185 hotplug_event->un.devfs.handler = handler; in devinfo_hotplug_enqueue()
187 hotplug_event_enqueue (hotplug_event, front); in devinfo_hotplug_enqueue()
293 HotplugEvent *hotplug_event = (HotplugEvent *)end_token; in hotplug_event_begin_add_devinfo() local
297 if (parent == NULL && (strcmp(hotplug_event->un.devfs.devfs_path, "/") != 0)) { in hotplug_event_begin_add_devinfo()
298 HAL_ERROR (("Parent is NULL, devfs_path=%s", hotplug_event->un.devfs.devfs_path)); in hotplug_event_begin_add_devinfo()