Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dimgact_aout.c76 struct sysentvec aout_sysvec = { variable
115 struct sysentvec aout_sysvec = { variable
199 imgp->ps_strings = (void *)aout_sysvec.sv_psstrings; in exec_aout_imgact()
266 error = exec_new_vmspace(imgp, &aout_sysvec); in exec_aout_imgact()
332 imgp->proc->p_sysent = &aout_sysvec; in exec_aout_imgact()
/f-stack/freebsd/sys/
H A Dsysent.h175 extern struct sysentvec aout_sysvec;
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c875 INIT_SYSENTVEC(aout_sysvec, &linux_sysvec);