1DMI_WALK(9)                   Firmware Interfaces                  DMI_WALK(9)
2
3
4

NAME

6       dmi_walk - Walk the DMI table and get called back for every record
7

SYNOPSIS

9       int dmi_walk(void (*decode) (const struct dmi_header *, void *),
10                    void * private_data);
11

ARGUMENTS

13       decode
14           Callback function
15
16       private_data
17           Private data to be passed to the callback function
18

DESCRIPTION

20       Returns -1 when the DMI table can't be reached, 0 on success.
21
23Kernel Hackers Manual 3.10         June 2019                       DMI_WALK(9)
Impressum