Searched refs:SMB_ENTRY_EANCHOR (Results 1 – 4 of 4) sorted by relevance
64 if (strncmp(ep->ep21.smbe_eanchor, SMB_ENTRY_EANCHOR, in smb_fileopen()139 if (strncmp(p, SMB_ENTRY_EANCHOR, SMB_ENTRY_EANCHORLEN) == 0) { in smb_biosopen()
115 if (strncmp(p, SMB_ENTRY_EANCHOR, SMB_ENTRY_EANCHORLEN) == 0) in smbios_open()
79 if (strncmp(ep->smbe_eanchor, SMB_ENTRY_EANCHOR, SMB_ENTRY_EANCHORLEN)) in smbios_bufopen_21()
102 #define SMB_ENTRY_EANCHOR "_SM_" /* structure table entry point anchor */ macro