class EntryPoint
Defined at line 171 of file ../../zircon/system/ulib/smbios/include/lib/smbios/smbios.h
Public Methods
void EntryPoint (EntryPointType inner)
Prefer to use EntryPoint::Create unless you have already validated that the EntryPoint is
correct.
Defined at line 176 of file ../../zircon/system/ulib/smbios/include/lib/smbios/smbios.h
void EntryPoint (EntryPointType inner)
Prefer to use EntryPoint::Create unless you have already validated that the EntryPoint is
correct.
Defined at line 176 of file ../../zircon/system/ulib/smbios/include/lib/smbios/smbios.h
zx::result<EntryPoint> Create (uintptr_t ep_start)
Defined at line 178 of file ../../zircon/system/ulib/smbios/include/lib/smbios/smbios.h
uint64_t struct_table_phys ()
Defined at line 194 of file ../../zircon/system/ulib/smbios/include/lib/smbios/smbios.h
uint32_t struct_table_length ()
Note that this function may return max_struct_size, and the tables should be checked for the
End-of-Table table type.
Defined at line 208 of file ../../zircon/system/ulib/smbios/include/lib/smbios/smbios.h
uint32_t max_struct_size ()
Defined at line 222 of file ../../zircon/system/ulib/smbios/include/lib/smbios/smbios.h
SpecVersion version ()
Defined at line 234 of file ../../zircon/system/ulib/smbios/include/lib/smbios/smbios.h
bool has_struct_count ()
Defined at line 246 of file ../../zircon/system/ulib/smbios/include/lib/smbios/smbios.h
uint16_t struct_count ()
Defined at line 247 of file ../../zircon/system/ulib/smbios/include/lib/smbios/smbios.h
zx_status_t WalkStructs (uintptr_t struct_table_virt, StructWalkCallback cb)
Walk the known SMBIOS structures, assuming they are mapped at struct_table_virt. The
callback will be called once for each structure found.
Defined at line 290 of file ../../zircon/system/ulib/smbios/smbios.cc
zx_status_t WalkStructs (uintptr_t struct_table_virt, StructWalkCallback cb)
Walk the known SMBIOS structures, assuming they are mapped at struct_table_virt. The
callback will be called once for each structure found.
Defined at line 290 of file ../../zircon/system/ulib/smbios/smbios.cc