1 $NetBSD: syscalls.master,v 1.4 2005/12/11 12:20:22 christos Exp $
3 ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
5 ; NetBSD COMPAT_MACH PowerPC-only system call name/number "master" file.
6 ; This is used for the negative mach syscalls.
7 ; (See syscalls.conf to see what it is processed into.)
9 ; Fields: number type [type-dependent ...]
10 ; number system call number, must be in order
11 ; type one of STD, OBSOL, UNIMPL, NODEF, NOARGS, or one of
12 ; the compatibility options defined in syscalls.conf.
16 ; OBSOL obsolete, not included in system
17 ; UNIMPL unimplemented, not included in system
18 ; NODEF included, but don't define the syscall number
19 ; NOARGS included, but don't define the syscall args structure
21 ; The compat options are defined in the syscalls.conf file, and the
22 ; compat option name is prefixed to the syscall name. Other than
23 ; that, they're like NODEF (for 'compat' options), or STD (for
24 ; 'libcompat' options).
26 ; The type-dependent arguments are as follows:
27 ; For STD, NODEF, NOARGS, and compat syscalls:
28 ; { pseudo-proto } [alias]
32 ; #ifdef's, etc. may be included, and are copied to the output files.
33 ; #include's are copied to the syscall names and switch definition files only.
35 #include <sys/param.h>
36 #include <sys/systm.h>
37 #include <sys/signal.h>
38 #include <sys/mount.h>
40 #include <sys/syscallargs.h>
42 #include <compat/mach/mach_types.h>
43 #include <compat/mach/mach_message.h>
44 #include <compat/mach/arch/powerpc/ppccalls/mach_ppccalls_syscallargs.h>
48 1 UNIMPL vmm_get_version
49 2 UNIMPL vmm_get_features
50 3 UNIMPL vmm_init_context
52 5 UNIMPL bb_enable_bluebox
53 6 UNIMPL bb_disable_bluebox
54 7 UNIMPL bb_settaskenv