Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dimgact_aout.c73 struct sysentvec aout_sysvec = { variable
123 struct sysentvec aout_sysvec = { variable
219 imgp->ps_strings = (void *)aout_sysvec.sv_psstrings; in exec_aout_imgact()
286 error = exec_new_vmspace(imgp, &aout_sysvec); in exec_aout_imgact()
356 imgp->proc->p_sysent = &aout_sysvec; in exec_aout_imgact()
/freebsd/sys/sys/
H A Dsysent.h196 extern struct sysentvec aout_sysvec;
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c615 INIT_SYSENTVEC(aout_sysvec, &linux_sysvec);