Home
last modified time | relevance | path

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

/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()
183 sizeof (ent30->smbe_eanchor)); in smbios_test_table_snapshot()
/titanic_50/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c65 if (strncmp(ep->ep21.smbe_eanchor, SMB_ENTRY_EANCHOR, in smb_fileopen()
69 } else if (strncmp(ep->ep30.smbe_eanchor, SMB3_ENTRY_EANCHOR, in smb_fileopen()
/titanic_50/usr/src/cmd/smbios/
H A Dsmbios.c229 (int)sizeof (ep->smbe_eanchor), (int)sizeof (ep->smbe_eanchor), in print_smbios_21()
230 ep->smbe_eanchor); in print_smbios_21()
259 (int)sizeof (ep->smbe_eanchor), (int)sizeof (ep->smbe_eanchor), in print_smbios_30()
260 ep->smbe_eanchor); in print_smbios_30()
/titanic_50/usr/src/common/smbios/
H A Dsmb_open.c79 if (strncmp(ep->smbe_eanchor, SMB_ENTRY_EANCHOR, SMB_ENTRY_EANCHORLEN)) in smbios_bufopen_21()
138 if (strncmp(ep->smbe_eanchor, SMB3_ENTRY_EANCHOR, in smbios_bufopen_30()
/titanic_50/usr/src/uts/common/sys/
H A Dsmbios.h61 char smbe_eanchor[4]; /* anchor tag (SMB_ENTRY_EANCHOR) */ member
83 char smbe_eanchor[5]; /* anchor tag (SMB3_ENTRY_EANCHOR) */ member