1IBND_ITER_NODES(3)        OpenIB Programmer's Manual        IBND_ITER_NODES(3)
2
3
4

NAME

6       ibnd_iter_nodes,  ibnd_iter_nodes_type  -  given  a fabric object and a
7       function itterate over the nodes in the fabric.
8

SYNOPSIS

10       #include <infiniband/ibnetdisc.h>
11
12       void ibnd_iter_nodes(ibnd_fabric_t *fabric, ibnd_iter_func_t func, void *user_data)
13       void ibnd_iter_nodes_type(ibnd_fabric_t *fabric, ibnd_iter_func_t func, ibnd_node_type_t type, void *user_data)
14

DESCRIPTION

16       ibnd_iter_nodes() Itterate through all the nodes in the fabric and call
17       "func"  on  them.   ibnd_iter_nodes_type()  The same as ibnd_iter_nodes
18       except to limit the iteration to the nodes with the specified type.
19

RETURN VALUE

21       ibnd_iter_nodes(), ibnd_iter_nodes_type() NONE
22

AUTHORS

24       Ira Weiny <weiny2@llnl.gov>
25
26
27
28OpenIB                           July 25, 2008              IBND_ITER_NODES(3)
Impressum