Home
last modified time | relevance | path

Searched refs:SMB3_ENTRY_EANCHOR (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c69 } else if (strncmp(ep->ep30.smbe_eanchor, SMB3_ENTRY_EANCHOR, in smb_fileopen()
144 if (smb3 == NULL && strncmp(p, SMB3_ENTRY_EANCHOR, in smb_biosopen()
/titanic_50/usr/src/uts/i86pc/os/
H A Dsmb_dev.c106 if (smb3 == NULL && strncmp(p, SMB3_ENTRY_EANCHOR, in smbios_open()
/titanic_50/usr/src/test/util-tests/tests/smbios/
H A Dsmbios.c182 (void) memcpy(ent30->smbe_eanchor, SMB3_ENTRY_EANCHOR, in smbios_test_table_snapshot()
/titanic_50/usr/src/common/smbios/
H A Dsmb_open.c138 if (strncmp(ep->smbe_eanchor, SMB3_ENTRY_EANCHOR, in smbios_bufopen_30()
/titanic_50/usr/src/uts/common/sys/
H A Dsmbios.h104 #define SMB3_ENTRY_EANCHOR "_SM3_" /* structure table entry point anchor */ macro