1DMI_WALK(9) Firmware Interfaces DMI_WALK(9)
23
4
NAME
6dmi_walk - Walk the DMI table and get called back for every record
7
SYNOPSIS
9int dmi_walk(void (*decode) (const struct dmi_header *, void *),
10void * private_data);
11
ARGUMENTS
13decode
14Callback function
1516
private_data
17Private data to be passed to the callback function
18
DESCRIPTION
20Returns -1 when the DMI table canĀ“t be reached, 0 on success.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 DMI_WALK(9)