Home
last modified time | relevance | path

Searched refs:EVENTHANDLER_DEFINE (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dprof_machdep.c320 EVENTHANDLER_DEFINE(cpufreq_post_change, tsc_freq_changed, NULL,
/f-stack/freebsd/i386/i386/
H A Dprof_machdep.c400 EVENTHANDLER_DEFINE(cpufreq_post_change, tsc_freq_changed, NULL,
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c364 EVENTHANDLER_DEFINE(mountroot, spa_boot_init, NULL, 0);
/f-stack/freebsd/sys/
H A Deventhandler.h122 #define EVENTHANDLER_DEFINE(name, func, arg, priority) \ macro
/f-stack/freebsd/netinet/
H A Dip_encap.c183 EVENTHANDLER_DEFINE(ifaddr_event_ext, srcaddr_change_event, NULL, 0);
H A Dip_reass.c661 EVENTHANDLER_DEFINE(ifnet_departure_event, ipreass_cleanup, NULL, 0);
/f-stack/freebsd/kern/
H A Dsubr_firmware.c402 EVENTHANDLER_DEFINE(mountroot, firmware_mountroot, NULL, 0);
H A Dkern_exec.c1392 EVENTHANDLER_DEFINE(vm_lowmem, exec_args_kva_lowmem, NULL,
/f-stack/freebsd/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c475 EVENTHANDLER_DEFINE(mountroot, parse_manifest_event, NULL, 0);
/f-stack/freebsd/netinet6/
H A Dfrag6.c325 EVENTHANDLER_DEFINE(ifnet_departure_event, frag6_cleanup, NULL, 0);
/f-stack/freebsd/net/altq/
H A Daltq_subr.c880 EVENTHANDLER_DEFINE(cpufreq_post_change, tsc_freq_changed, NULL,