| /freebsd-12-stable/sys/dev/adb/ |
| D | adb_buttons.c | 123 devctl_notify("PMU", "keys", "brightness", in abtn_receive_packet() 128 devctl_notify("PMU", "keys", "brightness", "notify=up"); in abtn_receive_packet() 133 devctl_notify("PMU", "keys", "mute", NULL); in abtn_receive_packet() 137 devctl_notify("PMU", "keys", "volume", "notify=down"); in abtn_receive_packet() 141 devctl_notify("PMU", "keys", "volume", "notify=up"); in abtn_receive_packet() 147 devctl_notify("PMU", "keys", "eject", NULL); in abtn_receive_packet()
|
| D | adb_kbd.c | 428 devctl_notify("PMU", "Button", "pressed", NULL); in adb_kbd_receive_packet()
|
| /freebsd-12-stable/sys/arm/allwinner/ |
| D | axp209.c | 840 devctl_notify("PMU", "AC", "overvoltage", NULL); in axp2xx_intr() 842 devctl_notify("PMU", "USB", "overvoltage", NULL); in axp2xx_intr() 844 devctl_notify("PMU", "USB", "undervoltage", NULL); in axp2xx_intr() 846 devctl_notify("PMU", "AC", "plugged", NULL); in axp2xx_intr() 848 devctl_notify("PMU", "AC", "unplugged", NULL); in axp2xx_intr() 850 devctl_notify("PMU", "USB", "plugged", NULL); in axp2xx_intr() 852 devctl_notify("PMU", "USB", "unplugged", NULL); in axp2xx_intr() 859 devctl_notify("PMU", "Battery", "charged", NULL); in axp2xx_intr() 861 devctl_notify("PMU", "Battery", "charging", NULL); in axp2xx_intr() 863 devctl_notify("PMU", "Battery", "connected", NULL); in axp2xx_intr() [all …]
|
| D | axp81x.c | 1075 devctl_notify("PMU", "AC", "plugged", NULL); in axp8xx_intr() 1077 devctl_notify("PMU", "AC", "unplugged", NULL); in axp8xx_intr() 1079 devctl_notify("PMU", "USB", "plugged", NULL); in axp8xx_intr() 1081 devctl_notify("PMU", "USB", "unplugged", NULL); in axp8xx_intr() 1094 devctl_notify("PMU", "Battery", "charged", NULL); in axp8xx_intr() 1096 devctl_notify("PMU", "Battery", "charging", NULL); in axp8xx_intr() 1098 devctl_notify("PMU", "Battery", "absent", NULL); in axp8xx_intr() 1100 devctl_notify("PMU", "Battery", "plugged", NULL); in axp8xx_intr() 1122 devctl_notify("PMU", "Battery", "shutdown threshold", NULL); in axp8xx_intr() 1124 devctl_notify("PMU", "Battery", "warning threshold", NULL); in axp8xx_intr()
|
| /freebsd-12-stable/sys/powerpc/powermac/ |
| D | pmu.c | 739 devctl_notify("PMU", "lid", "close", NULL); in pmu_intr() 744 devctl_notify("PMU", "lid", "open", NULL); in pmu_intr() 747 devctl_notify("PMU", "Button", "pressed", NULL); in pmu_intr() 951 devctl_notify("PMU", "POWER", "ACLINE", notify_buf); in pmu_battery_notify()
|
| /freebsd-12-stable/sys/arm/nvidia/tegra124/ |
| D | tegra124_coretemp.c | 124 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
|
| /freebsd-12-stable/sys/dev/coretemp/ |
| D | coretemp.c | 428 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
|
| /freebsd-12-stable/sys/cddl/compat/opensolaris/kern/ |
| D | opensolaris_sysevent.c | 310 devctl_notify("ZFS", "ZFS", type, sbuf_data(sb)); in log_sysevent()
|
| /freebsd-12-stable/sys/net/ |
| D | if_infiniband.c | 617 devctl_notify("INFINIBAND", ifp->if_xname, "IFATTACH", NULL); in infiniband_ifattach()
|
| D | if_ethersubr.c | 967 devctl_notify("ETHERNET", ifp->if_xname, "IFATTACH", NULL); in ether_ifattach()
|
| D | if.c | 974 devctl_notify("IFNET", ifp->if_xname, "ATTACH", NULL); in if_attach_internal() 1230 devctl_notify("IFNET", ifp->if_xname, "DETACH", NULL); in if_detach_internal() 2435 devctl_notify("IFNET", ifp->if_xname, in do_link_state_change()
|
| /freebsd-12-stable/sys/dev/usb/ |
| D | usb_device.c | 2737 devctl_notify("USB", "DEVICE", type, sbuf_data(sb)); in usb_notify_addq() 2783 devctl_notify("USB", "INTERFACE", type, sbuf_data(sb)); in usb_notify_addq()
|
| /freebsd-12-stable/sys/dev/acpica/ |
| D | acpi_video.c | 1080 devctl_notify("ACPI", "Video", "brightness", notify_buf); in vo_set_brightness()
|
| D | acpi.c | 3957 devctl_notify("ACPI", subsystem, handle_buf.Pointer, notify_buf); in acpi_UserNotify()
|
| /freebsd-12-stable/sys/geom/ |
| D | geom_disk.c | 981 devctl_notify("GEOM", "disk", attr, devnamebuf); in disk_attr_changed()
|
| /freebsd-12-stable/sys/dev/asmc/ |
| D | asmc.c | 1351 devctl_notify("ACPI", "asmc", "SMS", notify); in asmc_sms_task()
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_bus.c | 697 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify() function 5030 devctl_notify("kern", "power", "resume", NULL); /* Deprecated gone in 14 */ in root_resume() 5031 devctl_notify("kernel", "power", "resume", NULL); in root_resume()
|
| D | kern_sig.c | 3729 devctl_notify("kernel", "signal", "coredump", sbuf_data(sb)); in coredump()
|
| /freebsd-12-stable/sys/sys/ |
| D | bus.h | 165 void devctl_notify(const char *__system, const char *__subsystem,
|
| /freebsd-12-stable/sys/dev/nvme/ |
| D | nvme_ctrlr.c | 80 devctl_notify("nvme", "controller", type, sbuf_data(&sb)); in nvme_ctrlr_devctl_log()
|
| /freebsd-12-stable/sys/cam/ |
| D | cam_periph.c | 2157 devctl_notify("CAM", "periph", type, sbuf_data(&sb)); in cam_periph_devctl_notify()
|
| /freebsd-12-stable/sys/netinet/ |
| D | ip_carp.c | 2041 devctl_notify("CARP", subsys, carp_states[state], NULL); in carp_set_state()
|
| /freebsd-12-stable/sys/dev/hyperv/netvsc/ |
| D | if_hn.c | 1241 devctl_notify("HYPERV_NIC_VF", hn_ifp->if_xname, in hn_rxvf_change()
|