| /f-stack/freebsd/i386/i386/ |
| H A D | geode.c | 292 EVENTHANDLER_REGISTER(watchdog_list, geode_watchdog, in geode_probe() 327 EVENTHANDLER_REGISTER(watchdog_list, advantech_watchdog, in geode_probe() 354 EVENTHANDLER_REGISTER(watchdog_list, cs5536_watchdog, NULL, 0); in geode_probe()
|
| H A D | longrun.c | 309 EVENTHANDLER_REGISTER(power_profile_change, tmx86_longrun_power_profile, NULL, 0); in setup_tmx86_longrun()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_wdog.c | 147 EVENTHANDLER_REGISTER(watchdog_list, bcmwd_watchdog_fn, sc, 0); in bcmwd_attach() 155 EVENTHANDLER_REGISTER(shutdown_final, bcmwd_reboot_system, sc, in bcmwd_attach()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_wdog.c | 176 EVENTHANDLER_REGISTER(watchdog_list, aw_wdog_watchdog_fn, sc, 0); in aw_wdog_attach() 177 EVENTHANDLER_REGISTER(shutdown_final, aw_wdog_shutdown_fn, sc, in aw_wdog_attach()
|
| /f-stack/freebsd/net/ |
| H A D | iflib_clone.c | 272 ip->ip_lladdr_tag = EVENTHANDLER_REGISTER(iflladdr_event, in iflib_clone_register() 276 ip->ip_detach_tag = EVENTHANDLER_REGISTER(ifnet_departure_event, in iflib_clone_register()
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | iommu.c | 218 add_tag = EVENTHANDLER_REGISTER(pci_add_device, iommu_pci_add, NULL, 0); in iommu_init() 219 delete_tag = EVENTHANDLER_REGISTER(pci_delete_device, iommu_pci_delete, in iommu_init()
|
| /f-stack/freebsd/kern/ |
| H A D | tty_tty.c | 94 EVENTHANDLER_REGISTER(dev_clone, ctty_clone, 0, 1000); in ctty_drvinit()
|
| H A D | kern_shutdown.c | 262 EVENTHANDLER_REGISTER(shutdown_final, poweroff_wait, NULL, in shutdown_conf() 264 EVENTHANDLER_REGISTER(shutdown_final, shutdown_halt, NULL, in shutdown_conf() 266 EVENTHANDLER_REGISTER(shutdown_final, shutdown_panic, NULL, in shutdown_conf() 268 EVENTHANDLER_REGISTER(shutdown_final, shutdown_reset, NULL, in shutdown_conf()
|
| /f-stack/freebsd/netinet/ |
| H A D | toecore.c | 542 listen_start_eh = EVENTHANDLER_REGISTER(tcp_offload_listen_start, in toecore_load() 544 listen_stop_eh = EVENTHANDLER_REGISTER(tcp_offload_listen_stop, in toecore_load() 546 lle_event_eh = EVENTHANDLER_REGISTER(lle_event, toe_lle_event, NULL, in toecore_load()
|
| H A D | tcp_pcap.c | 94 EVENTHANDLER_REGISTER(nmbclusters_change, tcp_pcap_max_set, in tcp_pcap_init()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_if.c | 166 pfi_attach_cookie = EVENTHANDLER_REGISTER(ifnet_arrival_event, in pfi_initialize() 168 pfi_detach_cookie = EVENTHANDLER_REGISTER(ifnet_departure_event, in pfi_initialize() 170 pfi_attach_group_cookie = EVENTHANDLER_REGISTER(group_attach_event, in pfi_initialize() 172 pfi_change_group_cookie = EVENTHANDLER_REGISTER(group_change_event, in pfi_initialize() 174 pfi_detach_group_cookie = EVENTHANDLER_REGISTER(group_detach_event, in pfi_initialize() 176 pfi_ifaddr_event_cookie = EVENTHANDLER_REGISTER(ifaddr_event, in pfi_initialize()
|
| /f-stack/freebsd/sys/ |
| H A D | eventhandler.h | 126 name ## _tag = EVENTHANDLER_REGISTER(name, func, ctx, \ 141 #define EVENTHANDLER_REGISTER(name, func, arg, priority) \ macro
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | ar5315_wdog.c | 131 EVENTHANDLER_REGISTER(watchdog_list, ar5315_wdog_watchdog_fn, sc, 0); in ar5315_wdog_attach()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_iface.c | 145 ipfw_ifdetach_event = EVENTHANDLER_REGISTER( in iface_khandler_register() 148 ipfw_ifattach_event = EVENTHANDLER_REGISTER( in iface_khandler_register()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | tsc.c | 391 tsc_pre_tag = EVENTHANDLER_REGISTER(cpufreq_pre_change, in init_TSC() 393 tsc_post_tag = EVENTHANDLER_REGISTER(cpufreq_post_change, in init_TSC() 395 tsc_levels_tag = EVENTHANDLER_REGISTER(cpufreq_levels_changed, in init_TSC()
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_hdmi.c | 120 sc->eh_tag = EVENTHANDLER_REGISTER(device_attach, in imx_hdmi_init()
|
| H A D | imx_wdog.c | 224 EVENTHANDLER_REGISTER(watchdog_list, imx_watchdog, sc, 0); in imx_wdog_attach()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | ar71xx_wdog.c | 165 EVENTHANDLER_REGISTER(watchdog_list, ar71xx_wdog_watchdog_fn, sc, 0); in ar71xx_wdog_attach()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | arc_os.c | 240 arc_event_lowmem = EVENTHANDLER_REGISTER(vm_lowmem, arc_lowmem, NULL, in arc_lowmem_init()
|
| H A D | kmod_core.c | 339 zfs_shutdown_event_tag = EVENTHANDLER_REGISTER( in zfs_modevent()
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 625 EVENTHANDLER_REGISTER(vfs_mounted, mac_veriexec_vfs_mounted, NULL, in mac_veriexec_init() 627 EVENTHANDLER_REGISTER(vfs_unmounted, mac_veriexec_vfs_unmounted, NULL, in mac_veriexec_init()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_wdog.c | 241 EVENTHANDLER_REGISTER(watchdog_list, octeon_wdog_watchdog_fn, sc, 0); in octeon_wdog_attach()
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_wdt.c | 197 sc->sc_ev_tag = EVENTHANDLER_REGISTER(watchdog_list, ti_wdt_event, sc, in ti_wdt_attach()
|
| /f-stack/freebsd/arm/mv/armada/ |
| H A D | wdt.c | 188 EVENTHANDLER_REGISTER(watchdog_list, mv_watchdog_event, sc, 0); in mv_wdt_attach()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_pmic.c | 263 EVENTHANDLER_REGISTER(shutdown_final, am335x_pmic_shutdown, dev, in am335x_pmic_start()
|