Searched refs:aout_sysvec (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dimgact_aout.c76 struct sysentvec aout_sysvec = { variable in typeref:struct:sysentvec
118 struct sysentvec aout_sysvec = { variable in typeref:struct:sysentvec
203 imgp->ps_strings = aout_sysvec.sv_psstrings;
270 error = exec_new_vmspace(imgp, &aout_sysvec);
336 imgp->proc->p_sysent = &aout_sysvec;
H A Dimgact_gzip.c240 error = exec_new_vmspace(gz->ip, &aout_sysvec);
292 gz->ip->proc->p_sysent = &aout_sysvec;
/freebsd-12-stable/sys/sys/
H A Dsysent.h165 extern struct sysentvec aout_sysvec;
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_sysvec.c834 INIT_SYSENTVEC(aout_sysvec, &linux_sysvec);

Completed in 70 milliseconds