I386_IOPL(2) BSD Programmer's Manual (i386) I386_IOPL(2)
i386_iopl - change the i386 I/O privilege level
#include <sys/types.h>
#include <machine/sysarch.h>
int
i386_iopl(int iopl);
i386_iopl() sets the i386 I/O privilege level to the value specified by
iopl. This call is restricted to the superuser.
Note: Code using the i386_iopl() function must be compiled using -li386.
Upon successful completion, i386_iopl() returns 0. Otherwise, a value of
-1 is returned and the global variable errno is set to indicate the er-
ror.
i386_iopl() will fail if:
[EPERM] The caller was not the superuser.
i386_get_ioperm(2), i386_set_ioperm(2)
Intel, i386 Microprocessor Programmer's Reference Manual.
You can really hose your machine if you enable user-level I/O and write
to hardware ports without care.
MirOS BSD #10-current October 14, 1995 1
Generated on 2013-04-27 00:20:00 by $MirOS: src/scripts/roff2htm,v 1.77 2013/01/01 20:49:09 tg Exp $
These manual pages and other documentation are copyrighted by their respective writers;
their source is available at our CVSweb,
AnonCVS, and other mirrors. The rest is Copyright © 2002‒2013 The MirOS Project, Germany.
This product includes material
provided by Thorsten Glaser.
This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.