Searched refs:smbch_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h103 uint8_t smbch_type; /* type */ member in struct:smb_chassis
122 #define SMB_CHT_LOCK 0x80 /* lock bit within smbch_type */
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c450 chp->smbc_lock = (ch->smbch_type & SMB_CHT_LOCK) != 0;
451 chp->smbc_type = ch->smbch_type & ~SMB_CHT_LOCK;

Completed in 49 milliseconds