Home
last modified time | relevance | path

Searched refs:ecoff_probe_func (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/kern/
H A Dexec_ecoff.c57 .ecoff_probe_func = cpu_exec_ecoff_probe,
106 error = (*epp->ep_esch->u.ecoff_probe_func)(l, epp); in exec_ecoff_makecmds()
/netbsd-src/sys/compat/ultrix/
H A Dultrix_mod.c64 .ecoff_probe_func = ultrix_exec_ecoff_probe,
/netbsd-src/sys/sys/
H A Dexec.h158 int (*ecoff_probe_func)(struct lwp *, struct exec_package *); member