.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "LDM_PARSE_VMDB" "" "06 October 2005" "" ""
.SH NAME
ldm_parse_vmdb \- Read the LDM Database VMDB structure
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
BOOL ldm_parse_vmdb (const u8 * \fIdata\fB, struct vmdb * \fIvm\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdata\fB\fR
Raw database VMDB structure loaded from the device
.TP
\fB\fIvm\fB\fR
In-memory vmdb structure in which to return parsed information
.SH "DESCRIPTION"
.PP
This parses the LDM Database VMDB structure supplied in \fIdata\fR and sets up
the in-memory vmdb structure \fIvm\fR with the obtained information.
.PP
N.B. The *_start, *_size and *_seq values will be range-checked later.
.SH "RETURN"
.PP
TRUE \fIvm\fR contains VMDB info
FALSE \fIvm\fR contents are undefined