Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c2844 instance = SDUNIT(dev); in sdinfo()
2853 instance = SDUNIT(dev); in sdinfo()
10125 instance = SDUNIT(dev); in sdopen()
10433 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) {
10871 instance = SDUNIT(bp->b_edev);
10916 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) {
11007 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) {
11097 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) {
11187 if ((un = ddi_get_soft_state(sd_state, SDUNIT(dev))) == NULL) {
11816 un = ddi_get_soft_state(sd_state, SDUNIT(dev));
[all …]
/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h116 #define SDUNIT(dev) (getminor((dev)) >> SDUNIT_SHIFT) macro