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

  /src/share/examples/emul/
Makefile 3 SUBDIR= linux ultrix
  /src/sys/compat/ultrix/
Makefile 3 SYSCALL_PREFIX=ultrix
ultrix_exec_ecoff.c 79 * Ultrix compatibility module.
89 #include <compat/ultrix/ultrix_exec.h>
ultrix_mod.c 48 #include <compat/ultrix/ultrix_exec.h>
ultrix_fs.c 59 #include <compat/ultrix/ultrix_syscallargs.h>
66 ** Ultrix filesystem operations: mount(), getmnt().
68 ** NetBSD/pmax kernel in an Ultrix root filesystem, boot it,
69 ** and over-write the Ultrix root partition with NetBSD binaries.
73 * Ultrix file system data structure, as modified by
74 * Ultrix getmntent(). This structure is padded to 2560 bytes, for
75 * compatibility with the size the Ultrix kernel and user apps expect.
112 * Ultrix getmnt() flags.
134 * Ultrix gnode-layer filesystem codes.
137 #define ULTRIX_FSTYPE_ULTRIX 0x1 /* Ultrix UFS: basically 4.2bsd FFS *
    [all...]
ultrix_misc.c 88 * Ultrix compatibility module.
90 * Ultrix system calls that are implemented differently in BSD are
123 #include <compat/ultrix/ultrix_syscall.h>
124 #include <compat/ultrix/ultrix_syscallargs.h>
138 #include <compat/ultrix/ultrix_flock.h>
163 .e_name = "ultrix",
164 .e_path = "/emul/ultrix",
260 * Ultrix binaries pass in FD_MAX as the first arg to select().
261 * On Ultrix, FD_MAX is 4096, which is more than the NetBSD sys_select()
290 /* Ultrix clients sometimes give negative timeouts? *
    [all...]
ultrix_pathname.c 48 * Ultrix emulation filesystem-namespace compatibility module.
50 * Ultrix system calls that examine the filesystem namespace
53 * pathname: the given path, prefixed with '/emul/ultrix', and
76 #include <compat/ultrix/ultrix_syscallargs.h>
206 * Custruct ultrix statfs result from native.
207 * XXX should this be the same as returned by Ultrix getmnt(2)?
208 * XXX Ultrix predates DEV_BSIZE. Is conversion of disk space from 1k
ultrix_syscalls.c 20 #include <compat/ultrix/ultrix_syscallargs.h>
175 /* 149 */ "#149 (unimplemented quota / * needs to be nullop to boot on Ultrix root partition * /)",
283 /* 252 */ "#252 (unimplemented audctl / * Make no-op for installation on Ultrix rootpartition? * /)",
284 /* 253 */ "#253 (unimplemented audgen / * Make no-op for installation on Ultrix rootpartition? * /)",
697 /* 149 */ NULL, /* unimplemented quota / * needs to be nullop to boot on Ultrix root partition * / */
805 /* 252 */ NULL, /* unimplemented audctl / * Make no-op for installation on Ultrix rootpartition? * / */
806 /* 253 */ NULL, /* unimplemented audgen / * Make no-op for installation on Ultrix rootpartition? * / */
ultrix_ioctl.c 53 #include <compat/ultrix/ultrix_syscallargs.h>
58 #include <compat/ultrix/ultrix_tty.h>
261 /* Ultrix termio/termios has real vmin/vtime */
384 /* XXX ultrix has a VSWTCH. NetBSD does not. */
414 st->c_line = 2; /* 4.3bsd "new" line discipline, Ultrix default. */
418 #define TERMIO_NCC 10 /* ultrix termio NCC is 10 */
605 * map ioctl code: ultrix tcsets are numbered in reverse order
613 printf("ultrix TCSETA %lx returns %d\n",
752 /* 23: _IOWR('i', 23, struct oifreq): Ultrix SIOCSPHYADDR */
753 /* 24: _IOWR('i', 24, struct oifreq): Ultrix SIOCSADDMULTI *
    [all...]
ultrix_sysent.c 19 #include <compat/ultrix/ultrix_syscallargs.h>
  /src/share/examples/emul/ultrix/etc/
Makefile 9 FILESDIR=/usr/share/examples/emul/ultrix/etc
  /src/sys/arch/mips/mips/
sigcode.S 10 #include <compat/ultrix/ultrix_syscall.h>
  /src/lib/libc/resolv/
res_data.c 342 #ifdef ultrix
357 #endif /*ultrix*/
  /src/usr.sbin/bootp/bootptest/
getether.c 32 #if defined(ultrix) || (defined(__osf__) && defined(__alpha))
34 * This is really easy on Ultrix! Thanks to
69 #endif /* ultrix|osf1 */
334 * The code is almost identical to the Ultrix code - however
336 * Most of this code was stolen from the Ultrix bit above.
  /src/sys/external/isc/libsodium/dist/
config.guess 445 RISC*:ULTRIX:*:*)
446 echo mips-dec-ultrix${UNAME_RELEASE}
448 VAX*:ULTRIX*:*:*)
449 echo vax-dec-ultrix${UNAME_RELEASE}
1452 # if !defined (ultrix)
1468 printf ("vax-dec-ultrix\n"); exit (0);
config.sub 1352 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
  /src/lib/librumpuser/build-aux/
config.guess 469 RISC*:ULTRIX:*:*)
470 echo mips-dec-ultrix${UNAME_RELEASE}
472 VAX*:ULTRIX*:*:*)
473 echo vax-dec-ultrix${UNAME_RELEASE}
config.sub 1386 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
  /src/sys/external/isc/libsodium/dist/build-aux/
config.guess 469 RISC*:ULTRIX:*:*)
470 echo mips-dec-ultrix${UNAME_RELEASE}
472 VAX*:ULTRIX*:*:*)
473 echo vax-dec-ultrix${UNAME_RELEASE}
config.sub 1394 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
  /src/sys/arch/vax/vax/
subr.S 37 #include <compat/ultrix/ultrix_syscall.h>
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 812 #ifdef ultrix

Completed in 35 milliseconds