llib-laio revision 3470957343f37ed9baa957980891dbbe4c2d7092
48cbc7cd1eb8e7620dce2b5cda587bbd3a459d59Tinderbox User * CDDL HEADER START
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein * The contents of this file are subject to the terms of the
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater * Common Development and Distribution License (the "License").
c40265eba0c99708887d68e67901924065ba2514Brian Wellington * You may not use this file except in compliance with the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
af5073d03288a53b646ec3b807ac25ced64d7879Mark Andrews * See the License for the specific language governing permissions
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein * and limitations under the License.
af5073d03288a53b646ec3b807ac25ced64d7879Mark Andrews * When distributing Covered Code, include this CDDL HEADER in each
af5073d03288a53b646ec3b807ac25ced64d7879Mark Andrews * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
af5073d03288a53b646ec3b807ac25ced64d7879Mark Andrews * If applicable, add the following below this CDDL HEADER, with the
c40265eba0c99708887d68e67901924065ba2514Brian Wellington * fields enclosed by brackets "[]" replaced with your own identifying
ea94d370123a5892f6c47a97f21d1b28d44bb168Tinderbox User * information: Portions Copyright [yyyy] [name of copyright owner]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein * CDDL HEADER END
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrews/* LINTLIBRARY */
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein/* PROTOLIB1 */
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein * Use is subject to license terms.
7208386cd37a2092c70eddf80cf29519b16c4c80Mark Andrewsint aioread(int fd, caddr_t buf, int bufsz, off_t offset, int whence,
7208386cd37a2092c70eddf80cf29519b16c4c80Mark Andrewsint aiowrite(int fd, caddr_t buf, int bufsz, off_t offset, int whence,
7208386cd37a2092c70eddf80cf29519b16c4c80Mark Andrewsint aioread64(int fd, caddr_t buf, int bufsz, off64_t offset, int whence,
7208386cd37a2092c70eddf80cf29519b16c4c80Mark Andrewsint aiowrite64(int fd, caddr_t buf, int bufsz, off64_t offset, int whence,
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein/* scalls.c */
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein/* posix_aio.c */
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinint __lio_listio(int mode, aiocb_t * const list[],
f7b41fd9291b8f4dba27e2b57e1d93f0913a4f1dMark Andrewsint __aio_suspend(void **list, int nent, const timespec_t *timo, int lf);
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinint __aio_waitn(void **list, uint_t nent, uint_t *nwait,
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinint __lio_listio64(int mode, aiocb64_t *const list[],