Home
last modified time | relevance | path

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

/illumos-gate/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()
/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()
139 if (strncmp(ep->smbe_eanchor, SMB3_ENTRY_EANCHOR, in smbios_bufopen_30()
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios.c192 (void) memcpy(ent30->smbe_eanchor, SMB3_ENTRY_EANCHOR, in smbios_test_table_snapshot()
193 sizeof (ent30->smbe_eanchor)); in smbios_test_table_snapshot()
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c310 (int)sizeof (ep->smbe_eanchor), (int)sizeof (ep->smbe_eanchor), in print_smbios_21()
311 ep->smbe_eanchor); in print_smbios_21()
340 (int)sizeof (ep->smbe_eanchor), (int)sizeof (ep->smbe_eanchor), in print_smbios_30()
341 ep->smbe_eanchor); in print_smbios_30()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h62 char smbe_eanchor[4]; /* anchor tag (SMB_ENTRY_EANCHOR) */ member
84 char smbe_eanchor[5]; /* anchor tag (SMB3_ENTRY_EANCHOR) */ member