LDM_PARSE_VBLK

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

ldm_parse_vblk - Read a raw VBLK object into a vblk structure  

SYNOPSIS

"SYNOPSIS"

BOOL ldm_parse_vblk (const u8 * buf, int len, struct vblk * vb);  

ARGUMENTS

buf
Block of data being worked on
len
Size of the block of data
vb
In-memory vblk in which to return information
 

DESCRIPTION

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  

HELPER FUNCTIONS

ldm_parse_*.  

RETURN

TRUE vb contains a VBLK FALSE vb contents are not defined


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
HELPER FUNCTIONS
RETURN

This document was created by man2html, using the manual pages.
Time: 05:30:42 GMT, October 06, 2005