emul 77 arch/i386/i386/trap.c extern struct emul emul_ibcs2;
emul 82 arch/i386/i386/trap.c extern struct emul emul_linux_aout, emul_linux_elf;
emul 85 arch/i386/i386/trap.c extern struct emul emul_freebsd_aout, emul_freebsd_elf;
emul 88 arch/i386/i386/trap.c extern struct emul emul_bsdos;
emul 91 arch/i386/i386/trap.c extern struct emul emul_aout;
emul 41 compat/aout/compat_aout.c struct emul emul_aout = {
emul 57 compat/bsdos/bsdos_exec.c struct emul emul_bsdos = {
emul 206 compat/common/compat_util.c struct emul *e;
emul 39 compat/common/compat_util.h struct emul;
emul 42 compat/common/compat_util.h caddr_t stackgap_init(struct emul *);
emul 58 compat/freebsd/freebsd_exec.c struct emul emul_freebsd_aout = {
emul 78 compat/freebsd/freebsd_exec.c struct emul emul_freebsd_elf = {
emul 76 compat/hpux/hppa/hpux_exec.c struct emul emul_hpux = {
emul 76 compat/hpux/m68k/hpux_exec.c struct emul emul_hpux = {
emul 87 compat/ibcs2/ibcs2_exec.c struct emul emul_ibcs2 = {
emul 95 compat/linux/linux_exec.c struct emul emul_linux_aout = {
emul 120 compat/linux/linux_exec.c struct emul emul_linux_elf = {
emul 77 compat/osf1/osf1_exec.c struct emul emul_osf1 = {
emul 74 compat/sunos/sunos_exec.c struct emul emul_sunos = {
emul 720 compat/sunos/sunos_misc.c struct emul *e = p->p_emul;
emul 64 compat/svr4/svr4_exec.c struct emul emul_svr4 = {
emul 1444 compat/svr4/svr4_misc.c extern struct emul emul_linux_elf;
emul 148 compat/ultrix/ultrix_misc.c struct emul emul_ultrix = {
emul 444 compat/ultrix/ultrix_misc.c struct emul *e = p->p_emul;
emul 454 dev/isa/sbdsp.c int emul;
emul 456 dev/isa/sbdsp.c emul = ISSB16CLASS(sc) ? 0 : AUDIO_ENCODINGFLAG_EMULATED;
emul 481 dev/isa/sbdsp.c fp->flags = emul;
emul 498 dev/isa/sbdsp.c fp->flags = emul;
emul 80 dev/systrace.c struct emul *emul; /* Is only valid for this emulation */
emul 705 dev/systrace.c struct emul *oldemul;
emul 1095 dev/systrace.c if (strpol->emul && strpol->emul != strp->proc->p_emul)
emul 1108 dev/systrace.c if (strpol->emul == NULL)
emul 1109 dev/systrace.c strpol->emul = strp->proc->p_emul;
emul 1737 dev/systrace.c memcpy(msg_emul->emul, p->p_emul->e_name, SYSTR_EMULEN);
emul 41 dev/systrace.h char emul[SYSTR_EMULEN];
emul 410 dev/wscons/wsconsio.h char emul[WSEMUL_NAME_SIZE];
emul 274 dev/wscons/wsdisplay.c wsscreen_attach(struct wsdisplay_softc *sc, int console, const char *emul,
emul 300 dev/wscons/wsdisplay.c (dconf->wsemul = wsemul_pick(emul)) == NULL)
emul 386 dev/wscons/wsdisplay.c const char *screentype, const char *emul)
emul 409 dev/wscons/wsdisplay.c scr = wsscreen_attach(sc, 0, emul, scrdesc,
emul 452 dev/wscons/wsdisplay.c strncpy(sd->emul, scr->scr_dconf->wsemul->name, WSEMUL_NAME_SIZE);
emul 1264 dev/wscons/wsdisplay.c d->screentype, d->emul)) == 0)
emul 437 dev/wscons/wsdisplay_compat_usl.c extern struct emul emul_freebsd_aout;
emul 438 dev/wscons/wsdisplay_compat_usl.c extern struct emul emul_freebsd_elf;
emul 78 kern/exec_conf.c extern struct emul emul_native, emul_elf32, emul_elf64, emul_aout,
emul 116 kern/exec_elf.c struct emul ELFNAMEEND(emul) = {
emul 596 kern/exec_elf.c epp->ep_emul = &ELFNAMEEND(emul);
emul 149 kern/init_main.c struct emul emul_native = {
emul 78 kern/kern_exec.c int exec_sigcode_map(struct proc *, struct emul *);
emul 258 kern/kern_exec.c extern struct emul emul_native;
emul 768 kern/kern_exec.c exec_sigcode_map(struct proc *p, struct emul *e)
emul 165 kern/kern_ktrace.c ktremul(struct proc *p, char *emul)
emul 171 kern/kern_ktrace.c kth.ktr_len = strlen(emul);
emul 172 kern/kern_ktrace.c kth.ktr_buf = emul;
emul 330 kern/kern_sig.c extern struct emul emul_sunos;
emul 1837 kern/kern_sysctl.c struct emul *e;
emul 82 kern/kern_xxx.c struct emul *em;
emul 115 kern/kern_xxx.c struct emul *em;
emul 805 kern/tty_pty.c extern struct emul emul_sunos;
emul 129 kern/uipc_socket.c extern struct emul emul_sunos;
emul 107 sys/exec.h struct emul *es_emul; /* emulation */
emul 153 sys/exec.h struct emul *ep_emul; /* os emulation */
emul 85 sys/proc.h struct emul {
emul 115 sys/proc.h extern struct emul *emulsw[]; /* All emuls in system */
emul 220 sys/proc.h struct emul *p_emul; /* Emulation information */