Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/dimm/
H A Ddimm.c238 devctl_notify("memtemp", "Thermal", temp_str, data); in dimm_sensor_temp()
288 devctl_notify("ecc", "ECC", ecc_str, data); in dimm_sensor_ecc()
/dragonfly/sys/dev/powermng/coretemp/
H A Dcoretemp.c538 devctl_notify("coretemp", "Thermal", stemp, data); in coretemp_msr_temp()
582 devctl_notify("coretemp", "Thermal", stemp, data); in coretemp_pkg_msr_temp()
/dragonfly/sys/dev/misc/ecc/
H A Decc_e3.c498 devctl_notify("ecc", "ECC", ecc_str, "node=0"); in ecc_e3_sensor_update()
/dragonfly/sys/bus/u4b/
H A Dusb_device.c2577 devctl_notify("USB", "DEVICE", type, sbuf_data(sb)); in usb_notify_addq()
2624 devctl_notify("USB", "INTERFACE", type, sbuf_data(sb)); in usb_notify_addq()
/dragonfly/sys/net/
H A Dif.c736 devctl_notify("IFNET", ifp->if_xname, "ATTACH", NULL); in if_attach()
945 devctl_notify("IFNET", ifp->if_xname, "DETACH", NULL); in if_detach()
1837 devctl_notify("IFNET", ifp->if_xname, in if_link_state_change()
/dragonfly/sys/sys/
H A Dbus.h160 void devctl_notify(const char *__system, const char *__subsystem,
/dragonfly/sys/vfs/devfs/
H A Ddevfs_core.c1404 devctl_notify("DEVFS", "CDEV", ev, data); in devfs_devctl_notify()
/dragonfly/sys/dev/acpica/
H A Dacpi.c3506 devctl_notify("ACPI", subsystem, handle_buf.Pointer, notify_buf); in acpi_UserNotify()
/dragonfly/sys/kern/
H A Dsubr_bus.c530 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify() function