| /f-stack/freebsd/arm/allwinner/ |
| H A D | axp209.c | 839 devctl_notify("PMU", "AC", "overvoltage", NULL); in axp2xx_intr() 841 devctl_notify("PMU", "USB", "overvoltage", NULL); in axp2xx_intr() 843 devctl_notify("PMU", "USB", "undervoltage", NULL); in axp2xx_intr() 845 devctl_notify("PMU", "AC", "plugged", NULL); in axp2xx_intr() 847 devctl_notify("PMU", "AC", "unplugged", NULL); in axp2xx_intr() 849 devctl_notify("PMU", "USB", "plugged", NULL); in axp2xx_intr() 851 devctl_notify("PMU", "USB", "unplugged", NULL); in axp2xx_intr() 858 devctl_notify("PMU", "Battery", "charged", NULL); in axp2xx_intr() 860 devctl_notify("PMU", "Battery", "charging", NULL); in axp2xx_intr() 862 devctl_notify("PMU", "Battery", "connected", NULL); in axp2xx_intr() [all …]
|
| H A D | axp81x.c | 1074 devctl_notify("PMU", "AC", "plugged", NULL); in axp8xx_intr() 1076 devctl_notify("PMU", "AC", "unplugged", NULL); in axp8xx_intr() 1078 devctl_notify("PMU", "USB", "plugged", NULL); in axp8xx_intr() 1080 devctl_notify("PMU", "USB", "unplugged", NULL); in axp8xx_intr() 1093 devctl_notify("PMU", "Battery", "charged", NULL); in axp8xx_intr() 1095 devctl_notify("PMU", "Battery", "charging", NULL); in axp8xx_intr() 1097 devctl_notify("PMU", "Battery", "absent", NULL); in axp8xx_intr() 1099 devctl_notify("PMU", "Battery", "plugged", NULL); in axp8xx_intr() 1121 devctl_notify("PMU", "Battery", "shutdown-threshold", NULL); in axp8xx_intr() 1123 devctl_notify("PMU", "Battery", "warning-threshold", NULL); in axp8xx_intr()
|
| /f-stack/freebsd/sys/ |
| H A D | devctl.h | 39 void devctl_notify(const char *__system, const char *__subsystem,
|
| /f-stack/freebsd/arm/nvidia/tegra124/ |
| H A D | tegra124_coretemp.c | 120 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_coretemp.c | 125 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_sysevent.c | 221 devctl_notify("ZFS", "ZFS", type, sbuf_data(sb)); in log_sysevent()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_pmic.c | 116 devctl_notify("ACPI", "ACAD", "power", notify_buf); in am335x_pmic_intr()
|
| /f-stack/freebsd/net/ |
| H A D | if_infiniband.c | 619 devctl_notify("INFINIBAND", ifp->if_xname, "IFATTACH", NULL); in infiniband_ifattach()
|
| H A D | if.c | 990 devctl_notify("IFNET", ifp->if_xname, "ATTACH", NULL); in if_attach_internal() 1247 devctl_notify("IFNET", ifp->if_xname, "DETACH", NULL); in if_detach_internal() 2290 devctl_notify("IFNET", ifp->if_xname, in do_link_state_change()
|
| H A D | if_ethersubr.c | 1015 devctl_notify("ETHERNET", ifp->if_xname, "IFATTACH", NULL); in ether_ifattach()
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 946 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify() function
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 676 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify() function 5080 devctl_notify("kern", "power", "resume", NULL); /* Deprecated gone in 14 */ in root_resume() 5081 devctl_notify("kernel", "power", "resume", NULL); in root_resume()
|
| H A D | kern_conf.c | 549 devctl_notify("DEVFS", "CDEV", ev, data); in notify()
|
| H A D | kern_rctl.c | 593 devctl_notify("RCTL", "rule", "matched", in rctl_enforce()
|
| H A D | vfs_mount.c | 2540 devctl_notify("VFS", "FS", type, sbuf_data(&sb)); in mount_devctl_event()
|
| H A D | kern_sig.c | 3854 devctl_notify("kernel", "signal", "coredump", sbuf_data(sb)); in coredump()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_carp.c | 2052 devctl_notify("CARP", subsys, carp_states[state], NULL); in carp_set_state()
|