.\" 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_VBLK" "9" "09 October 2005" "" ""
.SH NAME
ldm_parse_vblk \- Read a raw VBLK object into a vblk structure
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
BOOL ldm_parse_vblk (const u8 * \fIbuf\fB, int \fIlen\fB, struct vblk * \fIvb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbuf\fB\fR
Block of data being worked on
.TP
\fB\fIlen\fB\fR
Size of the block of data
.TP
\fB\fIvb\fB\fR
In-memory vblk in which to return information
.SH "DESCRIPTION"
.PP
Read a raw VBLK object into a vblk structure. This function just reads the
information common to all VBLK types, then delegates the rest of the work to
.SH "HELPER FUNCTIONS"
.PP
ldm_parse_*.
.SH "RETURN"
.PP
TRUE \fIvb\fR contains a VBLK
FALSE \fIvb\fR contents are not defined