table of contents
other versions
- wheezy 3.2.78-1
| DMI_WALK(9) | Firmware Interfaces | DMI_WALK(9) |
NAME¶
dmi_walk - Walk the DMI table and get called back for every recordSYNOPSIS¶
int
dmi_walk(void (*decode) (const struct dmi_header *, void *),
void * private_data);
ARGUMENTS¶
decodeCallback function
private_data
Private data to be passed to the callback
function
DESCRIPTION¶
Returns -1 when the DMI table can't be reached, 0 on success.COPYRIGHT¶
| March 2016 | Kernel Hackers Manual 3.2. |