Blame libibnetdisc/man/ibnd_iter_nodes.3

Packit db064d
.TH IBND_ITER_NODES 3  "July 25, 2008" "OpenIB" "OpenIB Programmer's Manual"
Packit db064d
.SH "NAME"
Packit db064d
ibnd_iter_nodes, ibnd_iter_nodes_type \- given a fabric object and a function itterate over the nodes in the fabric.
Packit db064d
.SH "SYNOPSIS"
Packit db064d
.nf
Packit db064d
.B #include <infiniband/ibnetdisc.h>
Packit db064d
.sp
Packit db064d
.BI "void ibnd_iter_nodes(ibnd_fabric_t *fabric, ibnd_iter_func_t func, void *user_data)"
Packit db064d
.BI "void ibnd_iter_nodes_type(ibnd_fabric_t *fabric, ibnd_iter_func_t func, ibnd_node_type_t type, void *user_data)"
Packit db064d
.SH "DESCRIPTION"
Packit db064d
.B ibnd_iter_nodes()
Packit db064d
Itterate through all the nodes in the fabric and call "func" on them.
Packit db064d
.B ibnd_iter_nodes_type()
Packit db064d
The same as ibnd_iter_nodes except to limit the iteration to the nodes with the specified type.
Packit db064d
.SH "RETURN VALUE"
Packit db064d
.B ibnd_iter_nodes(), ibnd_iter_nodes_type()
Packit db064d
NONE
Packit db064d
.SH "AUTHORS"
Packit db064d
.TP
Packit db064d
Ira Weiny <weiny2@llnl.gov>