Home
last modified time | relevance | path

Searched refs:aio_req (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daio_req.h40 struct aio_req { struct
46 struct aio_req *); argument
H A Daio_impl.h79 struct aio_req aio_req; member
172 struct aio_req *);
H A Dsunldi.h119 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 Ddevops.h119 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 DMakefile78 aio_req.h \
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpxfs_ki.h46 extern int clpxfs_aio_write(vnode_t *vp, struct aio_req *aio, cred_t *cred_p);
47 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 Dzvol.h54 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/lib/libc/inc/
H A Dasyncio.h68 typedef struct aio_req aio_req_t;
116 struct aio_req { struct
/illumos-gate/usr/src/uts/common/os/
H A Daio.c82 static int (*check_vp(struct vnode *, int))(vnode_t *, struct aio_req *,
1474 error = (*aio_func)(vp, (aio_req_t *)&reqp->aio_req, in alio()
2006 error = (*aio_func)(vp, (aio_req_t *)&reqp->aio_req, CRED()); in arw()
2205 error = (*aio_func)(vp, (aio_req_t *)&reqp->aio_req, CRED()); in aiorw()
2447 uio = reqp->aio_req.aio_uio; in aio_req_setup()
2503 reqp->aio_req.aio_uio = &reqp->aio_req_uio; in aio_req_alloc()
2504 reqp->aio_req.aio_uio->uio_iov = &reqp->aio_req_iov; in aio_req_alloc()
2505 reqp->aio_req.aio_private = reqp; in aio_req_alloc()
3180 error = (*aio_func)(vp, (aio_req_t *)&reqp->aio_req, in alioLF()
3344 uio = reqp->aio_req.aio_uio; in aio_req_setupLF()
[all …]
H A Daio_subr.c48 int aphysio(int (*)(), int (*)(), dev_t, int, void (*)(), struct aio_req *);
77 struct aio_req *aio) in aphysio()
H A Ddriver_lyr.c2114 ldi_aread(ldi_handle_t lh, struct aio_req *aio_reqp, cred_t *cr) in ldi_aread()
2142 ldi_awrite(ldi_handle_t lh, struct aio_req *aio_reqp, cred_t *cr) in ldi_awrite()
/illumos-gate/usr/src/man/man9s/
H A DMakefile24 aio_req.9s \
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c103 static int cmdkarw(dev_t dev, struct aio_req *aio, int flag);
134 static int cmdkaread(dev_t dev, struct aio_req *aio, cred_t *credp);
135 static int cmdkawrite(dev_t dev, struct aio_req *aio, cred_t *credp);
1194 cmdkaread(dev_t dev, struct aio_req *aio, cred_t *credp) in cmdkaread()
1214 cmdkawrite(dev_t dev, struct aio_req *aio, cred_t *credp) in cmdkawrite()
1246 cmdkarw(dev_t dev, struct aio_req *aio, int flag) in cmdkarw()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9s.inc19 file path=usr/share/man/man9s/aio_req.9s
H A Dsystem-header.p5m690 file path=usr/include/sys/aio_req.h
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c273 static int bd_aread(dev_t, struct aio_req *, cred_t *);
274 static int bd_awrite(dev_t, struct aio_req *, cred_t *);
1435 bd_aread(dev_t dev, struct aio_req *aio, cred_t *credp) in bd_aread()
1446 bd_awrite(dev_t dev, struct aio_req *aio, cred_t *credp) in bd_awrite()
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c79 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) in dcdaread()
1751 dcdawrite(dev_t dev, struct aio_req *aio, cred_t *cred_p) in dcdawrite()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c117 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) in vdc_aread()
1596 vdc_awrite(dev_t dev, struct aio_req *aio, cred_t *cred) in vdc_awrite()
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c1971 lofi_aread(dev_t dev, struct aio_req *aio, struct cred *credp __unused) in lofi_aread()
1980 lofi_awrite(dev_t dev, struct aio_req *aio, struct cred *credp __unused) in lofi_awrite()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c2924 xdf_aread(dev_t dev, struct aio_req *aiop, cred_t *credp) in xdf_aread()
2955 xdf_awrite(dev_t dev, struct aio_req *aiop, cred_t *credp) in xdf_awrite()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c427 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) in st_aread()
3818 st_awrite(dev_t dev, struct aio_req *aio, cred_t *cred_p) in st_awrite()
4014 st_arw(dev_t dev, struct aio_req *aio, int flag) in st_arw()
H A Dsd.c866 static int sdaread(dev_t dev, struct aio_req *aio, cred_t *cred_p);
867 static int sdawrite(dev_t dev, struct aio_req *aio, cred_t *cred_p);
10302 sdaread(dev_t dev, struct aio_req *aio, cred_t *cred_p) in sdaread()
10392 sdawrite(dev_t dev, struct aio_req *aio, cred_t *cred_p) in sdawrite()