Home
last modified time | relevance | path

Searched refs:SMB_ENTRY_EANCHORLEN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c66 SMB_ENTRY_EANCHORLEN) == 0) { in smb_fileopen()
148 SMB_ENTRY_EANCHORLEN) == 0) { in smb_biosopen()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dsmb_dev.c110 SMB_ENTRY_EANCHORLEN) == 0) { in smbios_open()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c80 if (strncmp(ep->smbe_eanchor, SMB_ENTRY_EANCHOR, SMB_ENTRY_EANCHORLEN)) in smbios_bufopen_21()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h104 #define SMB_ENTRY_EANCHORLEN 4 /* length of entry point anchor */ macro