devctl_notify
devctl_notify("PMU", "AC", "overvoltage", NULL);
devctl_notify("PMU", "USB", "overvoltage", NULL);
devctl_notify("PMU", "USB", "undervoltage", NULL);
devctl_notify("PMU", "AC", "plugged", NULL);
devctl_notify("PMU", "AC", "unplugged", NULL);
devctl_notify("PMU", "USB", "plugged", NULL);
devctl_notify("PMU", "USB", "unplugged", NULL);
devctl_notify("PMU", "Battery", "charged", NULL);
devctl_notify("PMU", "Battery", "charging", NULL);
devctl_notify("PMU", "Battery", "connected", NULL);
devctl_notify("PMU", "Battery", "disconnected", NULL);
devctl_notify("PMU", "Battery", "low-temp", NULL);
devctl_notify("PMU", "Battery", "high-temp", NULL);
devctl_notify("PMU", "AC", "plugged", NULL);
devctl_notify("PMU", "AC", "unplugged", NULL);
devctl_notify("PMU", "USB", "plugged", NULL);
devctl_notify("PMU", "USB", "unplugged", NULL);
devctl_notify("PMU", "Battery", "charged", NULL);
devctl_notify("PMU", "Battery", "charging", NULL);
devctl_notify("PMU", "Battery", "absent", NULL);
devctl_notify("PMU", "Battery", "plugged", NULL);
devctl_notify("PMU", "Battery", "shutdown-threshold", NULL);
devctl_notify("PMU", "Battery", "warning-threshold", NULL);
devctl_notify("coretemp", "Thermal", stemp,
devctl_notify("ACPI", "ACAD", "power", notify_buf);
devctl_notify("coretemp", "Thermal", stemp,
devctl_notify("CAM", "iosched", "latency", sbuf_data(&sb));
devctl_notify("CAM", "periph", type, sbuf_data(&sb));
devctl_notify("ACPI", subsystem, handle_buf.Pointer, notify_buf);
devctl_notify("ACPI", "Video", "brightness", notify_buf);
devctl_notify("PMU", "keys", "brightness",
devctl_notify("PMU", "keys", "brightness", "notify=up");
devctl_notify("PMU", "keys", "mute", NULL);
devctl_notify("PMU", "keys", "volume", "notify=down");
devctl_notify("PMU", "keys", "volume", "notify=up");
devctl_notify("PMU", "keys", "eject", NULL);
devctl_notify("PMU", "Button", "pressed", NULL);
devctl_notify("ACPI", "asmc", "SMS", notify);
devctl_notify("coretemp", "Thermal", stemp,
devctl_notify("HYPERV_NIC_VF", if_name(hn_ifp),
devctl_notify("nvme", "controller", type, sbuf_data(&sb));
devctl_notify("nvme", "controller", "RECONNECT", buf);
devctl_notify("SND", "CONN",
devctl_notify("SND", "CONN", "IN", buf);
devctl_notify("SND", "CONN", "OUT", buf);
devctl_notify("SND", "CONN", "NODEV", NULL);
devctl_notify("USB", "DEVICE", type, sbuf_data(sb));
devctl_notify("USB", "INTERFACE", type, sbuf_data(sb));
devctl_notify("VT", "BELL", "RING", sbuf_data(&sb));
devctl_notify("GEOM", "DEV", "DESTROY", buf);
devctl_notify("DEVFS", "CDEV", "MEDIACHANGE", buf);
devctl_notify("GEOM", "DEV", "MEDIACHANGE", buf);
devctl_notify("DEVFS", "CDEV", "MEDIACHANGE", buf);
devctl_notify("GEOM", "DEV", "MEDIACHANGE", buf);
devctl_notify("GEOM", "DEV", "SIZECHANGE", buf);
devctl_notify("GEOM", "DEV", "CREATE", buf);
devctl_notify("GEOM", "DEV", "CREATE", buf);
devctl_notify("GEOM", "disk", attr, devnamebuf);
devctl_notify("kernel", "signal", "coredump", sbuf_data(sb));
devctl_notify("DEVFS", "CDEV", ev, data);
devctl_notify("RCTL", "rule", "matched",
devctl_notify("kernel", "power", "resume", NULL);
devctl_notify("VFS", "FS", type, sbuf_data(&sb));
devctl_notify("IFNET", ifp->if_xname, "DETACH", NULL);
devctl_notify("IFNET", ifp->if_xname,
devctl_notify("IFNET", old_name, "RENAME", strbuf);
devctl_notify("IFNET", ifp->if_xname, "ATTACH", NULL);
devctl_notify("ETHERNET", ifp->if_xname, "IFATTACH", NULL);
devctl_notify("INFINIBAND", ifp->if_xname, "IFATTACH", NULL);
devctl_notify("IFNET", ifp->if_xname,
devctl_notify("IFNET", ifp->if_xname,
devctl_notify("BLUETOOTH", "HCI",
devctl_notify("BLUETOOTH", "HCI",
devctl_notify("CARP", subsys, carp_states[state], NULL);
devctl_notify("AEON", "power", "press", NULL);
devctl_notify("PMU", "lid", "close", NULL);
devctl_notify("PMU", "lid", "open", NULL);
devctl_notify("PMU", "Button", "pressed", NULL);
devctl_notify("PMU", "POWER", "ACLINE", notify_buf);
void devctl_notify(const char *__system, const char *__subsystem,