1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
.\" Hey Emacs! This file is -*- nroff -*- source.
.\"
.\" Copyright (c) 1995 Paul Gortmaker
.\" (gpg109@rsphy1.anu.edu.au)
.\" Wed Nov 29 10:58:54 EST 1995
.\"
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" The GNU General Public License's references to "object code"
.\" and "executables" are to be interpreted as the output of any
.\" document formatting or typesetting system, including
.\" intermediate and printed output.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, write to the Free
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.\" Japanese Version Copyright (c) 1996 HANATAKA Shinya
.\" all rights reserved.
.\" Translated Wed Dec 4 15:19:14 JST 1996
.\" by HANATAKA Shinya <hanataka@abyss.rim.or.jp>
.\" Updated Fri Dec 14 JST 2001 by Kentaro Shirakata <argrath@ub32.org>
.\" Updated Sun May 23 JST 2004 by Kentaro Shirakata <argrath@ub32.org>
.\" Updated Thu Mar 24 JST 2005 by Kentaro Shirakata <argrath@ub32.org>
.\" Updated Thu Oct 9 JST 2005 by Kentaro Shirakata <argrath@ub32.org>
.\"
.\"WORD: inline macro 饤ޥ
.\"WORD: unresolved reference Ǥʤ
.\"WORD: segmentation fault ơȿ
.\"
.TH OUTB 2 1995-11-29 "Linux" "Linux Programmer's Manual"
.SH ̾
outb, outw, outl, outsb, outsw, outsl,
inb, inw, inl, insb, insw, insl,
outb_p, outw_p, outl_p, inb_p, inw_p, inl_p \- ݡ
.SH
ΰϢδؿϥݡȤФ٥Ϥ˻Ѥ롣
out* ؿϥݡȽϡin* ؿϥݡϤԤ
b ĤƤؿϥХñ̡w ĤƤؿϥñ̤Ǥ롣
_p ĤƤؿ I/O λޤԤġ
.LP
δؿϤȤȥͥǤλѤꤷ߷פƤ뤬
桼֤ǤѤǤ롣
.\" ɲäξ
.\" .BR outb (9)
.\" ˤ롣
\fB\-O\fP \fB\-O2\fP ʤɤꤷƥѥ뤹뤳ȡ
δؿϥ饤ޥȤƤꡢ
ŬԤʤȴؿŸԤ줺
λˡֲǤʤ(unresolved reference)פȯ롣
桼֤Υץꥱ I/O ݡȤ˥뤳Ȥ
ͥ˶뤿
.BR ioperm (2)
⤷
.BR iopl (2)
Ѥ뤳ȡ˺ȥץꥱϥơȿ
(segmentation fault) Ȥ뤳Ȥˤʤ롣
.SH
.BR outb ()
Ȥ֤ϥϡɥͭǤ롣
.I value
ǽϤ졢
.I port
ܤϤ롣
νϤۤȤɤ DOS ǤμȤϵդǤ롣
.SH Ϣ
.BR ioperm (2),
.BR iopl (2)
|