Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dmdescplugin.c54 extern int update_devices(char *dev, int op);
146 (void) update_devices(ap_id, DEV_ADD); in dr_handler()
148 (void) update_devices(ap_id, DEV_REMOVE); in dr_handler()
282 (void) update_devices(OBP_CPU, DEV_ADD); in mdescplugin_init()
283 (void) update_devices(OBP_CPU, DEV_REMOVE); in mdescplugin_init()
H A Ddr.c525 update_devices(char *dev, int op) in update_devices() function
/titanic_50/usr/src/cmd/hal/addons/acpi/
H A Daddon-acpi.c53 g_timeout_add(BATTERY_POLL_TIMER, update_devices, ctx); in main()
/titanic_50/usr/src/cmd/hal/utils/
H A Dacpi.h25 gboolean update_devices(gpointer data);
H A Dacpi.c708 update_devices(gpointer data) in update_devices() function