Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dds_pri.c96 DS_PRI_HAS_SERVICE = 0x1, enumerator
459 while (!(sp->state & DS_PRI_HAS_SERVICE)) { in ds_pri_open()
493 if (!(sp->state & DS_PRI_HAS_SERVICE)) { in ds_pri_close()
621 if (!(sp->state & DS_PRI_HAS_SERVICE)) { in ds_pri_ioctl()
684 if (!(sp->state & DS_PRI_HAS_SERVICE)) in request_pri()
746 ASSERT(!(sp->state & DS_PRI_HAS_SERVICE)); in ds_pri_reg_handler()
747 sp->state |= DS_PRI_HAS_SERVICE; in ds_pri_reg_handler()
786 sp->state &= ~DS_PRI_HAS_SERVICE; in ds_pri_unreg_handler()
817 ASSERT(sp->state & DS_PRI_HAS_SERVICE); in ds_pri_data_handler()