GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SYSARCH(2) FreeBSD System Calls Manual SYSARCH(2)

sysarch
architecture-dependent system call

Standard C Library (libc, -lc)

#include <machine/sysarch.h>

int
sysarch(int number, void *args);

The sysarch() 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 sysarch() system call should never be called directly by user programs. Instead, they should access its functions using the architecture-dependent library.

See the manual pages for specific architecture-dependent system calls for information about their return values.

i386_get_ioperm(2), i386_get_ldt(2), i386_vm86(2)

This manual page was taken from NetBSD.
October 11, 1993 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 2 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.