Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dsmb_dev.c125 ep = smb_alloc(SMB_ENTRY_MAXLEN); in smbios_open()
128 ep->ep21.smbe_elen = MIN(ep->ep21.smbe_elen, SMB_ENTRY_MAXLEN); in smbios_open()
131 ep->ep30.smbe_elen = MIN(ep->ep30.smbe_elen, SMB_ENTRY_MAXLEN); in smbios_open()
152 smb_free(ep, SMB_ENTRY_MAXLEN); in smbios_open()
157 smb_free(ep, SMB_ENTRY_MAXLEN); in smbios_open()
168 smb_free(ep, SMB_ENTRY_MAXLEN); in smbios_open()
180 smb_free(ep, SMB_ENTRY_MAXLEN); in smbios_open()
/titanic_41/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c53 smbios_entry_t *ep = alloca(SMB_ENTRY_MAXLEN); in smb_fileopen()
67 elen = MIN(ep->ep21.smbe_elen, SMB_ENTRY_MAXLEN); in smb_fileopen()
71 elen = MIN(ep->ep30.smbe_elen, SMB_ENTRY_MAXLEN); in smb_fileopen()
109 smbios_entry_t *ep = alloca(SMB_ENTRY_MAXLEN); in smb_biosopen()
141 elen = MIN(ep->ep21.smbe_elen, SMB_ENTRY_MAXLEN); in smb_biosopen()
147 elen = MIN(ep->ep30.smbe_elen, SMB_ENTRY_MAXLEN); in smb_biosopen()
/titanic_41/usr/src/uts/common/sys/
H A Dsmbios.h108 #define SMB_ENTRY_MAXLEN 255 /* maximum length of entry point */ macro