Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Daio_req.h42 struct aio_req { struct
48 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 \
/titanic_50/usr/src/uts/common/sys/fs/
H A Dpxfs_ki.h48 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);
/titanic_50/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);
/titanic_50/usr/src/lib/libc/inc/
H A Dasyncio.h70 typedef struct aio_req aio_req_t;
118 struct aio_req { struct
/titanic_50/usr/src/uts/common/os/
H A Daio.c78 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, in alio()
2014 error = (*aio_func)(vp, (aio_req_t *)&reqp->aio_req, CRED()); in arw()
2213 error = (*aio_func)(vp, (aio_req_t *)&reqp->aio_req, CRED()); in aiorw()
2460 uio = reqp->aio_req.aio_uio; in aio_req_setup()
2516 reqp->aio_req.aio_uio = &reqp->aio_req_uio; in aio_req_alloc()
2517 reqp->aio_req.aio_uio->uio_iov = &reqp->aio_req_iov; in aio_req_alloc()
2518 reqp->aio_req.aio_private = reqp; in aio_req_alloc()
[all …]
H A Daio_subr.c49 int aphysio(int (*)(), int (*)(), dev_t, int, void (*)(), struct aio_req *);
78 struct aio_req *aio) in aphysio()
H A Ddriver_lyr.c2097 ldi_aread(ldi_handle_t lh, struct aio_req *aio_reqp, cred_t *cr) in ldi_aread()
2125 ldi_awrite(ldi_handle_t lh, struct aio_req *aio_reqp, cred_t *cr) in ldi_awrite()
/titanic_50/usr/src/man/man9s/
H A DMakefile23 aio_req.9s \
/titanic_50/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c99 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) in cmdkaread()
1250 cmdkawrite(dev_t dev, struct aio_req *aio, cred_t *credp) in cmdkawrite()
1282 cmdkarw(dev_t dev, struct aio_req *aio, int flag) in cmdkarw()
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-kernel.man9s.inc19 file path=usr/share/man/man9s/aio_req.9s
H A Dsystem-header.mf790 file path=usr/include/sys/aio_req.h
/titanic_50/usr/src/uts/common/io/blkdev/
H A Dblkdev.c159 static int bd_aread(dev_t, struct aio_req *, cred_t *);
160 static int bd_awrite(dev_t, struct aio_req *, cred_t *);
1165 bd_aread(dev_t dev, struct aio_req *aio, cred_t *credp) in bd_aread()
1176 bd_awrite(dev_t dev, struct aio_req *aio, cred_t *credp) in bd_awrite()
/titanic_50/usr/src/uts/common/avs/ns/sv/
H A Dsv.c199 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) in sv_lyr_aread()
1500 sv_lyr_awrite(dev_t dev, struct aio_req *aio, cred_t *crp) in sv_lyr_awrite()
/titanic_50/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c741 xdfs_aread(dev_t dev, struct aio_req *aio, cred_t *credp) in xdfs_aread()
760 xdfs_awrite(dev_t dev, struct aio_req *aio, cred_t *credp) in xdfs_awrite()
/titanic_50/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()
/titanic_50/usr/src/uts/common/io/
H A Dlofi.c1441 lofi_aread(dev_t dev, struct aio_req *aio, struct cred *credp) in lofi_aread()
1451 lofi_awrite(dev_t dev, struct aio_req *aio, struct cred *credp) in lofi_awrite()
/titanic_50/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()
/titanic_50/usr/src/uts/common/xen/io/
H A Dxdf.c2884 xdf_aread(dev_t dev, struct aio_req *aiop, cred_t *credp) in xdf_aread()
2915 xdf_awrite(dev_t dev, struct aio_req *aiop, cred_t *credp) in xdf_awrite()
/titanic_50/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.c1316 static int sdaread(dev_t dev, struct aio_req *aio, cred_t *cred_p);
1317 static int sdawrite(dev_t dev, struct aio_req *aio, cred_t *cred_p);
11089 sdaread(dev_t dev, struct aio_req *aio, cred_t *cred_p)
11179 sdawrite(dev_t dev, struct aio_req *aio, cred_t *cred_p)