Searched refs:emul (Results 1 - 25 of 71) sorted by relevance

123

/src/sys/compat/ultrix/
H A Dultrix_exec.h29 extern struct emul emul_ultrix;
/src/sys/compat/common/
H A Dcompat_util.h64 struct emul;
/src/sys/compat/freebsd/
H A Dfreebsd_exec.h48 extern struct emul emul_freebsd;
/src/sys/compat/sunos32/
H A Dsunos32_exec.h34 extern struct emul emul_sunos;
H A Dsunos32_mod.c67 get_sunos_emul(const struct emul **e)
/src/share/examples/emul/linux/etc/
H A DMakefile9 FILESDIR=/usr/share/examples/emul/linux/etc
/src/sys/rump/kern/lib/libsys_cygwin/
H A Dsys_cygwin_component.c18 struct emul emul_rump_sys_cygwin = {
33 extern struct emul *emul_default;
/src/sys/rump/kern/lib/libsys_sunos/
H A Dsys_sunos_component.c18 struct emul emul_rump_sys_sunos = {
33 extern struct emul *emul_default;
/src/share/examples/
H A DMakefile3 SUBDIR= amd apm asm devpubd disktab emul fstab ftpd getdate hostapd \
/src/share/examples/emul/ultrix/etc/
H A DMakefile9 FILESDIR=/usr/share/examples/emul/ultrix/etc
/src/sys/compat/sunos/
H A Dsunos_exec.h53 extern struct emul emul_sunos;
H A Dsunos_mod.c64 get_sunos_emul(const struct emul **e)
/src/sys/sys/
H A Dsyscallvar.h46 extern struct emul emul_netbsd;
55 int syscall_establish(const struct emul *, const struct syscall_package *);
56 int syscall_disestablish(const struct emul *, const struct syscall_package *);
/src/sys/arch/vax/vax/
H A Dsyscall.c69 const struct emul * const emul = p->p_emul; local in function:syscall
70 const struct sysent *callp = emul->e_sysent;
81 if ((unsigned long) tf->tf_code >= emul->e_nsysent)
82 callp += emul->e_nosys;
/src/distrib/sparc/
H A Dinstall.md281 mv -f $f $root/emul/aout/usr/lib || return 1
307 mv -f $root/$xlibdir/$f $root/emul/aout/$xlibdir || return 1
318 if [ -d $root/emul/aout/. ]; then
319 echo "Using existing /emul/aout directory"
321 echo "Creating /emul/aout hierarchy"
324 if [ ! -d $root/emul ]; then
325 mkdir $root/emul || return 1
328 if [ -h $root/emul/aout ]; then
329 echo "Preserving existing symbolic link from /emul/aout"
330 mv -f $root/emul/aou
[all...]
/src/sys/compat/linux32/common/
H A Dlinux32_socketcall.c59 #define sc(emul, fn) { "linux32/" #fn, sizeof (struct emul##_##fn##_args), \
60 (int (*)(struct lwp *, const void *, register_t *))emul##_##fn }
H A Dlinux32_exec.h47 extern struct emul emul_linux32;
/src/etc/rc.d/
H A Dwscons53 # screen idx scr emul
97 emul=$arg3
107 case $emul in
111 cmd="$cmd -e $emul"
/src/lib/libm/arch/vax/
H A Dn_argred.S422 emul %r0,%r8,$0,%r4
423 emul %r0,%r9,%r5,%r5
424 emul %r0,%r10,%r6,%r6
426 emul %r1,%r8,$0,%r7
427 emul %r1,%r9,%r8,%r8
428 emul %r1,%r10,%r9,%r9
429 emul %r1,%r11,%r10,%r10
455 emul %r1,%r6,$0,%r4
457 emul %r0,%r6,%r5,%r5
462 emul
[all...]
/src/sys/compat/aoutm68k/
H A Daoutm68k_mod.c41 extern struct emul emul_netbsd_aoutm68k;
/src/distrib/amiga/miniroot/
H A Dinstall.md331 mv -f $f $root/emul/aout/usr/lib || return 1
357 mv -f $root/$xlibdir/$f $root/emul/aout/$xlibdir || return 1
368 if [ -d $root/emul/aout/. ]; then
369 echo "Using existing /emul/aout directory"
371 echo "Creating /emul/aout hierarchy"
374 if [ ! -d $root/emul ]; then
375 mkdir $root/emul || return 1
378 if [ -h $root/emul/aout ]; then
379 echo "Preserving existing symbolic link from /emul/aout"
380 mv -f $root/emul/aou
[all...]
/src/sys/rump/kern/lib/libsys_linux/
H A Dsys_linux_component.c29 struct emul emul_rump_sys_linux = {
45 extern struct emul *emul_default;
/src/sys/kern/
H A Dkern_syscall.c65 const struct emul *em;
107 syscall_establish(const struct emul *em, const struct syscall_package *sp)
145 syscall_disestablish(const struct emul *em, const struct syscall_package *sp)
245 struct emul *e = p->p_emul;
288 struct emul *e = p->p_emul;
/src/usr.sbin/wsconscfg/
H A Dwsconscfg.c51 "Usage: %s [-e emul] [-f ctldev] [-t type] index\n"
77 asd.emul = 0;
86 asd.emul = optarg;
/src/lib/libnvmm/
H A Dlibnvmm_x86.c1022 const struct x86_emul *emul; member in struct:x86_instr
1058 const struct x86_emul *emul; member in struct:x86_opcode
1062 const struct x86_emul *emul; member in struct:x86_group_entry
1075 [1] = { .emul = &x86_emul_or },
1076 [4] = { .emul = &x86_emul_and },
1077 [6] = { .emul = &x86_emul_xor },
1078 [7] = { .emul = &x86_emul_cmp }
1082 [0] = { .emul = &x86_emul_test },
1083 [1] = { .emul = &x86_emul_test }
1087 [0] = { .emul
[all...]

Completed in 14 milliseconds

123