Searched refs:SMB3_ENTRY_EANCHOR (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libsmbios/common/ |
H A D | smb_lib.c | 69 } 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 D | smb_dev.c | 106 if (smb3 == NULL && strncmp(p, SMB3_ENTRY_EANCHOR, in smbios_open()
|
/titanic_50/usr/src/test/util-tests/tests/smbios/ |
H A D | smbios.c | 182 (void) memcpy(ent30->smbe_eanchor, SMB3_ENTRY_EANCHOR, in smbios_test_table_snapshot()
|
/titanic_50/usr/src/common/smbios/ |
H A D | smb_open.c | 138 if (strncmp(ep->smbe_eanchor, SMB3_ENTRY_EANCHOR, in smbios_bufopen_30()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | smbios.h | 104 #define SMB3_ENTRY_EANCHOR "_SM3_" /* structure table entry point anchor */ macro
|