Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1585 *result = (void *) ST_DEVINFO; in st_info()
2796 ST_ENTR(ST_DEVINFO, st_open); in st_open()
3388 ST_ENTR(ST_DEVINFO, st_close); in st_close()
3810 ST_ENTR(ST_DEVINFO, st_aread); in st_aread()
3835 ST_ENTR(ST_DEVINFO, st_read); in st_read()
3846 ST_ENTR(ST_DEVINFO, st_write); in st_write()
3925 ST_FUNC(ST_DEVINFO, st_rw); in st_rw()
4022 ST_FUNC(ST_DEVINFO, st_arw); in st_arw()
7600 ST_FUNC(ST_DEVINFO, st_cmd); in st_cmd()
8604 ST_FUNC(ST_DEVINFO, st_init); in st_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1343 #define ST_DEVINFO (ST_SCSI_DEVP->sd_dev) macro