Home
last modified time | relevance | path

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

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