Home
last modified time | relevance | path

Searched refs:linux_exec_tag (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/compat/linux/
H A Dlinux_common.c58 static eventhandler_tag linux_exec_tag; variable
73 linux_exec_tag = EVENTHANDLER_REGISTER(process_exec, in linux_common_modevent()
85 EVENTHANDLER_DEREGISTER(process_exec, linux_exec_tag); in linux_common_modevent()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysvec.c121 static eventhandler_tag linux_exec_tag; variable
1054 linux_exec_tag = EVENTHANDLER_REGISTER(process_exec, linux_proc_exec, in linux_elf_modevent()
1084 EVENTHANDLER_DEREGISTER(process_exec, linux_exec_tag); in linux_elf_modevent()