*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: sysarch | Section: 2 | Source: NetBSD | File: sysarch.2
SYSARCH(2) FreeBSD System Calls Manual SYSARCH(2) NAME sysarch - architecture-dependent system call LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <machine/sysarch.h> int sysarch(int number, void *args); DESCRIPTION sysarch() 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-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. RETURN VALUES See the manual pages for specific architecture-dependent function calls for information about their return values. HISTORY The sysarch() function call appeared in NetBSD 1.0. FreeBSD 14.1-RELEASE-p8 October 11, 1993 FreeBSD 14.1-RELEASE-p8

Navigation Options