|
NAMEsysarch —
architecture-dependent system call
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <machine/sysarch.h>
int
DESCRIPTIONThesysarch () system call performs the
architecture-dependent function specified by number with
the arguments specified by the args pointer. The
args argument is a pointer to a structure defining the
actual arguments of the function. Symbolic constants and argument structures
for the architecture-dependent functions can be found in the header file
<machine/sysarch.h> .
The RETURN VALUESSee the manual pages for specific architecture-dependent system calls for information about their return values.SEE ALSOi386_get_ioperm(2), i386_get_ldt(2), i386_vm86(2)HISTORYThis manual page was taken from NetBSD.
Visit the GSP FreeBSD Man Page Interface. |