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

/illumos-gate/usr/src/cmd/hal/
H A DMakefile29 SUBDIRS1 = hald hald-runner addons probing tools
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald.c84 /* TODO: log to syslog - addons shouldn't just terminate, this is a bug with the addon */
104 GSList *addons; local
108 if ((addons = hal_device_property_get_strlist (device, "info.addons")) != NULL) {
111 for (i = addons; i != NULL; i = g_slist_next (i)) {

Completed in 51 milliseconds