man3tbl/TBLinit

Table of Contents

Name

TBLinit - initialize the table

Description

TBLinit copies the size information from MSpnt and zeros the table bitmap and data areas.

This function is part of tblmngr.

Syntax

int TBLinit(
   MASTER_TBL *MTpnt,

   MASTER_SIZE *MSpnt,

   char *MTBpnt,

   char *MTDpnt

   );

Arguments

MTpnt

Pointer to MASTER_TBL in data partition.

MSpnt

Pointer to MASTER_SIZE table.

MTBpnt

Pointer to the allocation bitmap.

MTDpnt

Pointer to the table data area.

Returns


ERRok on success
ERRbadp on failure

See Also

tblmngr(3tbl)

Manual page revision

$Id: TBLinit.3,v 1.1 2002/04/07 19:37:39 kitchen Exp $


Table of Contents