NetBSD-5.0.2/sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscalls.c

Compare this file to the similar file:
Show the results in this format:

/* $NetBSD: mach_fasttraps_syscalls.c,v 1.13 2007/12/20 23:10:48 dsl Exp $ */

/*
 * System call names.
 *
 * DO NOT EDIT-- this file is automatically generated.
 * created from	NetBSD: syscalls.master,v 1.7 2007/02/09 21:55:22 ad Exp
 */

#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_syscalls.c,v 1.13 2007/12/20 23:10:48 dsl Exp $");

#if defined(_KERNEL_OPT)
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/poll.h>
#include <sys/syscallargs.h>
#include <compat/mach/mach_types.h>
#include <compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscallargs.h>
#endif /* _KERNEL_OPT */

const char *const mach_fasttraps_syscallnames[] = {
	/*   0 */	"#0 (unimplemented)",
	/*   1 */	"cthread_set_self",
	/*   2 */	"cthread_self",
	/*   3 */	"processor_facilities_used",
	/*   4 */	"load_msr",
	/*   5 */	"#5 (unimplemented)",
	/*   6 */	"#6 (unimplemented)",
	/*   7 */	"#7 (unimplemented)",
	/*   8 */	"#8 (unimplemented)",
	/*   9 */	"#9 (unimplemented)",
	/*  10 */	"#10 (unimplemented special_bluebox)",
	/*  11 */	"#11 (unimplemented)",
	/*  12 */	"#12 (unimplemented)",
	/*  13 */	"#13 (unimplemented)",
	/*  14 */	"#14 (unimplemented)",
	/*  15 */	"#15 (unimplemented)",
};