Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h538 #define SBD_DEV_SLOTMASK 0x000f macro
553 #define SLOT2DEV(s) ((s) & SBD_DEV_SLOTMASK)
554 #define SBDGETSLOT(unit) ((unit) & SBD_DEV_SLOTMASK)