.\" 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_LDMDB_ADD" "" "06 October 2005" "" ""
.SH NAME
ldm_ldmdb_add \- Adds a raw VBLK entry to the ldmdb database
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
BOOL ldm_ldmdb_add (u8 * \fIdata\fB, int \fIlen\fB, struct ldmdb * \fIldb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdata\fB\fR
Raw VBLK to add to the database
.TP
\fB\fIlen\fB\fR
Size of the raw VBLK
.TP
\fB\fIldb\fB\fR
Cache of the database structures
.SH "DESCRIPTION"
.PP
The VBLKs are sorted into categories. Partitions are also sorted by offset.
.PP
N.B. This function does not check the validity of the VBLKs.
.SH "RETURN"
.PP
TRUE The VBLK was added
FALSE An error occurred