SYS_LOCAL(2) SYS_LOCAL(2)
NAME
sys_local - implementation-defined system call
SYNOPSIS
#include <sys/system.h>
init syslocal (vendor, function, arg1, arg2,
init vendor;
init function;
init arg1;
init arg2;
...
DESCRIPTION
The first two arguments of the syslocal system call consist
of a vendor ID and a function number. Vendor IS s are
administered by Motorola Corporation. Contact High End
Software Technical Support at +1 (512) 891-2999. The vendor
and function arguments are followed by zero or more
implementation-defined arguments.
If a conforming system recognizes the union of the vendor ID
and the function number, it shall interpret the rest of the
arguments in an implementation-defined manner. If an
implementation does not support the union of vendor ID and
function number, it shall return -1 and errno will be set to
[ENOSYS] .
This system call is not intended for general use.
RETURN REGISTER
r2
Other returned values are implementation-defined.
Page 1 May 1989