VOOZH about

URL: https://manpages.org/dmi_walk/9

⇱ man dmi_walk (9): Walk the DMI table and get called back for every record


dmi_walk(9) Walk the DMI table and get called back for every record

SYNOPSIS

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

ARGUMENTS

decode

Callback 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