Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h612 #define GLD_GET_MBLK_VTAG(mp) GLD_TCI2VTAG(DB_TCI(mp)) macro
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c2043 raw_vtag = GLD_GET_MBLK_VTAG(mp); in gld_start()