Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c508 static int st_arw(dev_t dev, struct aio_req *aio, int flag);
3812 return (st_arw(dev, aio, B_READ)); in st_aread()
3824 return (st_arw(dev, aio, B_WRITE)); in st_awrite()
4014 st_arw(dev_t dev, struct aio_req *aio, int flag) in st_arw() function
4022 ST_FUNC(ST_DEVINFO, st_arw); in st_arw()