1. NAME

i2o_systab_build - Build system table

2. SYNOPSIS

int i2o_systab_build( void );

3. ARGUMENTS

void
    no arguments

4. DESCRIPTION

The system table contains information about all the IOPs in the system (duh) and is used by the Executives on the IOPs to establish peer2peer connections. WeAqre not supporting peer2peer at the moment, but this will be needed down the road for things like lan2lan forwarding.

Returns 0 on success or negative error code on failure.

5. COPYRIGHT