Home
last modified time | relevance | path

Searched refs:anchor_string (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/smbios/
H A Dsmbios.c127 if (memcmp(eps3->anchor_string, SMBIOS3_SIG, SMBIOS3_LEN) != 0) in smbios_identify()
132 if (memcmp(eps->anchor_string, SMBIOS_SIG, SMBIOS_LEN) != 0) in smbios_identify()
170 sig = eps3->anchor_string; in smbios_identify()
174 sig = eps->anchor_string; in smbios_identify()
335 return (memcmp(e->anchor_string, SMBIOS3_SIG, SMBIOS3_LEN) == 0); in smbios_eps3()
H A Dsmbios.h45 uint8_t anchor_string[4]; /* '_SM_' */ member
62 uint8_t anchor_string[5]; /* '_SM3_' */ member