Home
last modified time | relevance | path

Searched refs:SMB_ENTRY_MAXLEN (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/i86pc/os/
H A Dsmb_dev.c129 ep = smb_alloc(SMB_ENTRY_MAXLEN); in smbios_open()
157 ep->ep21.smbe_elen = MIN(ep->ep21.smbe_elen, SMB_ENTRY_MAXLEN); in smbios_open()
160 ep->ep30.smbe_elen = MIN(ep->ep30.smbe_elen, SMB_ENTRY_MAXLEN); in smbios_open()
181 smb_free(ep, SMB_ENTRY_MAXLEN); in smbios_open()
186 smb_free(ep, SMB_ENTRY_MAXLEN); in smbios_open()
197 smb_free(ep, SMB_ENTRY_MAXLEN); in smbios_open()
209 smb_free(ep, SMB_ENTRY_MAXLEN); in smbios_open()
/titanic_50/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c54 smbios_entry_t *ep = alloca(SMB_ENTRY_MAXLEN); in smb_fileopen()
68 elen = MIN(ep->ep21.smbe_elen, SMB_ENTRY_MAXLEN); in smb_fileopen()
72 elen = MIN(ep->ep30.smbe_elen, SMB_ENTRY_MAXLEN); in smb_fileopen()
110 smbios_entry_t *ep = alloca(SMB_ENTRY_MAXLEN); in smb_biosopen()
193 ep->ep21.smbe_elen = MIN(ep->ep21.smbe_elen, SMB_ENTRY_MAXLEN); in smb_biosopen()
199 ep->ep30.smbe_elen = MIN(ep->ep30.smbe_elen, SMB_ENTRY_MAXLEN); in smb_biosopen()
/titanic_50/usr/src/uts/common/sys/
H A Dsmbios.h108 #define SMB_ENTRY_MAXLEN 255 /* maximum length of entry point */ macro