LDM_PARSE_TOCBLOCK

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

 

NAME

ldm_parse_tocblock - Read the LDM Database TOCBLOCK structure  

SYNOPSIS

"SYNOPSIS"

BOOL ldm_parse_tocblock (const u8 * data, struct tocblock * toc);  

ARGUMENTS

data
Raw database TOCBLOCK structure loaded from the device
toc
In-memory toc structure in which to return parsed information
 

DESCRIPTION

This parses the LDM Database TOCBLOCK (table of contents) structure supplied in data and sets up the in-memory tocblock structure toc with the obtained information.

N.B. The *_start and *_size values returned in toc are not range-checked.  

RETURN

TRUE toc contains the TOCBLOCK data FALSE toc contents are undefined


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURN

This document was created by man2html, using the manual pages.
Time: 00:02:24 GMT, October 09, 2005