Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dhotplug.c53 g_free (hotplug_event); in hotplug_event_end()
99 begin_add_func (hotplug_event->d, in hotplug_event_begin_devfs_add()
101 hotplug_event->un.devfs.handler, in hotplug_event_begin_devfs_add()
102 (void *) hotplug_event); in hotplug_event_begin_devfs_add()
106 g_object_unref (hotplug_event->d); in hotplug_event_begin_devfs_add()
124 (void *) hotplug_event); in hotplug_event_begin_devfs_remove()
143 g_object_unref (hotplug_event->d); in hotplug_event_begin_devfs()
151 switch (hotplug_event->type) { in hotplug_event_begin()
159 g_object_unref (hotplug_event->d); in hotplug_event_begin()
181 HotplugEvent *hotplug_event; in hotplug_event_process_queue() local
[all …]
H A Ddevinfo.c177 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
[all …]