Home
last modified time | relevance | path

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

/NextBSD/sys/dev/adb/
HDadb_buttons.c121 devctl_notify("PMU", "keys", "brightness", in abtn_receive_packet()
126 devctl_notify("PMU", "keys", "brightness", "notify=up"); in abtn_receive_packet()
131 devctl_notify("PMU", "keys", "mute", NULL); in abtn_receive_packet()
135 devctl_notify("PMU", "keys", "volume", "notify=down"); in abtn_receive_packet()
139 devctl_notify("PMU", "keys", "volume", "notify=up"); in abtn_receive_packet()
145 devctl_notify("PMU", "keys", "eject", NULL); in abtn_receive_packet()
HDadb_kbd.c428 devctl_notify("PMU", "Button", "pressed", NULL); in adb_kbd_receive_packet()
/NextBSD/sys/powerpc/powermac/
HDpmu.c737 devctl_notify("PMU", "lid", "close", NULL); in pmu_intr()
742 devctl_notify("PMU", "lid", "open", NULL); in pmu_intr()
745 devctl_notify("PMU", "Button", "pressed", NULL); in pmu_intr()
949 devctl_notify("PMU", "POWER", "ACLINE", notify_buf); in pmu_battery_notify()
/NextBSD/sys/dev/coretemp/
HDcoretemp.c408 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
/NextBSD/sys/cddl/compat/opensolaris/kern/
HDopensolaris_sysevent.c310 devctl_notify("ZFS", "ZFS", type, sbuf_data(sb)); in log_sysevent()
/NextBSD/sys/mips/rt305x/
HDrt305x_gpio.c381 devctl_notify("GPIO", pinname, in rt305x_gpio_intr()
/NextBSD/sys/kern/
HDkern_mib.c335 devctl_notify("SYSTEM", "HOSTNAME", "CHANGE", buf); in sysctl_hostname()
HDsubr_bus.c683 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify() function
4631 devctl_notify("kern", "power", "resume", NULL); in root_resume()
HDkern_sig.c3421 devctl_notify("kernel", "signal", "coredump", data); in coredump()
/NextBSD/sys/net/
HDif.c774 devctl_notify("IFNET", ifp->if_xname, "ATTACH", NULL); in if_attach_internal()
969 devctl_notify("IFNET", ifp->if_xname, "DETACH", NULL); in if_detach_internal()
2081 devctl_notify("IFNET", ifp->if_xname, in do_link_state_change()
/NextBSD/sys/dev/usb/
HDusb_device.c2570 devctl_notify("USB", "DEVICE", type, sbuf_data(sb)); in usb_notify_addq()
2616 devctl_notify("USB", "INTERFACE", type, sbuf_data(sb)); in usb_notify_addq()
/NextBSD/sys/dev/asmc/
HDasmc.c1243 devctl_notify("ACPI", "asmc", "SMS", notify); in asmc_sms_task()
/NextBSD/sys/sys/
HDbus.h140 void devctl_notify(const char *__system, const char *__subsystem,
/NextBSD/sys/netinet/
HDip_carp.c1952 devctl_notify("CARP", subsys, carp_states[state], NULL); in carp_set_state()
/NextBSD/sys/dev/acpica/
HDacpi.c3700 devctl_notify("ACPI", subsystem, handle_buf.Pointer, notify_buf); in acpi_UserNotify()