Sponsor:

Your company here, and a link to your site. Click to find out more.

ibnd_iter_nodes - Man Page

given a fabric object and a function itterate over the nodes in the fabric.

Synopsis

#include <infiniband/ibnetdisc.h>

void ibnd_iter_nodes(ibnd_fabric_t *fabric, ibnd_iter_func_t func, void *user_data)
void ibnd_iter_nodes_type(ibnd_fabric_t *fabric, ibnd_iter_func_t func, ibnd_node_type_t type, void *user_data)

Description

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

Return Value

ibnd_iter_nodes(), ibnd_iter_nodes_type() NONE

Authors

Ira Weiny <weiny2@llnl.gov>

Referenced By

The man page ibnd_iter_nodes_type(3) is an alias of ibnd_iter_nodes(3).

July 25, 2008 OpenIB Programmer's Manual