HomeSort by: relevance | last modified time | path
    Searched refs:sunos (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/sys/compat/sunos/
Makefile 3 SYSCALL_PREFIX=sunos
sunos_exec.c 47 #include <compat/sunos/sunos.h>
48 #include <compat/sunos/sunos_exec.h>
49 #include <compat/sunos/sunos_syscall.h>
67 .e_name = "sunos",
68 .e_path = "/emul/sunos",
sunos_mod.c 44 #include <compat/sunos/sunos_exec.h>
sunos_syscalls.c 24 #include <compat/sunos/sunos.h>
25 #include <compat/sunos/sunos_syscallargs.h>
sunos_exec_aout.c 54 #include <compat/sunos/sunos.h>
55 #include <compat/sunos/sunos_exec.h>
56 #include <compat/sunos/sunos_syscall.h>
110 * sunos_exec_aout_prep_zmagic(): Prepare a SunOS ZMAGIC binary's exec package
154 * sunos_exec_aout_prep_nmagic(): Prepare a SunOS NMAGIC binary's exec package
189 * sunos_exec_aout_prep_omagic(): Prepare a SunOS OMAGIC binary's exec package
sunos_sysent.c 23 #include <compat/sunos/sunos.h>
24 #include <compat/sunos/sunos_syscallargs.h>
sunos_misc.c 46 * SunOS compatibility module.
48 * SunOS system calls that are implemented differently in BSD are
92 #include <compat/sunos/sunos.h>
93 #include <compat/sunos/sunos_syscallargs.h>
95 #include <compat/sunos/sunos_dirent.h>
205 * Conversion table for SunOS NFS mount flags.
356 * SunOS, we squish out `empty' entries.
989 * SunOS reboot system call (for compatibility).
1086 * SunOS uses the mask 0x0004 as SV_RESETHAN
    [all...]
  /src/sys/modules/compat_sunos/
Makefile 11 .PATH: ${S}/compat/sunos
  /src/sys/compat/sunos32/
sunos32.h 33 * 32-bit SunOS 4.x compatibility module.
36 #include <compat/sunos/sunos.h>
sunos32_syscalls.c 24 #include <compat/sunos/sunos.h>
25 #include <compat/sunos/sunos_syscallargs.h>
sunos32_exec_aout.c 49 #include <compat/sunos/sunos_exec.h>
sunos32_sysent.c 23 #include <compat/sunos/sunos.h>
24 #include <compat/sunos/sunos_syscallargs.h>
  /src/sys/arch/sparc/sparc/
sunos_sigcode.s 59 #include <compat/sunos/sunos_syscall.h>
sunos_machdep.c 48 #include <compat/sunos/sunos.h>
49 #include <compat/sunos/sunos_syscallargs.h>
65 struct sigcontext13 *sf_scp; /* SunOS user addr of sigcontext */
66 int sf_addr; /* SunOS compat, always 0 for now */
  /src/sys/arch/m68k/m68k/
sunos_machdep.c 57 #include <compat/sunos/sunos.h>
58 #include <compat/sunos/sunos_syscallargs.h>
90 * much simpler sendsig() for SunOS processes, as SunOS does the whole
sunos_syscall.c 89 #include <compat/sunos/sunos_syscall.h>
90 #include <compat/sunos/sunos_exec.h>
120 * SunOS passes the syscall-number on the stack, whereas
122 * from the stack, and clean up the stack, as SunOS glue
229 * SunOS passes the syscall-number on the stack, whereas
231 * from the stack, and clean up the stack, as SunOS glue
  /src/sys/arch/sparc64/sparc64/
sunos_machdep.c 51 #include <compat/sunos/sunos.h>
52 #include <compat/sunos/sunos_syscallargs.h>
76 uint32_t sf_scp; /* SunOS user addr of sigcontext */
77 int sf_addr; /* SunOS compat, always 0 for now */
sunos32_machdep.c 52 #include <compat/sunos/sunos.h>
53 #include <compat/sunos/sunos_syscallargs.h>
88 uint32_t sf_scp; /* SunOS user addr of sigcontext */
89 uint32_t sf_addr; /* SunOS compat, always 0 for now */
sunos_sigcode.s 63 #include <compat/sunos/sunos_syscall.h>
  /src/sys/arch/hp300/hp300/
trap.c 83 #include <compat/sunos/sunos_exec.h>
84 #include <compat/sunos/sunos_syscall.h>
475 * SunOS uses Trap #2 for a "CPU cache flush".
  /src/sys/arch/mvme68k/mvme68k/
trap.c 78 #include <compat/sunos/sunos_syscall.h>
79 #include <compat/sunos/sunos_exec.h>
494 * SunOS uses Trap #2 for a "CPU cache flush".
  /src/sys/arch/news68k/news68k/
trap.c 73 #include <compat/sunos/sunos_exec.h>
74 #include <compat/sunos/sunos_syscall.h>
445 * SunOS uses Trap #2 for a "CPU cache flush".
  /src/sys/arch/x68k/x68k/
trap.c 80 #include <compat/sunos/sunos_exec.h>
81 #include <compat/sunos/sunos_syscall.h>
479 * SunOS uses Trap #2 for a "CPU cache flush".
  /src/sys/arch/virt68k/virt68k/
trap.c 78 #include <compat/sunos/sunos_syscall.h>
79 #include <compat/sunos/sunos_exec.h>
494 * SunOS uses Trap #2 for a "CPU cache flush".
  /src/sys/external/isc/libsodium/dist/
config.guess 349 s390x:SunOS:*:*)
352 sun4H:SunOS:5.*:*)
355 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
361 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
377 sun4*:SunOS:6*:*)
383 sun4*:SunOS:*:*)
390 echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
392 sun3*:SunOS:*:*
    [all...]

Completed in 48 milliseconds

1 2