Searched refs:SDUNIT (Results 1 – 2 of 2) sorted by relevance
2842 instance = SDUNIT(dev); in sdinfo()2851 instance = SDUNIT(dev); in sdinfo()10126 instance = SDUNIT(dev); in sdopen()10434 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) {10872 instance = SDUNIT(bp->b_edev);10917 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) {11008 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) {11098 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) {11188 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) {11817 un = ddi_get_soft_state(sd_state, SDUNIT(dev));[all …]
116 #define SDUNIT(dev) (getminor((dev)) >> SDUNIT_SHIFT) macro