Home | History | Annotate | Download | only in ultrix

Lines Matching refs:ultrix

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? */
292 printf("ultrix select( %ld, %ld): negative timeout\n",
299 printf("ultrix select: bad args?\n");
495 * RISC Ultrix cache control syscalls
560 /* struct sigcontext13 is close enough to Ultrix */
572 /* struct sigcontext13 is close enough to Ultrix */
648 /* Ultrix SVSHM weirndess: */
656 case 0: /* Ultrix shmat() */
662 case 1: /* Ultrix shmctl() */
668 case 2: /* Ultrix shmdt() */
672 case 3: /* Ultrix shmget() */