Home
last modified time | relevance | path

Searched refs:smbtblhdr (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/arch/arm64/stand/efiboot/
H A Dsmbios.c157 struct smbtblhdr *hdr; in smbios_find_table()
183 for (; va + sizeof(struct smbtblhdr) < end && in smbios_find_table()
185 hdr = (struct smbtblhdr *)va; in smbios_find_table()
189 st->tblhdr = va + sizeof(struct smbtblhdr); in smbios_find_table()
/openbsd/sys/arch/arm64/dev/
H A Dsmbios.c222 struct smbtblhdr *hdr; in smbios_find_table()
248 for (; va + sizeof(struct smbtblhdr) < end && in smbios_find_table()
250 hdr = (struct smbtblhdr *)va; in smbios_find_table()
254 st->tblhdr = va + sizeof(struct smbtblhdr); in smbios_find_table()
/openbsd/sys/arch/arm64/include/
H A Dsmbiosvar.h81 struct smbtblhdr { struct
88 struct smbtblhdr *hdr; argument
/openbsd/sys/arch/amd64/include/
H A Dsmbiosvar.h84 struct smbtblhdr { struct
91 struct smbtblhdr *hdr; argument
/openbsd/sys/arch/powerpc64/include/
H A Dsmbiosvar.h81 struct smbtblhdr { struct
88 struct smbtblhdr *hdr; argument
/openbsd/sys/arch/i386/include/
H A Dsmbiosvar.h84 struct smbtblhdr { struct
91 struct smbtblhdr *hdr; argument
/openbsd/sys/arch/amd64/amd64/
H A Dbios.c282 struct smbtblhdr *hdr; in smbios_find_table()
308 for (; va + sizeof(struct smbtblhdr) < end && in smbios_find_table()
310 hdr = (struct smbtblhdr *)va; in smbios_find_table()
314 st->tblhdr = va + sizeof(struct smbtblhdr); in smbios_find_table()
/openbsd/sys/arch/i386/i386/
H A Dbios.c837 struct smbtblhdr *hdr; in smbios_find_table()
863 for (; va + sizeof(struct smbtblhdr) < end && in smbios_find_table()
865 hdr = (struct smbtblhdr *)va; in smbios_find_table()
869 st->tblhdr = va + sizeof(struct smbtblhdr); in smbios_find_table()