Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dsmbios_impl.h142 #define SMB_CHT_LOCK 0x80 /* lock bit within smbch_type */ macro
/titanic_44/usr/src/common/smbios/
H A Dsmb_info.c507 chp->smbc_lock = (ch->smbch_type & SMB_CHT_LOCK) != 0; in smbios_info_chassis()
508 chp->smbc_type = ch->smbch_type & ~SMB_CHT_LOCK; in smbios_info_chassis()