HomeSort by: relevance | last modified time | path
    Searched refs:COMPAT_10 (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/compat/sunos/
sunos_syscalls.c 205 #if defined(SYSVSEM) && defined(COMPAT_10)
210 #if defined(SYSVMSG) && defined(COMPAT_10)
215 #if defined(SYSVSHM) && defined(COMPAT_10)
483 #if defined(SYSVSEM) && defined(COMPAT_10)
488 #if defined(SYSVMSG) && defined(COMPAT_10)
493 #if defined(SYSVSHM) && defined(COMPAT_10)
sunos_syscall.h 405 #if defined(SYSVSEM) && defined(COMPAT_10)
411 #if defined(SYSVMSG) && defined(COMPAT_10)
417 #if defined(SYSVSHM) && defined(COMPAT_10)
sunos_syscallargs.h 407 #if defined(SYSVSEM) && defined(COMPAT_10)
412 #if defined(SYSVMSG) && defined(COMPAT_10)
417 #if defined(SYSVSHM) && defined(COMPAT_10)
719 #if defined(SYSVSEM) && defined(COMPAT_10)
724 #if defined(SYSVMSG) && defined(COMPAT_10)
729 #if defined(SYSVSHM) && defined(COMPAT_10)
sunos_sysent.c 744 #if defined(SYSVSEM) && defined(COMPAT_10)
754 #if defined(SYSVMSG) && defined(COMPAT_10)
764 #if defined(SYSVSHM) && defined(COMPAT_10)
  /src/sys/compat/aoutm68k/
aoutm68k_syscalls.c 358 #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
363 #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
368 #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
1124 #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
1129 #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
1134 #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
aoutm68k_syscall.h 619 #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
626 #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
633 #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
aoutm68k_syscallargs.h 406 #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
411 #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
416 #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
1062 #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
1067 #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
1072 #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
aoutm68k_sysent.c 1025 #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
1035 #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
1045 #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
  /src/sys/arch/atari/conf/
SMALL030 26 no options COMPAT_10 # NetBSD 1.0,
GENERIC.in 155 no options COMPAT_10 # NetBSD 1.0,
  /src/sys/compat/common/
compat_mod.h 181 #ifdef COMPAT_10
vm_43.c 134 #if defined(COMPAT_10) && defined(__i386__)
  /src/sys/compat/netbsd32/
netbsd32_compat_10_sysv.c 57 #if defined(COMPAT_10)
290 #endif /* COMPAT_10 */
netbsd32_sysent.c 40 #ifdef COMPAT_10
41 #define compat_10(func) __CONCAT(compat_10_,func) macro
43 #define compat_10(func) sys_nosys macro
  /src/sys/arch/x68k/x68k/
disksubr.c 180 #ifndef COMPAT_10
  /src/sys/arch/i386/i386/
trap.c 454 #if defined(COMPAT_10) || defined(COMPAT_NOMID)
  /src/sys/kern/
init_sysent.c 40 #ifdef COMPAT_10
41 #define compat_10(func) __CONCAT(compat_10_,func) macro
43 #define compat_10(func) sys_nosys macro

Completed in 25 milliseconds