lazybios 3.0.0
Lightweight SMBIOS/DMI parsing library
Loading...
Searching...
No Matches
HP OEM Type 204: HPE ProLiant System/Rack Locator Guide

Access HPE ProLiant System/Rack Locator information.

Note
Experimental: this HP OEM type has not been tested with real hardware dumps.

Result set and ownership

lazybiosGetOemHpType204 returns a lazybiosOemHpType204Array_t holding every matching structure. Iterate entries using count. A non-NULL result whose count is zero means the table contains none of this type; NULL means the arguments were unusable or an allocation failed. Release the set with lazybiosFreeOemHpType204, or assign it to ctx->oem->hp->Type204 and let lazybiosCleanup own it.

Every record carries its own SMBIOS handle and the reported length.

Fields

Type 204 exposes the following optional fields:

  • rack_name
  • enclosure_name, enclosure_model, and enclosure_serial
  • enclosure_bays
  • server_bay
  • bays_filled

Check the corresponding field_status member before using each field.

See also
HP OEM Type 204: HPE ProLiant System/Rack Locator