1I2O_SYSTAB_BUILD(9) Message-based devices I2O_SYSTAB_BUILD(9)
2
3
4
6 i2o_systab_build - Build system table
7
9 int i2o_systab_build(void);
10
12 void
13 no arguments
14
16 The system table contains information about all the IOPs in the system
17 (duh) and is used by the Executives on the IOPs to establish peer2peer
18 connections. We´re not supporting peer2peer at the moment, but this
19 will be needed down the road for things like lan2lan forwarding.
20
21 Returns 0 on success or negative error code on failure.
22
24Kernel Hackers Manual 2.6. June 2019 I2O_SYSTAB_BUILD(9)