File: aio_write.3

package info (click to toggle)
manpages-ja 0.5.0.0.20050315-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,620 kB
  • ctags: 4
  • sloc: sh: 12,675; perl: 157; makefile: 106
file content (127 lines) | stat: -rw-r--r-- 3,753 bytes parent folder | download
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
.\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl)
.\"
.\" 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) 2004 Yuichi SATO
.\"         all rights reserved.
.\" Translated Sat Jul 10 03:54:47 JST 2004
.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
.\"
.TH AIO_WRITE 3 2003-11-14  "" "Linux Programmer's Manual"
.SH ̾
aio_write \- Ʊǽ񤭹
.SH 
.sp
.B "#include <aio.h>"
.sp
.BI "int aio_write(struct aiocb *" aiocbp );
.sp
.SH 
.B aio_write
ؿƱ "n = write(fd, buf, count)" ꥯȤ롣
 fd, buf, count ϡ줾
.IR aiocbp->aio_fildes ,
.IR aiocbp->aio_buf ,
.I aiocbp->aio_nbytes
Ϳ롣
֤ (return status) n ϡλ
.BR aio_return (3)
ȤäƼǤ롣
.LP
O_APPEND ꤵʤ硢ȤΥե֤˴طʤ
ǡХե륪եå
.IR aiocbp->aio_offset
򳫻Ȥƽ񤭹ޤ롣
O_APPEND ꤵƤ硢ǡϥեνü˽񤭹ޤ롣
ΥꥯȤθΡȤΥե֤ϵꤵƤʤ
.LP
ƱפȤϡ֥ꥯȤ塼줿顢θƤӽФϤ֤
ȤȤǤ롣
ƤӽФäˡ񤭹ߤϴλƤ뤫Τʤ
λƤʤΤʤ
.BR aio_error (3)
ȤȤǴλƥȤǤ롣
.LP
_POSIX_PRIORITIZED_IO Ƥơ
ĥե뤬򥵥ݡȤƤ硢
ƱϸƤӽФץͥ٤
.I aiocbp->aio_reqprio
ͥ٤Ͽ (submit) 롣
.LP
ե
.I aiocbp->aio_lio_opcode
̵뤵롣
.LP
祪եåȤĶ̾Υեˤϡǡ񤭹ޤʤ
.SH ֤
硢0 ֤롣
顼ξ硢ꥯȤϥ塼줺
\-1 ֤ơ
.I errno
Ŭڤꤵ롣
顼Ϻǽ˸Τ줿ǡ
( \-1 ֤) 
.BR aio_return (3)

.RI ( errno
ǼǤ EBADF Τ褦ʥ顼֤֤) 
.BR aio_error (3)
𤵤
.SH 顼
.TP
.B EAGAIN
꥽­ʤ
.TP
.B EBADF
.I aio_fildes
Ͻ񤭹ߤΤ˥ץ󤵤줿ͭʥեǥץǤʤ
.TP
.B EFBIG
ե̾ΥեǤꡢʤȤ 1 ХȤ񤭹⤦ȤƤ롣
ϰ֤Υեκ祪եåȤƱĶƤ롣
.TP
.B EINVAL
.IR aio_offset ,
.IR aio_reqprio ,
.I aio_nbytes
Τ 1 İʾ夬̵Ǥ롣
.TP
.B ENOSYS
δؿݡȤƤʤ

.SH 
Ѥ֥å 0 ˤƤΤϡ褤ͤǤ롣
֥åϡɤ߹ʹԤƤ֤ѹ٤Ǥʤ
ɤ߹ޤХåեΰ
.\" ޤ֥å
κ˥٤ǤϤʤ
ʤȵ̤ˤʤ롣
˴ޤޤΰϡͭʤޤޤˤʤФʤʤ

.SH 
POSIX 1003.1-2003
.SH Ϣ
.BR aio_cancel (3),
.BR aio_error (3),
.BR aio_fsync (3),
.BR aio_read (3),
.BR aio_return (3),
.BR aio_suspend (3)