Query: sysarch
OS: netbsd
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SYSARCH(2) BSD System Calls Manual SYSARCH(2)NAMEsysarch -- architecture-dependent system callLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <machine/sysarch.h> int sysarch(int number, void *args);DESCRIPTIONsysarch() performs the architecture-dependent function specified by number with the arguments specified by the args pointer. args is a pointer to a structure defining the actual arguments of the function. Symbolic constants and argument structures for the architecture-depen- dent functions can be found in the header file <machine/sysarch.h>. The sysarch() system call should never be called directly by user programs. Instead, they should access its functions using the architec- ture-dependent library.RETURN VALUESSee the manual pages for specific architecture-dependent function calls for information about their return values.HISTORYThe sysarch() function call appeared in NetBSD 1.0.BSDOctober 11, 1993 BSD
Related Man Pages |
---|
i386_get_ldt(2) - netbsd |
i386_get_ioperm(2) - freebsd |
i386_set_ioperm(2) - freebsd |
i386_set_watch(3) - freebsd |
i386_get_ioperm(2) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Perl: restrict perl from automaticaly creating a hash branches on check |