Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dhotplug.c62 void (*begin_add_func) (HalDevice *, HalDevice *, DevinfoDevHandler *, void *); in hotplug_event_begin_devfs_add() local
95 begin_add_func = hotplug_event->un.devfs.handler->hotplug_begin_add; in hotplug_event_begin_devfs_add()
96 if (begin_add_func == NULL) { in hotplug_event_begin_devfs_add()
97 begin_add_func = hotplug_event_begin_add_devinfo; in hotplug_event_begin_devfs_add()
99 begin_add_func (hotplug_event->d, in hotplug_event_begin_devfs_add()