Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsmbios_impl.h263 #define SMB_OBT_ENABLED 0x80 /* enable bit within smbob_type */ macro
/titanic_50/usr/src/common/smbios/
H A Dsmb_info.c794 obp->smbd_type = op->smbob_type & ~SMB_OBT_ENABLED; in smbios_info_obdevs()
795 obp->smbd_enabled = (op->smbob_type & SMB_OBT_ENABLED) != 0; in smbios_info_obdevs()