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

/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h207 uint8_t smbob_type; /* encoded type and enable bit */ member in struct:smb_obdev
211 #define SMB_OBT_ENABLED 0x80 /* enable bit within smbob_type */
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c650 obp->smbd_type = op->smbob_type & ~SMB_OBT_ENABLED;
651 obp->smbd_enabled = (op->smbob_type & SMB_OBT_ENABLED) != 0;

Completed in 49 milliseconds