Searched refs:smbe_eanchor (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libsmbios/common/ |
H A D | smb_lib.c | 65 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 D | smb_open.c | 80 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 D | smbios.c | 192 (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 D | smbios.c | 308 (int)sizeof (ep->smbe_eanchor), (int)sizeof (ep->smbe_eanchor), in print_smbios_21() 309 ep->smbe_eanchor); in print_smbios_21() 338 (int)sizeof (ep->smbe_eanchor), (int)sizeof (ep->smbe_eanchor), in print_smbios_30() 339 ep->smbe_eanchor); in print_smbios_30()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | smbios.h | 62 char smbe_eanchor[4]; /* anchor tag (SMB_ENTRY_EANCHOR) */ member 84 char smbe_eanchor[5]; /* anchor tag (SMB3_ENTRY_EANCHOR) */ member
|