Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c2352 instance = SDUNIT(dev); in sdinfo()
2361 instance = SDUNIT(dev); in sdinfo()
9417 instance = SDUNIT(dev); in sdopen()
9676 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) { in sdclose()
10084 instance = SDUNIT(bp->b_edev); in sdmin()
10129 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) { in sdread()
10220 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) { in sdwrite()
10310 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) { in sdaread()
11029 un = ddi_get_soft_state(sd_state, SDUNIT(dev)); in sd_send_scsi_cmd()
24798 SDUNIT(sd_tr.srq_thr_cur_req->dev));
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h119 #define SDUNIT(dev) (getminor((dev)) >> SDUNIT_SHIFT) macro