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

/illumos-gate/usr/src/common/smbios/
H A Dsmb_error.c60 if (error >= ESMB_BASE && (error - ESMB_BASE) < _smb_nerr)
61 str = _smb_errlist[error - ESMB_BASE];
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h474 #define ESMB_BASE 1000 /* base value for libsmbios errnos */ macro
477 ESMB_NOTFOUND = ESMB_BASE, /* SMBIOS table not found on system */

Completed in 63 milliseconds