OSDN Git Service

(split) LDP: Update POT and ja.po to LDP v3.37.
[linuxjm/LDP_man-pages.git] / po4a / aio / po / aio.pot
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2012-03-22 04:25+0900\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. type: TH
20 #: build/C/man7/aio.7:24
21 #, no-wrap
22 msgid "AIO"
23 msgstr ""
24
25 #. type: TH
26 #: build/C/man7/aio.7:24 build/C/man3/aio_fsync.3:23 build/C/man3/aio_suspend.3:24 build/C/man3/aio_write.3:23
27 #, no-wrap
28 msgid "2010-10-02"
29 msgstr ""
30
31 #. type: TH
32 #: build/C/man7/aio.7:24 build/C/man3/aio_init.3:24 build/C/man2/io_cancel.2:23 build/C/man2/io_destroy.2:23 build/C/man2/io_getevents.2:23 build/C/man2/io_setup.2:23 build/C/man2/io_submit.2:23
33 #, no-wrap
34 msgid "Linux"
35 msgstr ""
36
37 #. type: TH
38 #: build/C/man7/aio.7:24 build/C/man3/aio_cancel.3:23 build/C/man3/aio_error.3:23 build/C/man3/aio_fsync.3:23 build/C/man3/aio_init.3:24 build/C/man3/aio_read.3:23 build/C/man3/aio_return.3:23 build/C/man3/aio_suspend.3:24 build/C/man3/aio_write.3:23 build/C/man2/io_cancel.2:23 build/C/man2/io_destroy.2:23 build/C/man2/io_getevents.2:23 build/C/man2/io_setup.2:23 build/C/man2/io_submit.2:23 build/C/man3/lio_listio.3:23
39 #, no-wrap
40 msgid "Linux Programmer's Manual"
41 msgstr ""
42
43 #. type: SH
44 #: build/C/man7/aio.7:25 build/C/man3/aio_cancel.3:24 build/C/man3/aio_error.3:24 build/C/man3/aio_fsync.3:24 build/C/man3/aio_init.3:25 build/C/man3/aio_read.3:24 build/C/man3/aio_return.3:24 build/C/man3/aio_suspend.3:25 build/C/man3/aio_write.3:24 build/C/man2/io_cancel.2:24 build/C/man2/io_destroy.2:24 build/C/man2/io_getevents.2:24 build/C/man2/io_setup.2:24 build/C/man2/io_submit.2:24 build/C/man3/lio_listio.3:24
45 #, no-wrap
46 msgid "NAME"
47 msgstr ""
48
49 #. type: Plain text
50 #: build/C/man7/aio.7:27
51 msgid "aio - POSIX asynchronous I/O overview"
52 msgstr ""
53
54 #. type: SH
55 #: build/C/man7/aio.7:27 build/C/man3/aio_cancel.3:32 build/C/man3/aio_error.3:32 build/C/man3/aio_fsync.3:32 build/C/man3/aio_init.3:36 build/C/man3/aio_read.3:32 build/C/man3/aio_return.3:32 build/C/man3/aio_suspend.3:38 build/C/man3/aio_write.3:32 build/C/man2/io_cancel.2:42 build/C/man2/io_destroy.2:40 build/C/man2/io_getevents.2:43 build/C/man2/io_setup.2:40 build/C/man2/io_submit.2:41 build/C/man3/lio_listio.3:35
56 #, no-wrap
57 msgid "DESCRIPTION"
58 msgstr ""
59
60 #. type: Plain text
61 #: build/C/man7/aio.7:35
62 msgid ""
63 "The POSIX asynchronous I/O (AIO) interface allows applications to initiate "
64 "one or more I/O operations that are performed asynchronously (i.e., in the "
65 "background).  The application can elect to be notified of completion of the "
66 "I/O operation in a variety of ways: by delivery of a signal, by "
67 "instantiation of a thread, or no notification at all."
68 msgstr ""
69
70 #. type: Plain text
71 #: build/C/man7/aio.7:37
72 msgid "The POSIX AIO interface consists of the following functions:"
73 msgstr ""
74
75 #. type: TP
76 #: build/C/man7/aio.7:37
77 #, no-wrap
78 msgid "B<aio_read>(3)"
79 msgstr ""
80
81 #. type: Plain text
82 #: build/C/man7/aio.7:42
83 msgid "Enqueue a read request.  This is the asynchronous analog of B<read>(2)."
84 msgstr ""
85
86 #. type: TP
87 #: build/C/man7/aio.7:42
88 #, no-wrap
89 msgid "B<aio_write>(3)"
90 msgstr ""
91
92 #. type: Plain text
93 #: build/C/man7/aio.7:47
94 msgid "Enqueue a write request.  This is the asynchronous analog of B<write>(2)."
95 msgstr ""
96
97 #. type: TP
98 #: build/C/man7/aio.7:47
99 #, no-wrap
100 msgid "B<aio_fsync>(3)"
101 msgstr ""
102
103 #. type: Plain text
104 #: build/C/man7/aio.7:54
105 msgid ""
106 "Enqueue a sync request for the I/O operations on a file descriptor.  This is "
107 "the asynchronous analog of B<fsync>(2)  and B<fdatasync>(2)."
108 msgstr ""
109
110 #. type: TP
111 #: build/C/man7/aio.7:54
112 #, no-wrap
113 msgid "B<aio_error>(3)"
114 msgstr ""
115
116 #. type: Plain text
117 #: build/C/man7/aio.7:57
118 msgid "Obtain the error status of an enqueued I/O request."
119 msgstr ""
120
121 #. type: TP
122 #: build/C/man7/aio.7:57
123 #, no-wrap
124 msgid "B<aio_return>(3)"
125 msgstr ""
126
127 #. type: Plain text
128 #: build/C/man7/aio.7:60
129 msgid "Obtain the return status of a completed I/O request."
130 msgstr ""
131
132 #. type: TP
133 #: build/C/man7/aio.7:60
134 #, no-wrap
135 msgid "B<aio_suspend>(3)"
136 msgstr ""
137
138 #. type: Plain text
139 #: build/C/man7/aio.7:64
140 msgid ""
141 "Suspend the caller until one or more of a specified set of I/O requests "
142 "completes."
143 msgstr ""
144
145 #. type: TP
146 #: build/C/man7/aio.7:64
147 #, no-wrap
148 msgid "B<aio_cancel>(3)"
149 msgstr ""
150
151 #. type: Plain text
152 #: build/C/man7/aio.7:68
153 msgid "Attempt to cancel outstanding I/O requests on a specified file descriptor."
154 msgstr ""
155
156 #. type: TP
157 #: build/C/man7/aio.7:68
158 #, no-wrap
159 msgid "B<lio_listio>(3)"
160 msgstr ""
161
162 #. type: Plain text
163 #: build/C/man7/aio.7:71
164 msgid "Enqueue multiple I/O requests using a single function call."
165 msgstr ""
166
167 #. type: Plain text
168 #: build/C/man7/aio.7:78
169 msgid ""
170 "The I<aiocb> (\"asynchronous I/O control block\") structure defines "
171 "parameters that control an I/O operation.  An argument of this type is "
172 "employed with all of the functions listed above.  This structure has the "
173 "following form:"
174 msgstr ""
175
176 #. type: Plain text
177 #: build/C/man7/aio.7:82
178 #, no-wrap
179 msgid "#include E<lt>aiocb.hE<gt>\n"
180 msgstr ""
181
182 #. type: Plain text
183 #: build/C/man7/aio.7:85
184 #, no-wrap
185 msgid ""
186 "struct aiocb {\n"
187 "    /* The order of these fields is implementation-dependent */\n"
188 msgstr ""
189
190 #. type: Plain text
191 #: build/C/man7/aio.7:94
192 #, no-wrap
193 msgid ""
194 "    int             aio_fildes;     /* File descriptor */\n"
195 "    off_t           aio_offset;     /* File offset */\n"
196 "    volatile void  *aio_buf;        /* Location of buffer */\n"
197 "    size_t          aio_nbytes;     /* Length of transfer */\n"
198 "    int             aio_reqprio;    /* Request priority */\n"
199 "    struct sigevent aio_sigevent;   /* Notification method */\n"
200 "    int             aio_lio_opcode; /* Operation to be performed;\n"
201 "                                       lio_listio() only */\n"
202 msgstr ""
203
204 #. type: Plain text
205 #: build/C/man7/aio.7:97
206 #, no-wrap
207 msgid ""
208 "    /* Various implementation-internal fields not shown */\n"
209 "};\n"
210 msgstr ""
211
212 #. type: Plain text
213 #: build/C/man7/aio.7:99
214 #, no-wrap
215 msgid "/* Operation codes for \\(aqaio_lio_opcode\\(aq: */\n"
216 msgstr ""
217
218 #. type: Plain text
219 #: build/C/man7/aio.7:101
220 #, no-wrap
221 msgid "enum { LIO_READ, LIO_WRITE, LIO_NOP };\n"
222 msgstr ""
223
224 #. type: Plain text
225 #: build/C/man7/aio.7:105
226 msgid "The fields of this structure are as follows:"
227 msgstr ""
228
229 #. type: TP
230 #: build/C/man7/aio.7:105
231 #, no-wrap
232 msgid "I<aio_filedes>"
233 msgstr ""
234
235 #. type: Plain text
236 #: build/C/man7/aio.7:108
237 msgid "The file descriptor on which the I/O operation is to be performed."
238 msgstr ""
239
240 #. type: TP
241 #: build/C/man7/aio.7:108
242 #, no-wrap
243 msgid "I<aio_offset>"
244 msgstr ""
245
246 #. type: Plain text
247 #: build/C/man7/aio.7:111
248 msgid "This is the file offset at which the I/O operation is to be performed."
249 msgstr ""
250
251 #. type: TP
252 #: build/C/man7/aio.7:111
253 #, no-wrap
254 msgid "I<aio_buf>"
255 msgstr ""
256
257 #. type: Plain text
258 #: build/C/man7/aio.7:114
259 msgid "This is the buffer used to transfer data for a read or write operation."
260 msgstr ""
261
262 #. type: TP
263 #: build/C/man7/aio.7:114
264 #, no-wrap
265 msgid "I<aio_nbytes>"
266 msgstr ""
267
268 #. type: Plain text
269 #: build/C/man7/aio.7:118
270 msgid "This is the size of the buffer pointed to by I<aio_buf>."
271 msgstr ""
272
273 #. type: TP
274 #: build/C/man7/aio.7:118
275 #, no-wrap
276 msgid "I<aio_reqprio>"
277 msgstr ""
278
279 #. type: Plain text
280 #: build/C/man7/aio.7:127
281 msgid ""
282 "This field specifies a value that is subtracted from the calling thread's "
283 "real-time priority in order to determine the priority for execution of this "
284 "I/O request (see B<pthread_setschedparam>(3)).  The specified value must be "
285 "between 0 and the value returned by I<sysconf(_SC_AIO_PRIO_DELTA_MAX)>.  "
286 "This field is ignored for file synchronization operations."
287 msgstr ""
288
289 #. type: TP
290 #: build/C/man7/aio.7:127
291 #, no-wrap
292 msgid "I<aio_sigevent>"
293 msgstr ""
294
295 #. type: Plain text
296 #: build/C/man7/aio.7:141
297 msgid ""
298 "This field is a structure that specifies how the caller is to be notified "
299 "when the asynchronous I/O operation completes.  Possible values for "
300 "I<aio_sigevent.sigev_notify> are B<SIGEV_NONE>, B<SIGEV_SIGNAL>, and "
301 "B<SIGEV_THREAD>.  See B<sigevent>(7)  for further details."
302 msgstr ""
303
304 #. type: TP
305 #: build/C/man7/aio.7:141
306 #, no-wrap
307 msgid "I<aio_lio_opcode>"
308 msgstr ""
309
310 #. type: Plain text
311 #: build/C/man7/aio.7:145
312 msgid "The type of operation to be performed; used only for B<lio_listio>(3)."
313 msgstr ""
314
315 #. type: Plain text
316 #: build/C/man7/aio.7:148
317 msgid ""
318 "In addition to the standard functions listed above, the GNU C library "
319 "provides the following extension to the POSIX AIO API:"
320 msgstr ""
321
322 #. type: TP
323 #: build/C/man7/aio.7:148
324 #, no-wrap
325 msgid "B<aio_init>(3)"
326 msgstr ""
327
328 #. type: Plain text
329 #: build/C/man7/aio.7:151
330 msgid ""
331 "Set parameters for tuning the behavior of the glibc POSIX AIO "
332 "implementation."
333 msgstr ""
334
335 #. type: SH
336 #: build/C/man7/aio.7:151 build/C/man3/aio_read.3:132 build/C/man3/aio_suspend.3:104 build/C/man3/aio_write.3:137 build/C/man2/io_cancel.2:78 build/C/man2/io_destroy.2:72 build/C/man2/io_getevents.2:85 build/C/man2/io_setup.2:81 build/C/man2/io_submit.2:83 build/C/man3/lio_listio.3:206
337 #, no-wrap
338 msgid "NOTES"
339 msgstr ""
340
341 #. type: Plain text
342 #: build/C/man7/aio.7:158
343 msgid ""
344 "It is a good idea to zero out the control block buffer before use (see "
345 "B<memset>(3)).  The control block buffer and the buffer pointed to by "
346 "I<aio_buf> must not be changed while the I/O operation is in progress.  "
347 "These buffers must remain valid until the I/O operation completes."
348 msgstr ""
349
350 #. type: Plain text
351 #: build/C/man7/aio.7:162
352 msgid ""
353 "Simultaneous asynchronous read or write operations using the same I<aiocb> "
354 "structure yield undefined results."
355 msgstr ""
356
357 #.  http://lse.sourceforge.net/io/aio.html
358 #.  http://lse.sourceforge.net/io/aionotes.txt
359 #.  http://lwn.net/Articles/148755/
360 #. type: Plain text
361 #: build/C/man7/aio.7:180
362 msgid ""
363 "The current Linux POSIX AIO implementation is provided in userspace by "
364 "glibc.  This has a number of limitations, most notably that maintaining "
365 "multiple threads to perform I/O operations is expensive and scales poorly.  "
366 "Work has been in progress for some time on a kernel state-machine-based "
367 "implementation of asynchronous I/O (see B<io_submit>(2), B<io_setup>(2), "
368 "B<io_cancel>(2), B<io_destroy>(2), B<io_getevents>(2)), but this "
369 "implementation hasn't yet matured to the point where the POSIX AIO "
370 "implementation can be completely reimplemented using the kernel system "
371 "calls."
372 msgstr ""
373
374 #. type: SH
375 #: build/C/man7/aio.7:180 build/C/man3/aio_cancel.3:87 build/C/man3/aio_error.3:65 build/C/man3/aio_fsync.3:78 build/C/man3/aio_read.3:102 build/C/man3/aio_return.3:62 build/C/man3/aio_suspend.3:87 build/C/man3/aio_write.3:109 build/C/man2/io_cancel.2:56 build/C/man2/io_destroy.2:53 build/C/man2/io_getevents.2:60 build/C/man2/io_setup.2:54 build/C/man2/io_submit.2:54 build/C/man3/lio_listio.3:145
376 #, no-wrap
377 msgid "ERRORS"
378 msgstr ""
379
380 #. type: TP
381 #: build/C/man7/aio.7:181 build/C/man3/aio_error.3:66 build/C/man3/aio_fsync.3:86 build/C/man3/aio_read.3:110 build/C/man3/aio_return.3:63 build/C/man3/aio_write.3:121 build/C/man2/io_cancel.2:63 build/C/man2/io_destroy.2:57 build/C/man2/io_getevents.2:64 build/C/man2/io_setup.2:61 build/C/man2/io_submit.2:64 build/C/man3/lio_listio.3:160
382 #, no-wrap
383 msgid "B<EINVAL>"
384 msgstr ""
385
386 #. type: Plain text
387 #: build/C/man7/aio.7:190
388 msgid ""
389 "The I<aio_reqprio> field of the I<aiocb> structure was less than 0, or was "
390 "greater than the limit returned by the call "
391 "I<sysconf(_SC_AIO_PRIO_DELTA_MAX)>."
392 msgstr ""
393
394 #. type: SH
395 #: build/C/man7/aio.7:190 build/C/man3/aio_cancel.3:92 build/C/man3/aio_error.3:73 build/C/man3/aio_fsync.3:94 build/C/man3/aio_init.3:91 build/C/man3/aio_read.3:126 build/C/man3/aio_return.3:68 build/C/man3/aio_suspend.3:98 build/C/man3/aio_write.3:131 build/C/man2/io_cancel.2:70 build/C/man2/io_destroy.2:64 build/C/man2/io_getevents.2:77 build/C/man2/io_setup.2:73 build/C/man2/io_submit.2:75 build/C/man3/lio_listio.3:200
396 #, no-wrap
397 msgid "VERSIONS"
398 msgstr ""
399
400 #. type: Plain text
401 #: build/C/man7/aio.7:192
402 msgid "The POSIX AIO interfaces are provided by glibc since version 2.1."
403 msgstr ""
404
405 #. type: SH
406 #: build/C/man7/aio.7:192 build/C/man3/aio_cancel.3:96 build/C/man3/aio_error.3:77 build/C/man3/aio_fsync.3:98 build/C/man3/aio_init.3:95 build/C/man3/aio_read.3:130 build/C/man3/aio_return.3:72 build/C/man3/aio_suspend.3:102 build/C/man3/aio_write.3:135 build/C/man2/io_cancel.2:73 build/C/man2/io_destroy.2:67 build/C/man2/io_getevents.2:80 build/C/man2/io_setup.2:76 build/C/man2/io_submit.2:78 build/C/man3/lio_listio.3:204
407 #, no-wrap
408 msgid "CONFORMING TO"
409 msgstr ""
410
411 #. type: Plain text
412 #: build/C/man7/aio.7:194 build/C/man3/aio_cancel.3:98 build/C/man3/aio_error.3:79 build/C/man3/aio_fsync.3:100 build/C/man3/aio_read.3:132 build/C/man3/aio_return.3:74 build/C/man3/aio_suspend.3:104 build/C/man3/aio_write.3:137 build/C/man3/lio_listio.3:206
413 msgid "POSIX.1-2001, POSIX.1-2008."
414 msgstr ""
415
416 #. type: SH
417 #: build/C/man7/aio.7:194 build/C/man3/aio_cancel.3:98 build/C/man3/aio_error.3:79 build/C/man3/aio_read.3:144 build/C/man3/aio_return.3:74
418 #, no-wrap
419 msgid "EXAMPLE"
420 msgstr ""
421
422 #. type: Plain text
423 #: build/C/man7/aio.7:207
424 msgid ""
425 "The program below opens each of the files named in its command-line "
426 "arguments and queues a request on the resulting file descriptor using "
427 "B<aio_read>(3).  The program then loops, periodically monitoring each of the "
428 "I/O operations that is still in progress using B<aio_error>(3).  Each of the "
429 "I/O requests is set up to provide notification by delivery of a signal.  "
430 "After all I/O requests have completed, the program retrieves their status "
431 "using B<aio_return>(3)."
432 msgstr ""
433
434 #. type: Plain text
435 #: build/C/man7/aio.7:213
436 msgid ""
437 "The B<SIGQUIT> signal (generated by typing control-\\e) causes the program "
438 "to request cancellation of each of the outstanding requests using "
439 "B<aio_cancel>(3)."
440 msgstr ""
441
442 #. type: Plain text
443 #: build/C/man7/aio.7:218
444 msgid ""
445 "Here is an example of what we might see when running this program.  In this "
446 "example, the program queues two requests to standard input, and these are "
447 "satisfied by two lines of input containing \"abc\" and \"x\"."
448 msgstr ""
449
450 #. type: Plain text
451 #: build/C/man7/aio.7:242
452 #, no-wrap
453 msgid ""
454 "$ B<./a.out /dev/stdin /dev/stdin>\n"
455 "opened /dev/stdin on descriptor 3\n"
456 "opened /dev/stdin on descriptor 4\n"
457 "aio_error():\n"
458 "    for request 0 (descriptor 3): In progress\n"
459 "    for request 1 (descriptor 4): In progress\n"
460 "B<abc>\n"
461 "I/O completion signal received\n"
462 "aio_error():\n"
463 "    for request 0 (descriptor 3): I/O succeeded\n"
464 "    for request 1 (descriptor 4): In progress\n"
465 "aio_error():\n"
466 "    for request 1 (descriptor 4): In progress\n"
467 "B<x>\n"
468 "I/O completion signal received\n"
469 "aio_error():\n"
470 "    for request 1 (descriptor 4): I/O succeeded\n"
471 "All I/O requests completed\n"
472 "aio_return():\n"
473 "    for request 0 (descriptor 3): 4\n"
474 "    for request 1 (descriptor 4): 2\n"
475 msgstr ""
476
477 #. type: SS
478 #: build/C/man7/aio.7:244
479 #, no-wrap
480 msgid "Program source"
481 msgstr ""
482
483 #. type: Plain text
484 #: build/C/man7/aio.7:253
485 #, no-wrap
486 msgid ""
487 "#include E<lt>stdlib.hE<gt>\n"
488 "#include E<lt>unistd.hE<gt>\n"
489 "#include E<lt>stdio.hE<gt>\n"
490 "#include E<lt>errno.hE<gt>\n"
491 "#include E<lt>aio.hE<gt>\n"
492 "#include E<lt>signal.hE<gt>\n"
493 msgstr ""
494
495 #. type: Plain text
496 #: build/C/man7/aio.7:255
497 #, no-wrap
498 msgid "#define BUF_SIZE 20     /* Size of buffers for read operations */\n"
499 msgstr ""
500
501 #. type: Plain text
502 #: build/C/man7/aio.7:257
503 #, no-wrap
504 msgid "#define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); } while (0)\n"
505 msgstr ""
506
507 #. type: Plain text
508 #: build/C/man7/aio.7:259
509 #, no-wrap
510 msgid "#define errMsg(msg)  do { perror(msg); } while (0)\n"
511 msgstr ""
512
513 #. type: Plain text
514 #: build/C/man7/aio.7:266
515 #, no-wrap
516 msgid ""
517 "struct ioRequest {      /* Application-defined structure for tracking\n"
518 "                           I/O requests */\n"
519 "    int           reqNum;\n"
520 "    int           status;\n"
521 "    struct aiocb *aiocbp;\n"
522 "};\n"
523 msgstr ""
524
525 #. type: Plain text
526 #: build/C/man7/aio.7:270
527 #, no-wrap
528 msgid ""
529 "static volatile sig_atomic_t gotSIGQUIT = 0;\n"
530 "                        /* On delivery of SIGQUIT, we attempt to\n"
531 "                           cancel all outstanding I/O requests */\n"
532 msgstr ""
533
534 #. type: Plain text
535 #: build/C/man7/aio.7:276
536 #, no-wrap
537 msgid ""
538 "static void             /* Handler for SIGQUIT */\n"
539 "quitHandler(int sig)\n"
540 "{\n"
541 "    gotSIGQUIT = 1;\n"
542 "}\n"
543 msgstr ""
544
545 #. type: Plain text
546 #: build/C/man7/aio.7:278
547 #, no-wrap
548 msgid "#define IO_SIGNAL SIGUSR1   /* Signal used to notify I/O completion */\n"
549 msgstr ""
550
551 #. type: Plain text
552 #: build/C/man7/aio.7:283
553 #, no-wrap
554 msgid ""
555 "static void                 /* Handler for I/O completion signal */\n"
556 "aioSigHandler(int sig, siginfo_t *si, void *ucontext)\n"
557 "{\n"
558 "    write(STDOUT_FILENO, \"I/O completion signal received\\en\", 31);\n"
559 msgstr ""
560
561 #. type: Plain text
562 #: build/C/man7/aio.7:289
563 #, no-wrap
564 msgid ""
565 "    /* The corresponding ioRequest structure would be available as\n"
566 "           struct ioRequest *ioReq = si-E<gt>si_value.sival_ptr;\n"
567 "       and the file descriptor would then be available via\n"
568 "           ioReq-E<gt>aiocbp-E<gt>aio_fildes */\n"
569 "}\n"
570 msgstr ""
571
572 #. type: Plain text
573 #: build/C/man7/aio.7:299
574 #, no-wrap
575 msgid ""
576 "int\n"
577 "main(int argc, char *argv[])\n"
578 "{\n"
579 "    struct ioRequest *ioList;\n"
580 "    struct aiocb *aiocbList;\n"
581 "    struct sigaction sa;\n"
582 "    int s, j;\n"
583 "    int numReqs;        /* Total number of queued I/O requests */\n"
584 "    int openReqs;       /* Number of I/O requests still in progress */\n"
585 msgstr ""
586
587 #. type: Plain text
588 #: build/C/man7/aio.7:305
589 #, no-wrap
590 msgid ""
591 "    if (argc E<lt> 2) {\n"
592 "        fprintf(stderr, \"Usage: %s E<lt>pathnameE<gt> "
593 "E<lt>pathnameE<gt>...\\en\",\n"
594 "                argv[0]);\n"
595 "        exit(EXIT_FAILURE);\n"
596 "    }\n"
597 msgstr ""
598
599 #. type: Plain text
600 #: build/C/man7/aio.7:307
601 #, no-wrap
602 msgid "    numReqs = argc - 1;\n"
603 msgstr ""
604
605 #. type: Plain text
606 #: build/C/man7/aio.7:309
607 #, no-wrap
608 msgid "    /* Allocate our arrays */\n"
609 msgstr ""
610
611 #. type: Plain text
612 #: build/C/man7/aio.7:313
613 #, no-wrap
614 msgid ""
615 "    ioList = calloc(numReqs, sizeof(struct ioRequest));\n"
616 "    if (ioList == NULL)\n"
617 "        errExit(\"calloc\");\n"
618 msgstr ""
619
620 #. type: Plain text
621 #: build/C/man7/aio.7:317
622 #, no-wrap
623 msgid ""
624 "    aiocbList = calloc(numReqs, sizeof(struct aiocb));\n"
625 "    if (aiocbList == NULL)\n"
626 "        errExit(\"calloc\");\n"
627 msgstr ""
628
629 #. type: Plain text
630 #: build/C/man7/aio.7:319
631 #, no-wrap
632 msgid "    /* Establish handlers for SIGQUIT and the I/O completion signal */\n"
633 msgstr ""
634
635 #. type: Plain text
636 #: build/C/man7/aio.7:322
637 #, no-wrap
638 msgid ""
639 "    sa.sa_flags = SA_RESTART;\n"
640 "    sigemptyset(&sa.sa_mask);\n"
641 msgstr ""
642
643 #. type: Plain text
644 #: build/C/man7/aio.7:326
645 #, no-wrap
646 msgid ""
647 "    sa.sa_handler = quitHandler;\n"
648 "    if (sigaction(SIGQUIT, &sa, NULL) == -1)\n"
649 "        errExit(\"sigaction\");\n"
650 msgstr ""
651
652 #. type: Plain text
653 #: build/C/man7/aio.7:331
654 #, no-wrap
655 msgid ""
656 "    sa.sa_flags = SA_RESTART | SA_SIGINFO;\n"
657 "    sa.sa_sigaction = aioSigHandler;\n"
658 "    if (sigaction(IO_SIGNAL, &sa, NULL) == -1)\n"
659 "        errExit(\"sigaction\");\n"
660 msgstr ""
661
662 #. type: Plain text
663 #: build/C/man7/aio.7:334
664 #, no-wrap
665 msgid ""
666 "    /* Open each file specified on the command line, and queue\n"
667 "       a read request on the resulting file descriptor */\n"
668 msgstr ""
669
670 #. type: Plain text
671 #: build/C/man7/aio.7:339
672 #, no-wrap
673 msgid ""
674 "    for (j = 0; j E<lt> numReqs; j++) {\n"
675 "        ioList[j].reqNum = j;\n"
676 "        ioList[j].status = EINPROGRESS;\n"
677 "        ioList[j].aiocbp = &aiocbList[j];\n"
678 msgstr ""
679
680 #. type: Plain text
681 #: build/C/man7/aio.7:345
682 #, no-wrap
683 msgid ""
684 "        ioList[j].aiocbp-E<gt>aio_fildes = open(argv[j + 1], O_RDONLY);\n"
685 "        if (ioList[j].aiocbp-E<gt>aio_fildes == -1)\n"
686 "            errExit(\"open\");\n"
687 "        printf(\"opened %s on descriptor %d\\en\", argv[j + 1],\n"
688 "                ioList[j].aiocbp-E<gt>aio_fildes);\n"
689 msgstr ""
690
691 #. type: Plain text
692 #: build/C/man7/aio.7:349
693 #, no-wrap
694 msgid ""
695 "        ioList[j].aiocbp-E<gt>aio_buf = malloc(BUF_SIZE);\n"
696 "        if (ioList[j].aiocbp-E<gt>aio_buf == NULL)\n"
697 "            errExit(\"malloc\");\n"
698 msgstr ""
699
700 #. type: Plain text
701 #: build/C/man7/aio.7:357
702 #, no-wrap
703 msgid ""
704 "        ioList[j].aiocbp-E<gt>aio_nbytes = BUF_SIZE;\n"
705 "        ioList[j].aiocbp-E<gt>aio_reqprio = 0;\n"
706 "        ioList[j].aiocbp-E<gt>aio_offset = 0;\n"
707 "        ioList[j].aiocbp-E<gt>aio_sigevent.sigev_notify = SIGEV_SIGNAL;\n"
708 "        ioList[j].aiocbp-E<gt>aio_sigevent.sigev_signo = IO_SIGNAL;\n"
709 "        ioList[j].aiocbp-E<gt>aio_sigevent.sigev_value.sival_ptr =\n"
710 "                                &ioList[j];\n"
711 msgstr ""
712
713 #. type: Plain text
714 #: build/C/man7/aio.7:362
715 #, no-wrap
716 msgid ""
717 "        s = aio_read(ioList[j].aiocbp);\n"
718 "        if (s == -1)\n"
719 "            errExit(\"aio_read\");\n"
720 "    }\n"
721 msgstr ""
722
723 #. type: Plain text
724 #: build/C/man7/aio.7:364
725 #, no-wrap
726 msgid "    openReqs = numReqs;\n"
727 msgstr ""
728
729 #. type: Plain text
730 #: build/C/man7/aio.7:366
731 #, no-wrap
732 msgid "    /* Loop, monitoring status of I/O requests */\n"
733 msgstr ""
734
735 #. type: Plain text
736 #: build/C/man7/aio.7:369
737 #, no-wrap
738 msgid ""
739 "    while (openReqs E<gt> 0) {\n"
740 "        sleep(3);       /* Delay between each monitoring step */\n"
741 msgstr ""
742
743 #. type: Plain text
744 #: build/C/man7/aio.7:371
745 #, no-wrap
746 msgid "        if (gotSIGQUIT) {\n"
747 msgstr ""
748
749 #. type: Plain text
750 #: build/C/man7/aio.7:375
751 #, no-wrap
752 msgid ""
753 "            /* On receipt of SIGQUIT, attempt to cancel each of the\n"
754 "               outstanding I/O requests, and display status returned\n"
755 "               from the cancellation requests */\n"
756 msgstr ""
757
758 #. type: Plain text
759 #: build/C/man7/aio.7:377
760 #, no-wrap
761 msgid "            printf(\"got SIGQUIT; canceling I/O requests: \\en\");\n"
762 msgstr ""
763
764 #. type: Plain text
765 #: build/C/man7/aio.7:394
766 #, no-wrap
767 msgid ""
768 "            for (j = 0; j E<lt> numReqs; j++) {\n"
769 "                if (ioList[j].status == EINPROGRESS) {\n"
770 "                    printf(\"    Request %d on descriptor %d:\", j,\n"
771 "                            ioList[j].aiocbp-E<gt>aio_fildes);\n"
772 "                    s = aio_cancel(ioList[j].aiocbp-E<gt>aio_fildes,\n"
773 "                            ioList[j].aiocbp);\n"
774 "                    if (s == AIO_CANCELED)\n"
775 "                        printf(\"I/O canceled\\en\");\n"
776 "                    else if (s == AIO_NOTCANCELED)\n"
777 "                            printf(\"I/O not canceled\\en\");\n"
778 "                    else if (s == AIO_ALLDONE)\n"
779 "                        printf(\"I/O all done\\en\");\n"
780 "                    else\n"
781 "                        errMsg(\"aio_cancel\");\n"
782 "                }\n"
783 "            }\n"
784 msgstr ""
785
786 #. type: Plain text
787 #: build/C/man7/aio.7:397
788 #, no-wrap
789 msgid ""
790 "            gotSIGQUIT = 0;\n"
791 "        }\n"
792 msgstr ""
793
794 #. type: Plain text
795 #: build/C/man7/aio.7:400
796 #, no-wrap
797 msgid ""
798 "        /* Check the status of each I/O request that is still\n"
799 "           in progress */\n"
800 msgstr ""
801
802 #. type: Plain text
803 #: build/C/man7/aio.7:407
804 #, no-wrap
805 msgid ""
806 "        printf(\"aio_error():\\en\");\n"
807 "        for (j = 0; j E<lt> numReqs; j++) {\n"
808 "            if (ioList[j].status == EINPROGRESS) {\n"
809 "                printf(\"    for request %d (descriptor %d): \",\n"
810 "                        j, ioList[j].aiocbp-E<gt>aio_fildes);\n"
811 "                ioList[j].status = aio_error(ioList[j].aiocbp);\n"
812 msgstr ""
813
814 #. type: Plain text
815 #: build/C/man7/aio.7:422
816 #, no-wrap
817 msgid ""
818 "                switch (ioList[j].status) {\n"
819 "                case 0:\n"
820 "                    printf(\"I/O succeeded\\en\");\n"
821 "                    break;\n"
822 "                case EINPROGRESS:\n"
823 "                    printf(\"In progress\\en\");\n"
824 "                    break;\n"
825 "                case ECANCELED:\n"
826 "                    printf(\"Canceled\\en\");\n"
827 "                    break;\n"
828 "                default:\n"
829 "                    errMsg(\"aio_error\");\n"
830 "                    break;\n"
831 "                }\n"
832 msgstr ""
833
834 #. type: Plain text
835 #: build/C/man7/aio.7:428
836 #, no-wrap
837 msgid ""
838 "                if (ioList[j].status != EINPROGRESS)\n"
839 "                    openReqs--;\n"
840 "            }\n"
841 "        }\n"
842 "    }\n"
843 msgstr ""
844
845 #. type: Plain text
846 #: build/C/man7/aio.7:430
847 #, no-wrap
848 msgid "    printf(\"All I/O requests completed\\en\");\n"
849 msgstr ""
850
851 #. type: Plain text
852 #: build/C/man7/aio.7:432
853 #, no-wrap
854 msgid "    /* Check status return of all I/O requests */\n"
855 msgstr ""
856
857 #. type: Plain text
858 #: build/C/man7/aio.7:436
859 #, no-wrap
860 msgid ""
861 "    printf(\"aio_return():\\en\");\n"
862 "    for (j = 0; j E<lt> numReqs; j++) {\n"
863 "        ssize_t s;\n"
864 msgstr ""
865
866 #. type: Plain text
867 #: build/C/man7/aio.7:441
868 #, no-wrap
869 msgid ""
870 "        s = aio_return(ioList[j].aiocbp);\n"
871 "        printf(\"    for request %d (descriptor %d): %ld\\en\",\n"
872 "                j, ioList[j].aiocbp-E<gt>aio_fildes, (long) s);\n"
873 "    }\n"
874 msgstr ""
875
876 #. type: Plain text
877 #: build/C/man7/aio.7:444
878 #, no-wrap
879 msgid ""
880 "    exit(EXIT_SUCCESS);\n"
881 "}\n"
882 msgstr ""
883
884 #. type: SH
885 #: build/C/man7/aio.7:445 build/C/man3/aio_cancel.3:101 build/C/man3/aio_error.3:82 build/C/man3/aio_fsync.3:100 build/C/man3/aio_init.3:97 build/C/man3/aio_read.3:147 build/C/man3/aio_return.3:77 build/C/man3/aio_suspend.3:124 build/C/man3/aio_write.3:149 build/C/man2/io_cancel.2:94 build/C/man2/io_destroy.2:88 build/C/man2/io_getevents.2:101 build/C/man2/io_setup.2:97 build/C/man2/io_submit.2:99 build/C/man3/lio_listio.3:218
886 #, no-wrap
887 msgid "SEE ALSO"
888 msgstr ""
889
890 #. type: Plain text
891 #: build/C/man7/aio.7:460
892 msgid ""
893 "B<io_cancel>(2), B<io_destroy>(2), B<io_getevents>(2), B<io_setup>(2), "
894 "B<io_submit>(2), B<aio_cancel>(3), B<aio_error>(3), B<aio_init>(3), "
895 "B<aio_read>(3), B<aio_return>(3), B<aio_write>(3), B<lio_listio>(3), "
896 "http://www.squid-cache.org/~adrian/Reprint-Pulavarty-OLS2003.pdf"
897 msgstr ""
898
899 #. type: SH
900 #: build/C/man7/aio.7:460 build/C/man3/aio_cancel.3:110 build/C/man3/aio_error.3:91 build/C/man3/aio_fsync.3:110 build/C/man3/aio_init.3:99 build/C/man3/aio_read.3:156 build/C/man3/aio_return.3:86 build/C/man3/aio_suspend.3:134 build/C/man3/aio_write.3:158 build/C/man2/io_cancel.2:107 build/C/man2/io_destroy.2:101 build/C/man2/io_getevents.2:116 build/C/man2/io_setup.2:108 build/C/man2/io_submit.2:110 build/C/man3/lio_listio.3:226
901 #, no-wrap
902 msgid "COLOPHON"
903 msgstr ""
904
905 #. type: Plain text
906 #: build/C/man7/aio.7:467 build/C/man3/aio_cancel.3:117 build/C/man3/aio_error.3:98 build/C/man3/aio_fsync.3:117 build/C/man3/aio_init.3:106 build/C/man3/aio_read.3:163 build/C/man3/aio_return.3:93 build/C/man3/aio_suspend.3:141 build/C/man3/aio_write.3:165 build/C/man2/io_cancel.2:114 build/C/man2/io_destroy.2:108 build/C/man2/io_getevents.2:123 build/C/man2/io_setup.2:115 build/C/man2/io_submit.2:117 build/C/man3/lio_listio.3:233
907 msgid ""
908 "This page is part of release 3.37 of the Linux I<man-pages> project.  A "
909 "description of the project, and information about reporting bugs, can be "
910 "found at http://www.kernel.org/doc/man-pages/."
911 msgstr ""
912
913 #. type: TH
914 #: build/C/man3/aio_cancel.3:23
915 #, no-wrap
916 msgid "AIO_CANCEL"
917 msgstr ""
918
919 #. type: TH
920 #: build/C/man3/aio_cancel.3:23
921 #, no-wrap
922 msgid "2011-10-04"
923 msgstr ""
924
925 #. type: Plain text
926 #: build/C/man3/aio_cancel.3:26
927 msgid "aio_cancel - cancel an outstanding asynchronous I/O request"
928 msgstr ""
929
930 #. type: SH
931 #: build/C/man3/aio_cancel.3:26 build/C/man3/aio_error.3:26 build/C/man3/aio_fsync.3:26 build/C/man3/aio_init.3:27 build/C/man3/aio_read.3:26 build/C/man3/aio_return.3:26 build/C/man3/aio_suspend.3:27 build/C/man3/aio_write.3:26 build/C/man2/io_cancel.2:26 build/C/man2/io_destroy.2:26 build/C/man2/io_getevents.2:26 build/C/man2/io_setup.2:26 build/C/man2/io_submit.2:26 build/C/man3/lio_listio.3:26
932 #, no-wrap
933 msgid "SYNOPSIS"
934 msgstr ""
935
936 #. type: Plain text
937 #: build/C/man3/aio_cancel.3:28 build/C/man3/aio_error.3:28 build/C/man3/aio_fsync.3:28 build/C/man3/aio_read.3:28 build/C/man3/aio_return.3:28 build/C/man3/aio_write.3:28
938 msgid "B<#include E<lt>aio.hE<gt>>"
939 msgstr ""
940
941 #. type: Plain text
942 #: build/C/man3/aio_cancel.3:30
943 msgid "B<int aio_cancel(int >I<fd>B<, struct aiocb *>I<aiocbp>B<);>"
944 msgstr ""
945
946 #. type: Plain text
947 #: build/C/man3/aio_cancel.3:32 build/C/man3/aio_error.3:32 build/C/man3/aio_fsync.3:32 build/C/man3/aio_init.3:36 build/C/man3/aio_read.3:32 build/C/man3/aio_return.3:32 build/C/man3/aio_write.3:32
948 msgid "Link with I<-lrt>."
949 msgstr ""
950
951 #. type: Plain text
952 #: build/C/man3/aio_cancel.3:50
953 msgid ""
954 "The B<aio_cancel>()  function attempts to cancel outstanding asynchronous "
955 "I/O requests for the file descriptor I<fd>.  If I<aiocbp> is NULL, all such "
956 "requests are canceled.  Otherwise, only the request described by the control "
957 "block pointed to by I<aiocbp> is canceled.  (See B<aio>(7)  for a "
958 "description of the I<aiocb> structure.)"
959 msgstr ""
960
961 #. type: Plain text
962 #: build/C/man3/aio_cancel.3:59
963 msgid ""
964 "Normal asynchronous notification occurs for canceled requests.  The request "
965 "return status (B<aio_return>(3))  is set to -1, and the request error status "
966 "(B<aio_error>(3))  is set to B<ECANCELED>.  The control block of requests "
967 "that cannot be canceled is not changed."
968 msgstr ""
969
970 #. type: Plain text
971 #: build/C/man3/aio_cancel.3:66
972 msgid ""
973 "If I<aiocbp> is not NULL, and I<fd> differs from the file descriptor with "
974 "which the asynchronous operation was initiated, unspecified results occur."
975 msgstr ""
976
977 #.  FreeBSD: not those on raw disk devices.
978 #. type: Plain text
979 #: build/C/man3/aio_cancel.3:69
980 msgid "Which operations are cancelable is implementation-defined."
981 msgstr ""
982
983 #. type: SH
984 #: build/C/man3/aio_cancel.3:69 build/C/man3/aio_error.3:43 build/C/man3/aio_fsync.3:72 build/C/man3/aio_read.3:87 build/C/man3/aio_return.3:48 build/C/man3/aio_suspend.3:79 build/C/man3/aio_write.3:94 build/C/man2/io_cancel.2:51 build/C/man2/io_destroy.2:48 build/C/man2/io_getevents.2:54 build/C/man2/io_setup.2:49 build/C/man2/io_submit.2:48 build/C/man3/lio_listio.3:107
985 #, no-wrap
986 msgid "RETURN VALUE"
987 msgstr ""
988
989 #. type: Plain text
990 #: build/C/man3/aio_cancel.3:87
991 msgid ""
992 "This function returns B<AIO_CANCELED> if all requests were successfully "
993 "canceled.  It returns B<AIO_NOTCANCELED> when at least one of the requests "
994 "specified was not canceled because it was in progress.  In this case one may "
995 "check the status of individual requests using B<aio_error>(3).  This "
996 "function returns B<AIO_ALLDONE> if all requests had already been completed "
997 "before this call.  When some error occurs, -1 is returned, and I<errno> is "
998 "set appropriately."
999 msgstr ""
1000
1001 #. type: TP
1002 #: build/C/man3/aio_cancel.3:88 build/C/man3/aio_fsync.3:82 build/C/man3/aio_read.3:106 build/C/man3/aio_write.3:113 build/C/man2/io_submit.2:58
1003 #, no-wrap
1004 msgid "B<EBADF>"
1005 msgstr ""
1006
1007 #. type: Plain text
1008 #: build/C/man3/aio_cancel.3:92
1009 msgid "I<fd> is not a valid file descriptor."
1010 msgstr ""
1011
1012 #. type: Plain text
1013 #: build/C/man3/aio_cancel.3:96
1014 msgid "The B<aio_cancel>()  function is available since glibc 2.1."
1015 msgstr ""
1016
1017 #. type: Plain text
1018 #: build/C/man3/aio_cancel.3:101 build/C/man3/aio_error.3:82 build/C/man3/aio_read.3:147 build/C/man3/aio_return.3:77
1019 msgid "See B<aio>(7)."
1020 msgstr ""
1021
1022 #. type: Plain text
1023 #: build/C/man3/aio_cancel.3:110
1024 msgid ""
1025 "B<aio_error>(3), B<aio_fsync>(3), B<aio_read>(3), B<aio_return>(3), "
1026 "B<aio_suspend>(3), B<aio_write>(3), B<lio_listio>(3), B<aio>(7)"
1027 msgstr ""
1028
1029 #. type: TH
1030 #: build/C/man3/aio_error.3:23
1031 #, no-wrap
1032 msgid "AIO_ERROR"
1033 msgstr ""
1034
1035 #. type: TH
1036 #: build/C/man3/aio_error.3:23 build/C/man3/aio_read.3:23 build/C/man3/aio_return.3:23
1037 #, no-wrap
1038 msgid "2010-10-03"
1039 msgstr ""
1040
1041 #. type: Plain text
1042 #: build/C/man3/aio_error.3:26
1043 msgid "aio_error - get error status of asynchronous I/O operation"
1044 msgstr ""
1045
1046 #. type: Plain text
1047 #: build/C/man3/aio_error.3:30
1048 msgid "B<int aio_error(const struct aiocb *>I<aiocbp>B<);>"
1049 msgstr ""
1050
1051 #. type: Plain text
1052 #: build/C/man3/aio_error.3:43
1053 msgid ""
1054 "The B<aio_error>()  function returns the error status for the asynchronous "
1055 "I/O request with control block pointed to by I<aiocbp>.  (See B<aio>(7)  for "
1056 "a description of the I<aiocb> structure.)"
1057 msgstr ""
1058
1059 #. type: Plain text
1060 #: build/C/man3/aio_error.3:45
1061 msgid "This function returns one of the following:"
1062 msgstr ""
1063
1064 #. type: IP
1065 #: build/C/man3/aio_error.3:45 build/C/man3/aio_error.3:49 build/C/man3/aio_error.3:52 build/C/man3/aio_error.3:54 build/C/man3/aio_suspend.3:42 build/C/man3/aio_suspend.3:46 build/C/man3/aio_suspend.3:48
1066 #, no-wrap
1067 msgid "*"
1068 msgstr ""
1069
1070 #. type: Plain text
1071 #: build/C/man3/aio_error.3:49
1072 msgid "B<EINPROGRESS>, if the request has not been completed yet."
1073 msgstr ""
1074
1075 #. type: Plain text
1076 #: build/C/man3/aio_error.3:52
1077 msgid "B<ECANCELED>, if the request was canceled."
1078 msgstr ""
1079
1080 #. type: Plain text
1081 #: build/C/man3/aio_error.3:54
1082 msgid "0, if the request completed successfully."
1083 msgstr ""
1084
1085 #. type: Plain text
1086 #: build/C/man3/aio_error.3:65
1087 msgid ""
1088 "A positive error, if the asynchronous I/O operation failed.  This is the "
1089 "same value that would have been stored in the I<errno> variable in the case "
1090 "of a synchronous B<read>(2), B<write>(2), B<fsync>(2), or B<fdatasync>(2)  "
1091 "call."
1092 msgstr ""
1093
1094 #. type: Plain text
1095 #: build/C/man3/aio_error.3:73
1096 msgid ""
1097 "I<aiocbp> does not point at a control block for an asynchronous I/O request "
1098 "of which the return status (see B<aio_return>(3))  has not been retrieved "
1099 "yet."
1100 msgstr ""
1101
1102 #. type: Plain text
1103 #: build/C/man3/aio_error.3:77
1104 msgid "The B<aio_error>()  function is available since glibc 2.1."
1105 msgstr ""
1106
1107 #. type: Plain text
1108 #: build/C/man3/aio_error.3:91
1109 msgid ""
1110 "B<aio_cancel>(3), B<aio_fsync>(3), B<aio_read>(3), B<aio_return>(3), "
1111 "B<aio_suspend>(3), B<aio_write>(3), B<lio_listio>(3), B<aio>(7)"
1112 msgstr ""
1113
1114 #. type: TH
1115 #: build/C/man3/aio_fsync.3:23
1116 #, no-wrap
1117 msgid "AIO_FSYNC"
1118 msgstr ""
1119
1120 #. type: Plain text
1121 #: build/C/man3/aio_fsync.3:26
1122 msgid "aio_fsync - asynchronous file synchronization"
1123 msgstr ""
1124
1125 #. type: Plain text
1126 #: build/C/man3/aio_fsync.3:30
1127 msgid "B<int aio_fsync(int >I<op>B<, struct aiocb *>I<aiocbp>B<);>"
1128 msgstr ""
1129
1130 #. type: Plain text
1131 #: build/C/man3/aio_fsync.3:43
1132 msgid ""
1133 "The B<aio_fsync>()  function does a sync on all outstanding asynchronous I/O "
1134 "operations associated with I<aiocbp-E<gt>aio_fildes>.  (See B<aio>(7)  for a "
1135 "description of the I<aiocb> structure.)"
1136 msgstr ""
1137
1138 #. type: Plain text
1139 #: build/C/man3/aio_fsync.3:57
1140 msgid ""
1141 "More precisely, if I<op> is B<O_SYNC>, then all currently queued I/O "
1142 "operations shall be completed as if by a call of B<fsync>(2), and if I<op> "
1143 "is B<O_DSYNC>, this call is the asynchronous analog of B<fdatasync>(2)."
1144 msgstr ""
1145
1146 #. type: Plain text
1147 #: build/C/man3/aio_fsync.3:59
1148 msgid "Note that this is a request only; it does not wait for I/O completion."
1149 msgstr ""
1150
1151 #. type: Plain text
1152 #: build/C/man3/aio_fsync.3:72
1153 msgid ""
1154 "Apart from I<aio_fildes>, the only field in the structure pointed to by "
1155 "I<aiocbp> that is used by this call is the I<aio_sigevent> field (a "
1156 "I<sigevent> structure, described in B<sigevent>(7)), which indicates the "
1157 "desired type of asynchronous notification at completion.  All other fields "
1158 "are ignored."
1159 msgstr ""
1160
1161 #. type: Plain text
1162 #: build/C/man3/aio_fsync.3:78
1163 msgid ""
1164 "On success (the sync request was successfully queued)  this function returns "
1165 "0.  On error -1 is returned, and I<errno> is set appropriately."
1166 msgstr ""
1167
1168 #. type: TP
1169 #: build/C/man3/aio_fsync.3:79 build/C/man3/aio_read.3:103 build/C/man3/aio_suspend.3:88 build/C/man3/aio_write.3:110 build/C/man2/io_cancel.2:57 build/C/man2/io_setup.2:55 build/C/man2/io_submit.2:55 build/C/man3/lio_listio.3:149 build/C/man3/lio_listio.3:152
1170 #, no-wrap
1171 msgid "B<EAGAIN>"
1172 msgstr ""
1173
1174 #. type: Plain text
1175 #: build/C/man3/aio_fsync.3:82 build/C/man3/aio_read.3:106 build/C/man3/aio_write.3:113 build/C/man3/lio_listio.3:152
1176 msgid "Out of resources."
1177 msgstr ""
1178
1179 #. type: Plain text
1180 #: build/C/man3/aio_fsync.3:86 build/C/man3/aio_write.3:117
1181 msgid "I<aio_fildes> is not a valid file descriptor open for writing."
1182 msgstr ""
1183
1184 #. type: Plain text
1185 #: build/C/man3/aio_fsync.3:94
1186 msgid ""
1187 "Synchronized I/O is not supported for this file, or I<op> is not B<O_SYNC> "
1188 "or B<O_DSYNC>."
1189 msgstr ""
1190
1191 #. type: Plain text
1192 #: build/C/man3/aio_fsync.3:98
1193 msgid "The B<aio_fsync>()  function is available since glibc 2.1."
1194 msgstr ""
1195
1196 #. type: Plain text
1197 #: build/C/man3/aio_fsync.3:110
1198 msgid ""
1199 "B<aio_cancel>(3), B<aio_error>(3), B<aio_read>(3), B<aio_return>(3), "
1200 "B<aio_suspend>(3), B<aio_write>(3), B<lio_listio>(3), B<aio>(7), "
1201 "B<sigevent>(7)"
1202 msgstr ""
1203
1204 #. type: TH
1205 #: build/C/man3/aio_init.3:24
1206 #, no-wrap
1207 msgid "AIO_INIT"
1208 msgstr ""
1209
1210 #. type: TH
1211 #: build/C/man3/aio_init.3:24
1212 #, no-wrap
1213 msgid "2010-10-06"
1214 msgstr ""
1215
1216 #. type: Plain text
1217 #: build/C/man3/aio_init.3:27
1218 msgid "aio_init - POSIX asynchronous I/O initialization"
1219 msgstr ""
1220
1221 #. type: Plain text
1222 #: build/C/man3/aio_init.3:31
1223 #, no-wrap
1224 msgid ""
1225 "B<#define _GNU_SOURCE>         /* See feature_test_macros(7) */\n"
1226 "B<#include E<lt>aio.hE<gt>>\n"
1227 msgstr ""
1228
1229 #. type: Plain text
1230 #: build/C/man3/aio_init.3:33
1231 #, no-wrap
1232 msgid "B<void aio_init(const struct aioinit *>I<init>B<);>\n"
1233 msgstr ""
1234
1235 #. type: Plain text
1236 #: build/C/man3/aio_init.3:43
1237 msgid ""
1238 "The GNU-specific B<aio_init>()  function allows the caller to provide tuning "
1239 "hints to the glibc POSIX AIO implementation.  Use of this function is "
1240 "optional, but to be effective, it must be called before employing any other "
1241 "functions in the POSIX AIO API."
1242 msgstr ""
1243
1244 #. type: Plain text
1245 #: build/C/man3/aio_init.3:47
1246 msgid ""
1247 "The tuning information is provided in the buffer pointed to by the argument "
1248 "I<init>.  This buffer is a structure of the following form:"
1249 msgstr ""
1250
1251 #. type: Plain text
1252 #: build/C/man3/aio_init.3:62
1253 #, no-wrap
1254 msgid ""
1255 "struct aioinit {\n"
1256 "    int aio_threads;    /* Maximum number of threads */\n"
1257 "    int aio_num;        /* Number of expected simultaneous\n"
1258 "                           requests */\n"
1259 "    int aio_locks;      /* Not used */\n"
1260 "    int aio_usedba;     /* Not used */\n"
1261 "    int aio_debug;      /* Not used */\n"
1262 "    int aio_numusers;   /* Not used */\n"
1263 "    int aio_idle_time;  /* Number of seconds before idle thread\n"
1264 "                           terminates (since glibc 2.2) */\n"
1265 "    int aio_reserved;\n"
1266 "};\n"
1267 msgstr ""
1268
1269 #. type: Plain text
1270 #: build/C/man3/aio_init.3:68
1271 msgid "The following fields are used in the I<aioinit> structure:"
1272 msgstr ""
1273
1274 #. type: TP
1275 #: build/C/man3/aio_init.3:68
1276 #, no-wrap
1277 msgid "I<aio_threads>"
1278 msgstr ""
1279
1280 #. type: Plain text
1281 #: build/C/man3/aio_init.3:76
1282 msgid ""
1283 "This field specifies the maximum number of worker threads that may be used "
1284 "by the implementation.  If the number of outstanding I/O operations exceeds "
1285 "this limit, then excess operations will be queued until a worker thread "
1286 "becomes free.  If this field is specified with a value less than 1, the "
1287 "value 1 is used.  The default value is 20."
1288 msgstr ""
1289
1290 #. type: TP
1291 #: build/C/man3/aio_init.3:76
1292 #, no-wrap
1293 msgid "I<aio_num>"
1294 msgstr ""
1295
1296 #.  FIXME But, if aio_num > 32, the behavior looks strange. See
1297 #.  http://sourceware.org/bugzilla/show_bug.cgi?id=12083
1298 #. type: Plain text
1299 #: build/C/man3/aio_init.3:85
1300 msgid ""
1301 "This field should specify the maximum number of simultaneous I/O requests "
1302 "that the caller expects to enqueue.  If a value less than 32 is specified "
1303 "for this field, it is rounded up to 32.  The default value is 64."
1304 msgstr ""
1305
1306 #. type: TP
1307 #: build/C/man3/aio_init.3:85
1308 #, no-wrap
1309 msgid "I<aio_idle_time>"
1310 msgstr ""
1311
1312 #. type: Plain text
1313 #: build/C/man3/aio_init.3:91
1314 msgid ""
1315 "This field specifies the amount of time in seconds that a worker thread "
1316 "should wait for further requests before terminating, after having completed "
1317 "a previous request.  The default value is 1."
1318 msgstr ""
1319
1320 #. type: Plain text
1321 #: build/C/man3/aio_init.3:95
1322 msgid "The B<aio_init>()  function is available since glibc 2.1."
1323 msgstr ""
1324
1325 #. type: Plain text
1326 #: build/C/man3/aio_init.3:97
1327 msgid "This function is a GNU extension."
1328 msgstr ""
1329
1330 #. type: Plain text
1331 #: build/C/man3/aio_init.3:99
1332 msgid "B<aio>(7)"
1333 msgstr ""
1334
1335 #. type: TH
1336 #: build/C/man3/aio_read.3:23
1337 #, no-wrap
1338 msgid "AIO_READ"
1339 msgstr ""
1340
1341 #. type: Plain text
1342 #: build/C/man3/aio_read.3:26
1343 msgid "aio_read - asynchronous read"
1344 msgstr ""
1345
1346 #. type: Plain text
1347 #: build/C/man3/aio_read.3:30
1348 msgid "B<int aio_read(struct aiocb *>I<aiocbp>B<);>"
1349 msgstr ""
1350
1351 #. type: Plain text
1352 #: build/C/man3/aio_read.3:40
1353 msgid ""
1354 "The B<aio_read>()  function queues the I/O request described by the buffer "
1355 "pointed to by I<aiocbp>.  This function is the asynchronous analog of "
1356 "B<read>(2).  The arguments of the call"
1357 msgstr ""
1358
1359 #. type: Plain text
1360 #: build/C/man3/aio_read.3:42
1361 #, no-wrap
1362 msgid "    read(fd, buf, count)\n"
1363 msgstr ""
1364
1365 #. type: Plain text
1366 #: build/C/man3/aio_read.3:55 build/C/man3/aio_write.3:55
1367 msgid ""
1368 "correspond (in order) to the fields I<aio_fildes>, I<aio_buf>, and "
1369 "I<aio_nbytes> of the structure pointed to by I<aiocbp>.  (See B<aio>(7)  for "
1370 "a description of the I<aiocb> structure.)"
1371 msgstr ""
1372
1373 #. type: Plain text
1374 #: build/C/man3/aio_read.3:61
1375 msgid ""
1376 "The data is read starting at the absolute file offset "
1377 "I<aiocbp-E<gt>aio_offset>, regardless of the current file offset.  After the "
1378 "call, the value of the current file offset is unspecified."
1379 msgstr ""
1380
1381 #. type: Plain text
1382 #: build/C/man3/aio_read.3:74
1383 msgid ""
1384 "The \"asynchronous\" means that this call returns as soon as the request has "
1385 "been enqueued; the read may or may not have completed when the call "
1386 "returns.  One tests for completion using B<aio_error>(3).  The return status "
1387 "of a completed I/O operation can be obtained B<aio_return>(3).  Asynchronous "
1388 "notification of I/O completion can be obtained by setting "
1389 "I<aiocbp-E<gt>aio_sigevent> appropriately; see B<sigevent>(7)  for details."
1390 msgstr ""
1391
1392 #. type: Plain text
1393 #: build/C/man3/aio_read.3:81 build/C/man3/aio_write.3:88
1394 msgid ""
1395 "If B<_POSIX_PRIORITIZED_IO> is defined, and this file supports it, then the "
1396 "asynchronous operation is submitted at a priority equal to that of the "
1397 "calling process minus I<aiocbp-E<gt>aio_reqprio>."
1398 msgstr ""
1399
1400 #. type: Plain text
1401 #: build/C/man3/aio_read.3:85 build/C/man3/aio_write.3:92
1402 msgid "The field I<aiocbp-E<gt>aio_lio_opcode> is ignored."
1403 msgstr ""
1404
1405 #. type: Plain text
1406 #: build/C/man3/aio_read.3:87
1407 msgid "No data is read from a regular file beyond its maximum offset."
1408 msgstr ""
1409
1410 #. type: Plain text
1411 #: build/C/man3/aio_read.3:102 build/C/man3/aio_write.3:109
1412 msgid ""
1413 "On success, 0 is returned.  On error the request is not enqueued, -1 is "
1414 "returned, and I<errno> is set appropriately.  If an error is only detected "
1415 "later, it will be reported via B<aio_return>(3)  (returns status -1) and "
1416 "B<aio_error>(3)  (error status\\(emwhatever one would have gotten in "
1417 "I<errno>, such as B<EBADF>)."
1418 msgstr ""
1419
1420 #. type: Plain text
1421 #: build/C/man3/aio_read.3:110
1422 msgid "I<aio_fildes> is not a valid file descriptor open for reading."
1423 msgstr ""
1424
1425 #. type: Plain text
1426 #: build/C/man3/aio_read.3:118
1427 msgid "One or more of I<aio_offset>, I<aio_reqprio>, or I<aio_nbytes> are invalid."
1428 msgstr ""
1429
1430 #. type: TP
1431 #: build/C/man3/aio_read.3:118 build/C/man3/aio_write.3:128 build/C/man2/io_cancel.2:66 build/C/man2/io_destroy.2:60 build/C/man2/io_getevents.2:73 build/C/man2/io_setup.2:69 build/C/man2/io_submit.2:71
1432 #, no-wrap
1433 msgid "B<ENOSYS>"
1434 msgstr ""
1435
1436 #. type: Plain text
1437 #: build/C/man3/aio_read.3:121 build/C/man3/aio_write.3:131
1438 msgid "This function is not supported."
1439 msgstr ""
1440
1441 #. type: TP
1442 #: build/C/man3/aio_read.3:121
1443 #, no-wrap
1444 msgid "B<EOVERFLOW>"
1445 msgstr ""
1446
1447 #. type: Plain text
1448 #: build/C/man3/aio_read.3:126
1449 msgid ""
1450 "The file is a regular file, we start reading before end-of-file and want at "
1451 "least one byte, but the starting position is past the maximum offset for "
1452 "this file."
1453 msgstr ""
1454
1455 #. type: Plain text
1456 #: build/C/man3/aio_read.3:130
1457 msgid "The B<aio_read>()  function is available since glibc 2.1."
1458 msgstr ""
1459
1460 #.  or the control block of the operation
1461 #. type: Plain text
1462 #: build/C/man3/aio_read.3:140
1463 msgid ""
1464 "It is a good idea to zero out the control block before use.  The control "
1465 "block must not be changed while the read operation is in progress.  The "
1466 "buffer area being read into must not be accessed during the operation or "
1467 "undefined results may occur.  The memory areas involved must remain valid."
1468 msgstr ""
1469
1470 #. type: Plain text
1471 #: build/C/man3/aio_read.3:144 build/C/man3/aio_write.3:149 build/C/man3/lio_listio.3:218
1472 msgid ""
1473 "Simultaneous I/O operations specifying the same I<aiocb> structure produce "
1474 "undefined results."
1475 msgstr ""
1476
1477 #. type: Plain text
1478 #: build/C/man3/aio_read.3:156
1479 msgid ""
1480 "B<aio_cancel>(3), B<aio_error>(3), B<aio_fsync>(3), B<aio_return>(3), "
1481 "B<aio_suspend>(3), B<aio_write>(3), B<lio_listio>(3), B<aio>(7)"
1482 msgstr ""
1483
1484 #. type: TH
1485 #: build/C/man3/aio_return.3:23
1486 #, no-wrap
1487 msgid "AIO_RETURN"
1488 msgstr ""
1489
1490 #. type: Plain text
1491 #: build/C/man3/aio_return.3:26
1492 msgid "aio_return - get return status of asynchronous I/O operation"
1493 msgstr ""
1494
1495 #. type: Plain text
1496 #: build/C/man3/aio_return.3:30
1497 msgid "B<ssize_t aio_return(struct aiocb *>I<aiocbp>B<);>"
1498 msgstr ""
1499
1500 #. type: Plain text
1501 #: build/C/man3/aio_return.3:43
1502 msgid ""
1503 "The B<aio_return>()  function returns the final return status for the "
1504 "asynchronous I/O request with control block pointed to by I<aiocbp>.  (See "
1505 "B<aio>(7)  for a description of the I<aiocb> structure.)"
1506 msgstr ""
1507
1508 #. type: Plain text
1509 #: build/C/man3/aio_return.3:48
1510 msgid ""
1511 "This function should be called only once for any given request, after "
1512 "B<aio_error>(3)  returns something other than B<EINPROGRESS>."
1513 msgstr ""
1514
1515 #. type: Plain text
1516 #: build/C/man3/aio_return.3:57
1517 msgid ""
1518 "If the asynchronous I/O operation has completed, this function returns the "
1519 "value that would have been returned in case of a synchronous B<read>(2), "
1520 "B<write>(2), B<fsync>(2)  or B<fdatasync>(2), call."
1521 msgstr ""
1522
1523 #. type: Plain text
1524 #: build/C/man3/aio_return.3:62
1525 msgid ""
1526 "If the asynchronous I/O operation has not yet completed, the return value "
1527 "and effect of B<aio_return>()  are undefined."
1528 msgstr ""
1529
1530 #. type: Plain text
1531 #: build/C/man3/aio_return.3:68
1532 msgid ""
1533 "I<aiocbp> does not point at a control block for an asynchronous I/O request "
1534 "of which the return status has not been retrieved yet."
1535 msgstr ""
1536
1537 #. type: Plain text
1538 #: build/C/man3/aio_return.3:72
1539 msgid "The B<aio_return>()  function is available since glibc 2.1."
1540 msgstr ""
1541
1542 #. type: Plain text
1543 #: build/C/man3/aio_return.3:86
1544 msgid ""
1545 "B<aio_cancel>(3), B<aio_error>(3), B<aio_fsync>(3), B<aio_read>(3), "
1546 "B<aio_suspend>(3), B<aio_write>(3), B<lio_listio>(3), B<aio>(7)"
1547 msgstr ""
1548
1549 #. type: TH
1550 #: build/C/man3/aio_suspend.3:24
1551 #, no-wrap
1552 msgid "AIO_SUSPEND"
1553 msgstr ""
1554
1555 #. type: Plain text
1556 #: build/C/man3/aio_suspend.3:27
1557 msgid "aio_suspend - wait for asynchronous I/O operation or timeout"
1558 msgstr ""
1559
1560 #. type: Plain text
1561 #: build/C/man3/aio_suspend.3:31 build/C/man3/lio_listio.3:29
1562 #, no-wrap
1563 msgid "B<#include E<lt>aio.hE<gt>>\n"
1564 msgstr ""
1565
1566 #. type: Plain text
1567 #: build/C/man3/aio_suspend.3:33
1568 #, no-wrap
1569 msgid "B<int aio_suspend(const struct aiocb * const >I<aiocb_list>B<[],>\n"
1570 msgstr ""
1571
1572 #. type: Plain text
1573 #: build/C/man3/aio_suspend.3:35
1574 #, no-wrap
1575 msgid ""
1576 "B<                int >I<nitems>B<, const struct timespec "
1577 "*>I<timeout>B<);>\n"
1578 msgstr ""
1579
1580 #. type: Plain text
1581 #: build/C/man3/aio_suspend.3:37 build/C/man3/lio_listio.3:34
1582 #, no-wrap
1583 msgid "Link with I<-lrt>.\n"
1584 msgstr ""
1585
1586 #. type: Plain text
1587 #: build/C/man3/aio_suspend.3:42
1588 msgid ""
1589 "The B<aio_suspend>()  function suspends the calling thread until one of the "
1590 "following occurs:"
1591 msgstr ""
1592
1593 #. type: Plain text
1594 #: build/C/man3/aio_suspend.3:46
1595 msgid ""
1596 "One or more of the asynchronous I/O requests in the list I<aiocb_list> has "
1597 "completed."
1598 msgstr ""
1599
1600 #. type: Plain text
1601 #: build/C/man3/aio_suspend.3:48
1602 msgid "A signal is delivered."
1603 msgstr ""
1604
1605 #. type: Plain text
1606 #: build/C/man3/aio_suspend.3:55
1607 msgid ""
1608 "I<timeout> is not NULL and the specified time interval has passed.  (For "
1609 "details of the I<timespec> structure, see B<nanosleep>(2).)"
1610 msgstr ""
1611
1612 #. type: Plain text
1613 #: build/C/man3/aio_suspend.3:73
1614 msgid ""
1615 "The I<nitems> argument specifies the number of items in I<aiocb_list>.  Each "
1616 "item in the list pointed to by I<aiocb_list> must be either NULL (and then "
1617 "is ignored), or a pointer to a control block on which I/O was initiated "
1618 "using B<aio_read>(3), B<aio_write>(3), or B<lio_listio>(3).  (See B<aio>(7)  "
1619 "for a description of the I<aiocb> structure.)"
1620 msgstr ""
1621
1622 #. type: Plain text
1623 #: build/C/man3/aio_suspend.3:79
1624 msgid ""
1625 "If B<CLOCK_MONOTONIC> is supported, this clock is used to measure the "
1626 "timeout interval (see B<clock_gettime>(3))."
1627 msgstr ""
1628
1629 #. type: Plain text
1630 #: build/C/man3/aio_suspend.3:87
1631 msgid ""
1632 "If this function returns after completion of one of the I/O requests "
1633 "specified in I<aiocb_list>, 0 is returned.  Otherwise, -1 is returned, and "
1634 "I<errno> is set to indicate the error."
1635 msgstr ""
1636
1637 #. type: Plain text
1638 #: build/C/man3/aio_suspend.3:92
1639 msgid "The call timed out before any of the indicated operations had completed."
1640 msgstr ""
1641
1642 #. type: TP
1643 #: build/C/man3/aio_suspend.3:92 build/C/man2/io_getevents.2:69 build/C/man3/lio_listio.3:168
1644 #, no-wrap
1645 msgid "B<EINTR>"
1646 msgstr ""
1647
1648 #. type: Plain text
1649 #: build/C/man3/aio_suspend.3:98
1650 msgid ""
1651 "The call was ended by signal (possibly the completion signal of one of the "
1652 "operations we were waiting for); see B<signal>(7)."
1653 msgstr ""
1654
1655 #. type: Plain text
1656 #: build/C/man3/aio_suspend.3:102
1657 msgid "The B<aio_suspend>()  function is available since glibc 2.1."
1658 msgstr ""
1659
1660 #. type: Plain text
1661 #: build/C/man3/aio_suspend.3:108
1662 msgid ""
1663 "One can achieve polling by using a non-NULL I<timeout> that specifies a zero "
1664 "time interval."
1665 msgstr ""
1666
1667 #. type: Plain text
1668 #: build/C/man3/aio_suspend.3:114
1669 msgid ""
1670 "If one or more of the asynchronous I/O operations specified in I<aiocb_list> "
1671 "has already completed at the time of the call to B<aio_suspend>(), then the "
1672 "call returns immediately."
1673 msgstr ""
1674
1675 #. type: Plain text
1676 #: build/C/man3/aio_suspend.3:124
1677 msgid ""
1678 "To determine which I/O operations have completed after a successful return "
1679 "from B<aio_suspend>(), use B<aio_error>(3)  to scan the list of I<aiocb> "
1680 "structures pointed to by I<aiocb_list>."
1681 msgstr ""
1682
1683 #. type: Plain text
1684 #: build/C/man3/aio_suspend.3:134
1685 msgid ""
1686 "B<aio_cancel>(3), B<aio_error>(3), B<aio_fsync>(3), B<aio_read>(3), "
1687 "B<aio_return>(3), B<aio_write>(3), B<lio_listio>(3), B<aio>(7), B<time>(7)"
1688 msgstr ""
1689
1690 #. type: TH
1691 #: build/C/man3/aio_write.3:23
1692 #, no-wrap
1693 msgid "AIO_WRITE"
1694 msgstr ""
1695
1696 #. type: Plain text
1697 #: build/C/man3/aio_write.3:26
1698 msgid "aio_write - asynchronous write"
1699 msgstr ""
1700
1701 #. type: Plain text
1702 #: build/C/man3/aio_write.3:30
1703 msgid "B<int aio_write(struct aiocb *>I<aiocbp>B<);>"
1704 msgstr ""
1705
1706 #. type: Plain text
1707 #: build/C/man3/aio_write.3:40
1708 msgid ""
1709 "The B<aio_write>()  function queues the I/O request described by the buffer "
1710 "pointed to by I<aiocb>.  This function is the asynchronous analog of "
1711 "B<write>(2).  The arguments of the call"
1712 msgstr ""
1713
1714 #. type: Plain text
1715 #: build/C/man3/aio_write.3:42
1716 #, no-wrap
1717 msgid "    write(fd, buf, count)\n"
1718 msgstr ""
1719
1720 #. type: Plain text
1721 #: build/C/man3/aio_write.3:68
1722 msgid ""
1723 "If B<O_APPEND> is not set, the data is written starting at the absolute file "
1724 "offset I<aiocbp-E<gt>aio_offset>, regardless of the current file offset.  If "
1725 "B<O_APPEND> is set, data is written at the end of the file in the same order "
1726 "as B<aio_write>()  calls are made.  After the call, the value of the current "
1727 "file offset is unspecified."
1728 msgstr ""
1729
1730 #. type: Plain text
1731 #: build/C/man3/aio_write.3:81
1732 msgid ""
1733 "The \"asynchronous\" means that this call returns as soon as the request has "
1734 "been enqueued; the write may or may not have completed when the call "
1735 "returns.  One tests for completion using B<aio_error>(3).  The return status "
1736 "of a completed I/O operation can be obtained B<aio_return>(3).  Asynchronous "
1737 "notification of I/O completion can be obtained by setting "
1738 "I<aiocbp-E<gt>aio_sigevent> appropriately; see B<sigevent>(7)  for details."
1739 msgstr ""
1740
1741 #. type: Plain text
1742 #: build/C/man3/aio_write.3:94
1743 msgid "No data is written to a regular file beyond its maximum offset."
1744 msgstr ""
1745
1746 #. type: TP
1747 #: build/C/man3/aio_write.3:117
1748 #, no-wrap
1749 msgid "B<EFBIG>"
1750 msgstr ""
1751
1752 #. type: Plain text
1753 #: build/C/man3/aio_write.3:121
1754 msgid ""
1755 "The file is a regular file, we want to write at least one byte, but the "
1756 "starting position is at or beyond the maximum offset for this file."
1757 msgstr ""
1758
1759 #. type: Plain text
1760 #: build/C/man3/aio_write.3:128
1761 msgid "One or more of I<aio_offset>, I<aio_reqprio>, I<aio_nbytes> are invalid."
1762 msgstr ""
1763
1764 #. type: Plain text
1765 #: build/C/man3/aio_write.3:135
1766 msgid "The B<aio_write>()  function is available since glibc 2.1."
1767 msgstr ""
1768
1769 #.  or the control block of the operation
1770 #. type: Plain text
1771 #: build/C/man3/aio_write.3:145
1772 msgid ""
1773 "It is a good idea to zero out the control block before use.  The control "
1774 "block must not be changed while the write operation is in progress.  The "
1775 "buffer area being written out must not be accessed during the operation or "
1776 "undefined results may occur.  The memory areas involved must remain valid."
1777 msgstr ""
1778
1779 #. type: Plain text
1780 #: build/C/man3/aio_write.3:158
1781 msgid ""
1782 "B<aio_cancel>(3), B<aio_error>(3), B<aio_fsync>(3), B<aio_read>(3), "
1783 "B<aio_return>(3), B<aio_suspend>(3), B<lio_listio>(3), B<aio>(7)"
1784 msgstr ""
1785
1786 #. type: TH
1787 #: build/C/man2/io_cancel.2:23
1788 #, no-wrap
1789 msgid "IO_CANCEL"
1790 msgstr ""
1791
1792 #. type: TH
1793 #: build/C/man2/io_cancel.2:23 build/C/man2/io_destroy.2:23 build/C/man2/io_setup.2:23 build/C/man2/io_submit.2:23
1794 #, no-wrap
1795 msgid "2008-06-18"
1796 msgstr ""
1797
1798 #. type: Plain text
1799 #: build/C/man2/io_cancel.2:26
1800 msgid "io_cancel - cancel an outstanding asynchronous I/O operation"
1801 msgstr ""
1802
1803 #.  .ad l
1804 #.  .hy 0
1805 #.  #include <linux/aio.h>
1806 #. type: Plain text
1807 #: build/C/man2/io_cancel.2:33 build/C/man2/io_destroy.2:32 build/C/man2/io_setup.2:32 build/C/man2/io_submit.2:32
1808 #, no-wrap
1809 msgid "B<#include E<lt>libaio.hE<gt>>\n"
1810 msgstr ""
1811
1812 #.  .HP 16
1813 #.  .ad
1814 #.  .hy
1815 #. type: Plain text
1816 #: build/C/man2/io_cancel.2:39
1817 #, no-wrap
1818 msgid ""
1819 "B<int io_cancel(aio_context_t >I<ctx_id>B<, struct iocb *>I<iocb>B<,>\n"
1820 "B<              struct io_event *>I<result>B<);>\n"
1821 msgstr ""
1822
1823 #. type: Plain text
1824 #: build/C/man2/io_cancel.2:41 build/C/man2/io_destroy.2:39 build/C/man2/io_getevents.2:42 build/C/man2/io_setup.2:39 build/C/man2/io_submit.2:40
1825 #, no-wrap
1826 msgid "Link with I<-laio>.\n"
1827 msgstr ""
1828
1829 #. type: Plain text
1830 #: build/C/man2/io_cancel.2:51
1831 msgid ""
1832 "B<io_cancel>()  attempts to cancel an asynchronous I/O operation previously "
1833 "submitted with B<io_submit>(2).  I<ctx_id> is the AIO context ID of the "
1834 "operation to be canceled.  If the AIO context is found, the event will be "
1835 "canceled and then copied into the memory pointed to by I<result> without "
1836 "being placed into the completion queue."
1837 msgstr ""
1838
1839 #. type: Plain text
1840 #: build/C/man2/io_cancel.2:56
1841 msgid "On success, B<io_cancel>()  returns 0.  For the failure return, see NOTES."
1842 msgstr ""
1843
1844 #. type: Plain text
1845 #: build/C/man2/io_cancel.2:60
1846 msgid "The I<iocb> specified was not canceled."
1847 msgstr ""
1848
1849 #. type: TP
1850 #: build/C/man2/io_cancel.2:60 build/C/man2/io_destroy.2:54 build/C/man2/io_getevents.2:61 build/C/man2/io_setup.2:58 build/C/man2/io_submit.2:61
1851 #, no-wrap
1852 msgid "B<EFAULT>"
1853 msgstr ""
1854
1855 #. type: Plain text
1856 #: build/C/man2/io_cancel.2:63 build/C/man2/io_submit.2:64
1857 msgid "One of the data structures points to invalid data."
1858 msgstr ""
1859
1860 #. type: Plain text
1861 #: build/C/man2/io_cancel.2:66
1862 msgid "The AIO context specified by I<ctx_id> is invalid."
1863 msgstr ""
1864
1865 #. type: Plain text
1866 #: build/C/man2/io_cancel.2:70
1867 msgid "B<io_cancel>()  is not implemented on this architecture."
1868 msgstr ""
1869
1870 #. type: Plain text
1871 #: build/C/man2/io_cancel.2:73 build/C/man2/io_destroy.2:67 build/C/man2/io_getevents.2:80 build/C/man2/io_setup.2:76 build/C/man2/io_submit.2:78
1872 msgid "The asynchronous I/O system calls first appeared in Linux 2.5, August 2002."
1873 msgstr ""
1874
1875 #. type: Plain text
1876 #: build/C/man2/io_cancel.2:78
1877 msgid ""
1878 "B<io_cancel>()  is Linux-specific and should not be used in programs that "
1879 "are intended to be portable."
1880 msgstr ""
1881
1882 #. type: Plain text
1883 #: build/C/man2/io_cancel.2:80 build/C/man2/io_destroy.2:74 build/C/man2/io_getevents.2:87 build/C/man2/io_setup.2:83 build/C/man2/io_submit.2:85
1884 msgid "Glibc does not provide a wrapper function for this system call."
1885 msgstr ""
1886
1887 #. type: Plain text
1888 #: build/C/man2/io_cancel.2:94
1889 msgid ""
1890 "The wrapper provided in I<libaio> for B<io_cancel>()  does not follow the "
1891 "usual C library conventions for indicating error: on error it returns a "
1892 "negated error number (the negative of one of the values listed in ERRORS).  "
1893 "If the system call is invoked via B<syscall>(2), then the return value "
1894 "follows the usual conventions for indicating an error: -1, with I<errno> set "
1895 "to a (positive) value that indicates the error."
1896 msgstr ""
1897
1898 #.  .SH "NOTES"
1899 #
1900 #.  .PP
1901 #.  The asynchronous I/O system calls were written by Benjamin LaHaise.
1902 #
1903 #.  .SH AUTHOR
1904 #.  Kent Yoder.
1905 #. type: Plain text
1906 #: build/C/man2/io_cancel.2:107
1907 msgid ""
1908 "B<io_destroy>(2), B<io_getevents>(2), B<io_setup>(2), B<io_submit>(2), "
1909 "B<aio>(7)"
1910 msgstr ""
1911
1912 #. type: TH
1913 #: build/C/man2/io_destroy.2:23
1914 #, no-wrap
1915 msgid "IO_DESTROY"
1916 msgstr ""
1917
1918 #. type: Plain text
1919 #: build/C/man2/io_destroy.2:26
1920 msgid "io_destroy - destroy an asynchronous I/O context"
1921 msgstr ""
1922
1923 #.  .HP 17
1924 #.  .ad
1925 #.  .hy
1926 #. type: Plain text
1927 #: build/C/man2/io_destroy.2:37
1928 #, no-wrap
1929 msgid "B<int io_destroy(aio_context_t >I<ctx>B<);>\n"
1930 msgstr ""
1931
1932 #. type: Plain text
1933 #: build/C/man2/io_destroy.2:48
1934 msgid ""
1935 "B<io_destroy>()  removes the asynchronous I/O context from the list of I/O "
1936 "contexts and then destroys it.  B<io_destroy>()  can also cancel any "
1937 "outstanding asynchronous I/O actions on I<ctx> and block on completion."
1938 msgstr ""
1939
1940 #. type: Plain text
1941 #: build/C/man2/io_destroy.2:53
1942 msgid "On success, B<io_destroy>()  returns 0.  For the failure return, see NOTES."
1943 msgstr ""
1944
1945 #. type: Plain text
1946 #: build/C/man2/io_destroy.2:57
1947 msgid "The context pointed to is invalid."
1948 msgstr ""
1949
1950 #. type: Plain text
1951 #: build/C/man2/io_destroy.2:60
1952 msgid "The AIO context specified by I<ctx> is invalid."
1953 msgstr ""
1954
1955 #. type: Plain text
1956 #: build/C/man2/io_destroy.2:64
1957 msgid "B<io_destroy>()  is not implemented on this architecture."
1958 msgstr ""
1959
1960 #. type: Plain text
1961 #: build/C/man2/io_destroy.2:72
1962 msgid ""
1963 "B<io_destroy>()  is Linux-specific and should not be used in programs that "
1964 "are intended to be portable."
1965 msgstr ""
1966
1967 #. type: Plain text
1968 #: build/C/man2/io_destroy.2:88
1969 msgid ""
1970 "The wrapper provided in I<libaio> for B<io_destroy>()  does not follow the "
1971 "usual C library conventions for indicating error: on error it returns a "
1972 "negated error number (the negative of one of the values listed in ERRORS).  "
1973 "If the system call is invoked via B<syscall>(2), then the return value "
1974 "follows the usual conventions for indicating an error: -1, with I<errno> set "
1975 "to a (positive) value that indicates the error."
1976 msgstr ""
1977
1978 #.  .SH "NOTES"
1979 #
1980 #.  .PP
1981 #.  The asynchronous I/O system calls were written by Benjamin LaHaise.
1982 #
1983 #.  .SH AUTHOR
1984 #.  Kent Yoder.
1985 #. type: Plain text
1986 #: build/C/man2/io_destroy.2:101
1987 msgid ""
1988 "B<io_cancel>(2), B<io_getevents>(2), B<io_setup>(2), B<io_submit>(2), "
1989 "B<aio>(7)"
1990 msgstr ""
1991
1992 #. type: TH
1993 #: build/C/man2/io_getevents.2:23
1994 #, no-wrap
1995 msgid "IO_GETEVENTS"
1996 msgstr ""
1997
1998 #. type: TH
1999 #: build/C/man2/io_getevents.2:23
2000 #, no-wrap
2001 msgid "2008-07-04"
2002 msgstr ""
2003
2004 #. type: Plain text
2005 #: build/C/man2/io_getevents.2:26
2006 msgid "io_getevents - read asynchronous I/O events from the completion queue"
2007 msgstr ""
2008
2009 #.  .ad l
2010 #.  .hy 0
2011 #.  #include <linux/aio.h>
2012 #. type: Plain text
2013 #: build/C/man2/io_getevents.2:33
2014 #, no-wrap
2015 msgid ""
2016 "B<#include E<lt>linux/time.hE<gt>>\n"
2017 "B<#include E<lt>libaio.hE<gt>>\n"
2018 msgstr ""
2019
2020 #.  .HP 19
2021 #.  .ad
2022 #.  .hy
2023 #. type: Plain text
2024 #: build/C/man2/io_getevents.2:40
2025 #, no-wrap
2026 msgid ""
2027 "B<int io_getevents(aio_context_t >I<ctx_id>B<, long >I<min_nr>B<, long "
2028 ">I<nr>B<,>\n"
2029 "B<                 struct io_event *>I<events>B<, struct timespec "
2030 "*>I<timeout>B<);>\n"
2031 msgstr ""
2032
2033 #. type: Plain text
2034 #: build/C/man2/io_getevents.2:54
2035 msgid ""
2036 "B<io_getevents>()  attempts to read at least I<min_nr> events and up to "
2037 "I<nr> events from the completion queue of the AIO context specified by "
2038 "I<ctx_id>.  I<timeout> specifies the amount of time to wait for events, "
2039 "where a NULL timeout waits until at least I<min_nr> events have been seen.  "
2040 "Note that I<timeout> is relative and will be updated if not NULL and the "
2041 "operation blocks."
2042 msgstr ""
2043
2044 #. type: Plain text
2045 #: build/C/man2/io_getevents.2:60
2046 msgid ""
2047 "On success, B<io_getevents>()  returns the number of events read: 0 if no "
2048 "events are available, or less than I<min_nr> if the I<timeout> has elapsed.  "
2049 "For the failure return, see NOTES."
2050 msgstr ""
2051
2052 #. type: Plain text
2053 #: build/C/man2/io_getevents.2:64
2054 msgid "Either I<events> or I<timeout> is an invalid pointer."
2055 msgstr ""
2056
2057 #. type: Plain text
2058 #: build/C/man2/io_getevents.2:69
2059 msgid "I<ctx_id> is invalid.  I<min_nr> is out of range or I<nr> is out of range."
2060 msgstr ""
2061
2062 #. type: Plain text
2063 #: build/C/man2/io_getevents.2:73
2064 msgid "Interrupted by a signal handler; see B<signal>(7)."
2065 msgstr ""
2066
2067 #. type: Plain text
2068 #: build/C/man2/io_getevents.2:77
2069 msgid "B<io_getevents>()  is not implemented on this architecture."
2070 msgstr ""
2071
2072 #. type: Plain text
2073 #: build/C/man2/io_getevents.2:85
2074 msgid ""
2075 "B<io_getevents>()  is Linux-specific and should not be used in programs that "
2076 "are intended to be portable."
2077 msgstr ""
2078
2079 #. type: Plain text
2080 #: build/C/man2/io_getevents.2:101
2081 msgid ""
2082 "The wrapper provided in I<libaio> for B<io_getevents>()  does not follow the "
2083 "usual C library conventions for indicating error: on error it returns a "
2084 "negated error number (the negative of one of the values listed in ERRORS).  "
2085 "If the system call is invoked via B<syscall>(2), then the return value "
2086 "follows the usual conventions for indicating an error: -1, with I<errno> set "
2087 "to a (positive) value that indicates the error."
2088 msgstr ""
2089
2090 #.  .SH "NOTES"
2091 #
2092 #.  .PP
2093 #.  The asynchronous I/O system calls were written by Benjamin LaHaise.
2094 #
2095 #.  .SH AUTHOR
2096 #.  Kent Yoder.
2097 #. type: Plain text
2098 #: build/C/man2/io_getevents.2:116
2099 msgid ""
2100 "B<io_cancel>(2), B<io_destroy>(2), B<io_setup>(2), B<io_submit>(2), "
2101 "B<aio>(7), B<time>(7)"
2102 msgstr ""
2103
2104 #. type: TH
2105 #: build/C/man2/io_setup.2:23
2106 #, no-wrap
2107 msgid "IO_SETUP"
2108 msgstr ""
2109
2110 #. type: Plain text
2111 #: build/C/man2/io_setup.2:26
2112 msgid "io_setup - create an asynchronous I/O context"
2113 msgstr ""
2114
2115 #.  .HP 15
2116 #.  .ad
2117 #.  .hy
2118 #. type: Plain text
2119 #: build/C/man2/io_setup.2:37
2120 #, no-wrap
2121 msgid "B<int io_setup(unsigned >I<nr_events>B<, aio_context_t *>I<ctxp>B<);>\n"
2122 msgstr ""
2123
2124 #. type: Plain text
2125 #: build/C/man2/io_setup.2:49
2126 msgid ""
2127 "B<io_setup>()  creates an asynchronous I/O context capable of receiving at "
2128 "least I<nr_events>.  I<ctxp> must not point to an AIO context that already "
2129 "exists, and must be initialized to 0 prior to the call.  On successful "
2130 "creation of the AIO context, I<*ctxp> is filled in with the resulting "
2131 "handle."
2132 msgstr ""
2133
2134 #. type: Plain text
2135 #: build/C/man2/io_setup.2:54
2136 msgid "On success, B<io_setup>()  returns 0.  For the failure return, see NOTES."
2137 msgstr ""
2138
2139 #. type: Plain text
2140 #: build/C/man2/io_setup.2:58
2141 msgid "The specified I<nr_events> exceeds the user's limit of available events."
2142 msgstr ""
2143
2144 #. type: Plain text
2145 #: build/C/man2/io_setup.2:61
2146 msgid "An invalid pointer is passed for I<ctxp>."
2147 msgstr ""
2148
2149 #. type: Plain text
2150 #: build/C/man2/io_setup.2:66
2151 msgid ""
2152 "I<ctxp> is not initialized, or the specified I<nr_events> exceeds internal "
2153 "limits.  I<nr_events> should be greater than 0."
2154 msgstr ""
2155
2156 #. type: TP
2157 #: build/C/man2/io_setup.2:66
2158 #, no-wrap
2159 msgid "B<ENOMEM>"
2160 msgstr ""
2161
2162 #. type: Plain text
2163 #: build/C/man2/io_setup.2:69
2164 msgid "Insufficient kernel resources are available."
2165 msgstr ""
2166
2167 #. type: Plain text
2168 #: build/C/man2/io_setup.2:73
2169 msgid "B<io_setup>()  is not implemented on this architecture."
2170 msgstr ""
2171
2172 #. type: Plain text
2173 #: build/C/man2/io_setup.2:81
2174 msgid ""
2175 "B<io_setup>()  is Linux-specific and should not be used in programs that are "
2176 "intended to be portable."
2177 msgstr ""
2178
2179 #. type: Plain text
2180 #: build/C/man2/io_setup.2:97
2181 msgid ""
2182 "The wrapper provided in I<libaio> for B<io_setup>()  does not follow the "
2183 "usual C library conventions for indicating error: on error it returns a "
2184 "negated error number (the negative of one of the values listed in ERRORS).  "
2185 "If the system call is invoked via B<syscall>(2), then the return value "
2186 "follows the usual conventions for indicating an error: -1, with I<errno> set "
2187 "to a (positive) value that indicates the error."
2188 msgstr ""
2189
2190 #.  .SH "NOTES"
2191 #.  .PP
2192 #.  The asynchronous I/O system calls were written by Benjamin LaHaise.
2193 #.  .SH AUTHOR
2194 #.  Kent Yoder.
2195 #. type: Plain text
2196 #: build/C/man2/io_setup.2:108
2197 msgid ""
2198 "B<io_cancel>(2), B<io_destroy>(2), B<io_getevents>(2), B<io_submit>(2), "
2199 "B<aio>(7)"
2200 msgstr ""
2201
2202 #. type: TH
2203 #: build/C/man2/io_submit.2:23
2204 #, no-wrap
2205 msgid "IO_SUBMIT"
2206 msgstr ""
2207
2208 #. type: Plain text
2209 #: build/C/man2/io_submit.2:26
2210 msgid "io_submit - submit asynchronous I/O blocks for processing"
2211 msgstr ""
2212
2213 #.  .HP 16
2214 #.  .ad
2215 #.  .hy
2216 #. type: Plain text
2217 #: build/C/man2/io_submit.2:38
2218 #, no-wrap
2219 msgid ""
2220 "B<int io_submit(aio_context_t >I<ctx_id>B<, long >I<nr>B<, struct iocb "
2221 "**>I<iocbpp>B<);>\n"
2222 msgstr ""
2223
2224 #. type: Plain text
2225 #: build/C/man2/io_submit.2:48
2226 msgid ""
2227 "B<io_submit>()  queues I<nr> I/O request blocks for processing in the AIO "
2228 "context I<ctx_id>.  I<iocbpp> should be an array of I<nr> AIO control "
2229 "blocks, which will be submitted to context I<ctx_id>."
2230 msgstr ""
2231
2232 #. type: Plain text
2233 #: build/C/man2/io_submit.2:54
2234 msgid ""
2235 "On success, B<io_submit>()  returns the number of I<iocb>s submitted (which "
2236 "may be 0 if I<nr> is zero).  For the failure return, see NOTES."
2237 msgstr ""
2238
2239 #. type: Plain text
2240 #: build/C/man2/io_submit.2:58
2241 msgid "Insufficient resources are available to queue any I<iocb>s."
2242 msgstr ""
2243
2244 #. type: Plain text
2245 #: build/C/man2/io_submit.2:61
2246 msgid "The file descriptor specified in the first I<iocb> is invalid."
2247 msgstr ""
2248
2249 #. type: Plain text
2250 #: build/C/man2/io_submit.2:71
2251 msgid ""
2252 "The I<aio_context> specified by I<ctx_id> is invalid.  I<nr> is less than "
2253 "0.  The I<iocb> at *iocbpp[0] is not properly initialized, or the operation "
2254 "specified is invalid for the file descriptor in the I<iocb>."
2255 msgstr ""
2256
2257 #. type: Plain text
2258 #: build/C/man2/io_submit.2:75
2259 msgid "B<io_submit>()  is not implemented on this architecture."
2260 msgstr ""
2261
2262 #. type: Plain text
2263 #: build/C/man2/io_submit.2:83
2264 msgid ""
2265 "B<io_submit>()  is Linux-specific and should not be used in programs that "
2266 "are intended to be portable."
2267 msgstr ""
2268
2269 #. type: Plain text
2270 #: build/C/man2/io_submit.2:99
2271 msgid ""
2272 "The wrapper provided in I<libaio> for B<io_submit>()  does not follow the "
2273 "usual C library conventions for indicating error: on error it returns a "
2274 "negated error number (the negative of one of the values listed in ERRORS).  "
2275 "If the system call is invoked via B<syscall>(2), then the return value "
2276 "follows the usual conventions for indicating an error: -1, with I<errno> set "
2277 "to a (positive) value that indicates the error."
2278 msgstr ""
2279
2280 #.  .SH "NOTES"
2281 #.  .PP
2282 #.  The asynchronous I/O system calls were written by Benjamin LaHaise.
2283 #.  .SH AUTHOR
2284 #.  Kent Yoder.
2285 #. type: Plain text
2286 #: build/C/man2/io_submit.2:110
2287 msgid ""
2288 "B<io_cancel>(2), B<io_destroy>(2), B<io_getevents>(2), B<io_setup>(2), "
2289 "B<aio>(7)"
2290 msgstr ""
2291
2292 #. type: TH
2293 #: build/C/man3/lio_listio.3:23
2294 #, no-wrap
2295 msgid "LIO_LISTIO"
2296 msgstr ""
2297
2298 #. type: TH
2299 #: build/C/man3/lio_listio.3:23
2300 #, no-wrap
2301 msgid "2010-10-20"
2302 msgstr ""
2303
2304 #. type: Plain text
2305 #: build/C/man3/lio_listio.3:26
2306 msgid "lio_listio - initiate a list of I/O requests"
2307 msgstr ""
2308
2309 #. type: Plain text
2310 #: build/C/man3/lio_listio.3:32
2311 #, no-wrap
2312 msgid ""
2313 "B<int lio_listio(int >I<mode>B<, struct aiocb *const >I<aiocb_list>B<[],>\n"
2314 "B<               int >I<nitems>B<, struct sigevent *>I<sevp>B<);>\n"
2315 msgstr ""
2316
2317 #. type: Plain text
2318 #: build/C/man3/lio_listio.3:40
2319 msgid ""
2320 "The B<lio_listio>()  function initiates the list of I/O operations described "
2321 "by the array I<aiocb_list>."
2322 msgstr ""
2323
2324 #. type: Plain text
2325 #: build/C/man3/lio_listio.3:44
2326 msgid "The I<mode> operation has one of the following values:"
2327 msgstr ""
2328
2329 #. type: TP
2330 #: build/C/man3/lio_listio.3:44
2331 #, no-wrap
2332 msgid "B<LIO_WAIT>"
2333 msgstr ""
2334
2335 #. type: Plain text
2336 #: build/C/man3/lio_listio.3:50
2337 msgid ""
2338 "The call blocks until all operations are complete.  The I<sevp> argument is "
2339 "ignored."
2340 msgstr ""
2341
2342 #. type: TP
2343 #: build/C/man3/lio_listio.3:50
2344 #, no-wrap
2345 msgid "B<LIO_NOWAIT>"
2346 msgstr ""
2347
2348 #. type: Plain text
2349 #: build/C/man3/lio_listio.3:62
2350 msgid ""
2351 "The I/O operations are queued for processing and the call returns "
2352 "immediately.  When the I/O operations complete, asynchronous notification "
2353 "occurs, as specified by the I<sevp> argument; see B<sigevent>(7)  for "
2354 "details.  If I<sevp> is NULL, no asynchronous notification occurs."
2355 msgstr ""
2356
2357 #. type: Plain text
2358 #: build/C/man3/lio_listio.3:76
2359 msgid ""
2360 "The I<aiocb_list> argument is an array of pointers to I<aiocb> structures "
2361 "that describe I/O operations.  These operations are executed in an "
2362 "unspecified order.  The I<nitems> argument specifies the size of the array "
2363 "I<aiocb_list>.  NULL pointers in I<aiocb_list> are ignored."
2364 msgstr ""
2365
2366 #. type: Plain text
2367 #: build/C/man3/lio_listio.3:82
2368 msgid ""
2369 "In each control block in I<aiocb_list>, the I<aio_lio_opcode> field "
2370 "specifies the I/O operation to be initiated, as follows:"
2371 msgstr ""
2372
2373 #. type: TP
2374 #: build/C/man3/lio_listio.3:82
2375 #, no-wrap
2376 msgid "B<LIO_READ>"
2377 msgstr ""
2378
2379 #. type: Plain text
2380 #: build/C/man3/lio_listio.3:88
2381 msgid ""
2382 "Initiate a read operation.  The operation is queued as for a call to "
2383 "B<aio_read>(3)  specifying this control block."
2384 msgstr ""
2385
2386 #. type: TP
2387 #: build/C/man3/lio_listio.3:88
2388 #, no-wrap
2389 msgid "B<LIO_WRITE>"
2390 msgstr ""
2391
2392 #. type: Plain text
2393 #: build/C/man3/lio_listio.3:94
2394 msgid ""
2395 "Initiate a write operation.  The operation is queued as for a call to "
2396 "B<aio_write>(3)  specifying this control block."
2397 msgstr ""
2398
2399 #. type: TP
2400 #: build/C/man3/lio_listio.3:94
2401 #, no-wrap
2402 msgid "B<LIO_NOP>"
2403 msgstr ""
2404
2405 #. type: Plain text
2406 #: build/C/man3/lio_listio.3:97
2407 msgid "Ignore this control block."
2408 msgstr ""
2409
2410 #. type: Plain text
2411 #: build/C/man3/lio_listio.3:107
2412 msgid ""
2413 "The remaining fields in each control block have the same meanings as for "
2414 "B<aio_read>(3)  and B<aio_write>(3).  The I<aio_sigevent> fields of each "
2415 "control block can be used to specify notifications for the individual I/O "
2416 "operations (see B<sigevent>(7))."
2417 msgstr ""
2418
2419 #. type: Plain text
2420 #: build/C/man3/lio_listio.3:117
2421 msgid ""
2422 "If I<mode> is B<LIO_NOWAIT>, B<lio_listio>()  returns 0 if all I/O "
2423 "operations are successfully queued.  Otherwise, -1 is returned, and I<errno> "
2424 "is set to indicate the error."
2425 msgstr ""
2426
2427 #. type: Plain text
2428 #: build/C/man3/lio_listio.3:127
2429 msgid ""
2430 "If I<mode> is B<LIO_WAIT>, B<lio_listio>()  returns 0 when all of the I/O "
2431 "operations have completed successfully.  Otherwise, -1 is returned, and "
2432 "I<errno> is set to indicate the error."
2433 msgstr ""
2434
2435 #. type: Plain text
2436 #: build/C/man3/lio_listio.3:145
2437 msgid ""
2438 "The return status from B<lio_listio>()  provides information only about the "
2439 "call itself, not about the individual I/O operations.  One or more of the "
2440 "I/O operations may fail, but this does not prevent other operations "
2441 "completing.  The status of individual I/O operations in I<aiocb_list> can be "
2442 "determined using B<aio_error>(3).  When an operation has completed, its "
2443 "return status can be obtained using B<aio_return>(3).  Individual I/O "
2444 "operations can fail for the reasons described in B<aio_read>(3)  and "
2445 "B<aio_write>(3)."
2446 msgstr ""
2447
2448 #. type: Plain text
2449 #: build/C/man3/lio_listio.3:149
2450 msgid "The B<lio_listio>()  function may fail for the following reasons:"
2451 msgstr ""
2452
2453 #.  Doesn't happen in glibc(?)
2454 #. type: Plain text
2455 #: build/C/man3/lio_listio.3:160
2456 msgid ""
2457 "The number of I/O operations specified by I<nitems> would cause the limit "
2458 "B<AIO_MAX> to be exceeded."
2459 msgstr ""
2460
2461 #.  Doesn't happen in glibc(?)
2462 #. type: Plain text
2463 #: build/C/man3/lio_listio.3:168
2464 msgid "I<mode> is invalid, or I<nitems> exceeds the limit B<AIO_LISTIO_MAX>."
2465 msgstr ""
2466
2467 #. type: Plain text
2468 #: build/C/man3/lio_listio.3:177
2469 msgid ""
2470 "I<mode> was B<LIO_WAIT> and a signal was caught before all I/O operations "
2471 "completed.  (This may even be one of the signals used for asynchronous I/O "
2472 "completion notification.)"
2473 msgstr ""
2474
2475 #. type: TP
2476 #: build/C/man3/lio_listio.3:177
2477 #, no-wrap
2478 msgid "B<EIO>"
2479 msgstr ""
2480
2481 #.  e.g., ioa_reqprio or aio_lio_opcode was invalid
2482 #. type: Plain text
2483 #: build/C/man3/lio_listio.3:185
2484 msgid ""
2485 "One of more of the operations specified by I<aiocb_list> failed.  The "
2486 "application can check the status of each operation using B<aio_return>(3)."
2487 msgstr ""
2488
2489 #. type: Plain text
2490 #: build/C/man3/lio_listio.3:200
2491 msgid ""
2492 "If B<lio_listio>()  fails with the error B<EAGAIN>, B<EINTR>, or B<EIO>, "
2493 "then some of the operations in I<aiocb_list> may have been initiated.  If "
2494 "B<lio_listio>()  fails for any other reason, then none of the I/O operations "
2495 "has been initiated."
2496 msgstr ""
2497
2498 #. type: Plain text
2499 #: build/C/man3/lio_listio.3:204
2500 msgid "The B<lio_listio>()  function is available since glibc 2.1."
2501 msgstr ""
2502
2503 #.  or the control block of the operation
2504 #. type: Plain text
2505 #: build/C/man3/lio_listio.3:214
2506 msgid ""
2507 "It is a good idea to zero out the control blocks before use.  The control "
2508 "blocks must not be changed while the I/O operations are in progress.  The "
2509 "buffer areas being read into or written from must not be accessed during the "
2510 "operations or undefined results may occur.  The memory areas involved must "
2511 "remain valid."
2512 msgstr ""
2513
2514 #. type: Plain text
2515 #: build/C/man3/lio_listio.3:226
2516 msgid ""
2517 "B<aio_cancel>(3), B<aio_error>(3), B<aio_fsync>(3), B<aio_return>(3), "
2518 "B<aio_suspend>(3), B<aio_write>(3), B<aio>(7)"
2519 msgstr ""