Searched refs:SDUNIT (Results 1 – 2 of 2) sorted by relevance
2352 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()10400 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) { in sdawrite()11029 un = ddi_get_soft_state(sd_state, SDUNIT(dev)); in sd_send_scsi_cmd()[all …]
119 #define SDUNIT(dev) (getminor((dev)) >> SDUNIT_SHIFT) macro