Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dmdescplugin.c56 extern int update_devices(char *dev, int op);
148 (void) update_devices(ap_id, DEV_ADD); in dr_handler()
150 (void) update_devices(ap_id, DEV_REMOVE); in dr_handler()
280 (void) update_devices(OBP_CPU, DEV_ADD); in mdescplugin_init()
281 (void) update_devices(OBP_CPU, DEV_REMOVE); in mdescplugin_init()
H A Ddr.c523 update_devices(char *dev, int op) in update_devices() function
/illumos-gate/usr/src/cmd/hal/addons/acpi/
H A Daddon-acpi.c51 g_timeout_add(BATTERY_POLL_TIMER, update_devices, ctx); in main()
/illumos-gate/usr/src/cmd/hal/utils/
H A Dacpi.h23 gboolean update_devices(gpointer data);
H A Dacpi.c708 update_devices(gpointer data) in update_devices() function