/illumos-gate/usr/src/uts/common/sys/ |
H A D | aio_req.h | 42 struct aio_req { struct 48 struct aio_req *);
|
H A D | aio_impl.h | 30 #include <sys/aio_req.h> 79 struct aio_req aio_req; member in struct:aio_req_t 172 struct aio_req *);
|
H A D | copyops.h | 35 #include <sys/aio_req.h>
|
H A D | sunldi.h | 119 extern int ldi_aread(ldi_handle_t, struct aio_req *, cred_t *); 120 extern int ldi_awrite(ldi_handle_t, struct aio_req *, cred_t *);
|
H A D | devops.h | 49 #include <sys/aio_req.h> 119 int (*cb_aread)(dev_t dev, struct aio_req *aio, cred_t *credp); 120 int (*cb_awrite)(dev_t dev, struct aio_req *aio, cred_t *credp);
|
H A D | Makefile | 79 aio_req.h \
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | pxfs_ki.h | 34 #include <sys/aio_req.h> 48 extern int clpxfs_aio_write(vnode_t *vp, struct aio_req *aio, cred_t *cred_p); 49 extern int clpxfs_aio_read(vnode_t *vp, struct aio_req *aio, cred_t *cred_p);
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zvol.h | 54 extern int zvol_aread(dev_t dev, struct aio_req *aio, cred_t *cr); 55 extern int zvol_awrite(dev_t dev, struct aio_req *aio, cred_t *cr);
|
/illumos-gate/usr/src/man/man9s/ |
H A D | Makefile | 23 aio_req.9s \
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | asyncio.h | 70 typedef struct aio_req aio_req_t; 118 struct aio_req { struct
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | aio.c | 78 static int (*check_vp(struct vnode *, int))(vnode_t *, struct aio_req *, 111 static int driver_aio_write(vnode_t *vp, struct aio_req *aio, cred_t *cred_p); 112 static int driver_aio_read(vnode_t *vp, struct aio_req *aio, cred_t *cred_p); 1478 error = (*aio_func)(vp, (aio_req_t *)&reqp->aio_req, 2014 error = (*aio_func)(vp, (aio_req_t *)&reqp->aio_req, CRED()); 2213 error = (*aio_func)(vp, (aio_req_t *)&reqp->aio_req, CRED()); 2460 uio = reqp->aio_req.aio_uio; 2490 * Allocate an aio_req struct. 2516 reqp->aio_req.aio_uio = &reqp->aio_req_uio; 2517 reqp->aio_req [all...] |
H A D | aio_subr.c | 49 int aphysio(int (*)(), int (*)(), dev_t, int, void (*)(), struct aio_req *); 78 struct aio_req *aio)
|
H A D | driver_lyr.c | 2097 ldi_aread(ldi_handle_t lh, struct aio_req *aio_reqp, cred_t *cr) 2125 ldi_awrite(ldi_handle_t lh, struct aio_req *aio_reqp, cred_t *cr)
|
/illumos-gate/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 44 #include <sys/aio_req.h> 99 static int cmdkarw(dev_t dev, struct aio_req *aio, int flag); 130 static int cmdkaread(dev_t dev, struct aio_req *aio, cred_t *credp); 131 static int cmdkawrite(dev_t dev, struct aio_req *aio, cred_t *credp); 1230 cmdkaread(dev_t dev, struct aio_req *aio, cred_t *credp) 1250 cmdkawrite(dev_t dev, struct aio_req *aio, cred_t *credp) 1282 cmdkarw(dev_t dev, struct aio_req *aio, int flag)
|
/illumos-gate/usr/src/uts/common/io/lvm/md/ |
H A D | md.c | 202 static int mdaread(dev_t, struct aio_req *, cred_t *); 203 static int mdawrite(dev_t, struct aio_req *, cred_t *); 1699 mdaread(dev_t dev, struct aio_req *aio, cred_t *credp) 1768 mdawrite(dev_t dev, struct aio_req *aio, cred_t *credp)
|
/illumos-gate/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 71 #include <sys/aio_req.h> 199 static int sv_lyr_aread(dev_t, struct aio_req *, cred_t *); 200 static int sv_lyr_awrite(dev_t, struct aio_req *, cred_t *); 1490 sv_lyr_aread(dev_t dev, struct aio_req *aio, cred_t *crp) 1500 sv_lyr_awrite(dev_t dev, struct aio_req *aio, cred_t *crp)
|
/illumos-gate/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 36 #include <sys/aio_req.h> 158 static int bd_aread(dev_t, struct aio_req *, cred_t *); 159 static int bd_awrite(dev_t, struct aio_req *, cred_t *); 1130 bd_aread(dev_t dev, struct aio_req *aio, cred_t *credp) 1137 bd_awrite(dev_t dev, struct aio_req *aio, cred_t *credp)
|
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/ |
H A D | xdf_shell.c | 741 xdfs_aread(dev_t dev, struct aio_req *aio, cred_t *credp) 760 xdfs_awrite(dev_t dev, struct aio_req *aio, cred_t *credp)
|
/illumos-gate/usr/src/uts/common/io/lvm/trans/ |
H A D | mdtrans.c | 726 md_trans_aread(dev_t dev, struct aio_req *aio, cred_t *credp) 750 md_trans_awrite(dev_t dev, struct aio_req *aio, cred_t *credp)
|
/illumos-gate/usr/src/uts/common/sys/lvm/ |
H A D | mdvar.h | 508 struct aio_req *aiop, 512 struct aio_req *aiop,
|
/illumos-gate/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 46 #include <sys/aio_req.h> 79 static int dcdaread(dev_t dev, struct aio_req *aio, cred_t *cred_p); 80 static int dcdawrite(dev_t dev, struct aio_req *aio, cred_t *cred_p); 1701 dcdaread(dev_t dev, struct aio_req *aio, cred_t *cred_p) 1751 dcdawrite(dev_t dev, struct aio_req *aio, cred_t *cred_p)
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | lofi.c | 142 #include <sys/aio_req.h> 1764 lofi_aread(dev_t dev, struct aio_req *aio, struct cred *credp) 1774 lofi_awrite(dev_t dev, struct aio_req *aio, struct cred *credp)
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 117 static int vdc_aread(dev_t dev, struct aio_req *aio, cred_t *cred); 118 static int vdc_awrite(dev_t dev, struct aio_req *aio, cred_t *cred); 1587 vdc_aread(dev_t dev, struct aio_req *aio, cred_t *cred) 1596 vdc_awrite(dev_t dev, struct aio_req *aio, cred_t *cred)
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 2883 xdf_aread(dev_t dev, struct aio_req *aiop, cred_t *credp) 2914 xdf_awrite(dev_t dev, struct aio_req *aiop, cred_t *credp)
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 427 static int st_aread(dev_t dev, struct aio_req *aio, cred_t *cred_p); 428 static int st_awrite(dev_t dev, struct aio_req *aio, cred_t *cred_p); 508 static int st_arw(dev_t dev, struct aio_req *aio, int flag); 3806 st_aread(dev_t dev, struct aio_req *aio, cred_t *cred_p) 3818 st_awrite(dev_t dev, struct aio_req *aio, cred_t *cred_p) 4014 st_arw(dev_t dev, struct aio_req *aio, int flag)
|