Home
last modified time | relevance | path

Searched refs:EVENTHANDLER_REGISTER (Results 1 – 25 of 80) sorted by relevance

1234

/f-stack/freebsd/i386/i386/
H A Dgeode.c292 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 Dlongrun.c309 EVENTHANDLER_REGISTER(power_profile_change, tmx86_longrun_power_profile, NULL, 0); in setup_tmx86_longrun()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_wdog.c147 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 Daw_wdog.c176 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 Diflib_clone.c272 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 Diommu.c218 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 Dtty_tty.c94 EVENTHANDLER_REGISTER(dev_clone, ctty_clone, 0, 1000); in ctty_drvinit()
H A Dkern_shutdown.c262 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 Dtoecore.c542 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 Dtcp_pcap.c94 EVENTHANDLER_REGISTER(nmbclusters_change, tcp_pcap_max_set, in tcp_pcap_init()
/f-stack/freebsd/netpfil/pf/
H A Dpf_if.c166 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 Deventhandler.h126 name ## _tag = EVENTHANDLER_REGISTER(name, func, ctx, \
141 #define EVENTHANDLER_REGISTER(name, func, arg, priority) \ macro
/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_wdog.c131 EVENTHANDLER_REGISTER(watchdog_list, ar5315_wdog_watchdog_fn, sc, 0); in ar5315_wdog_attach()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_iface.c145 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 Dtsc.c391 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 Dimx6_hdmi.c120 sc->eh_tag = EVENTHANDLER_REGISTER(device_attach, in imx_hdmi_init()
H A Dimx_wdog.c224 EVENTHANDLER_REGISTER(watchdog_list, imx_watchdog, sc, 0); in imx_wdog_attach()
/f-stack/freebsd/mips/atheros/
H A Dar71xx_wdog.c165 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 Darc_os.c240 arc_event_lowmem = EVENTHANDLER_REGISTER(vm_lowmem, arc_lowmem, NULL, in arc_lowmem_init()
H A Dkmod_core.c339 zfs_shutdown_event_tag = EVENTHANDLER_REGISTER( in zfs_modevent()
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.c625 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 Docteon_wdog.c241 EVENTHANDLER_REGISTER(watchdog_list, octeon_wdog_watchdog_fn, sc, 0); in octeon_wdog_attach()
/f-stack/freebsd/arm/ti/
H A Dti_wdt.c197 sc->sc_ev_tag = EVENTHANDLER_REGISTER(watchdog_list, ti_wdt_event, sc, in ti_wdt_attach()
/f-stack/freebsd/arm/mv/armada/
H A Dwdt.c188 EVENTHANDLER_REGISTER(watchdog_list, mv_watchdog_event, sc, 0); in mv_wdt_attach()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_pmic.c263 EVENTHANDLER_REGISTER(shutdown_final, am335x_pmic_shutdown, dev, in am335x_pmic_start()

1234