sysarch (2)
Leading comments
$NetBSD: sysarch.2,v 1.6 1998/02/25 21:24:57 perry Exp $ $FreeBSD: releng/11.0/lib/libc/sys/sysarch.2 165903 2007-01-09 00:28:16Z imp $ Copyright (c) 1980, 1991 Regents of the University of California. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following d...
NAME
sysarch - architecture-dependent system callLIBRARY
Lb libcSYNOPSIS
In machine/sysarch.h Ft int Fn sysarch int number void *argsDESCRIPTION
The Fn sysarch system call performs the architecture-dependent function specified by Fa number with the arguments specified by the Fa args pointer. The Fa 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 In machine/sysarch.h .The Fn sysarch system call should never be called directly by user programs. Instead, they should access its functions using the architecture-dependent library.