Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c1990 else if (sp->smbstr_type > SMB_TYPE_OEM_LO && in print_struct()
1993 sp->smbstr_type - SMB_TYPE_OEM_LO, sp->smbstr_type); in print_struct()
2192 for (t = 0; t < SMB_TYPE_OEM_LO; t++) { in getstype()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h166 #define SMB_TYPE_OEM_LO 128 /* start of OEM-specific type range */ macro