Query: ibnd_iter_nodes
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IBND_ITER_NODES(3) OpenIB Programmer's Manual IBND_ITER_NODES(3)NAMEibnd_iter_nodes, ibnd_iter_nodes_type - 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)DESCRIPTIONibnd_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 VALUEibnd_iter_nodes(), ibnd_iter_nodes_type() NONEAUTHORSIra Weiny <weiny2@llnl.gov> OpenIB July 25, 2008 IBND_ITER_NODES(3)
| Related Man Pages |
|---|
| ibdiagnet(1) - debian |
| ibdiagpath(1) - debian |
| ibnd_debug(3) - centos |
| ibnd_destroy_fabric(3) - centos |
| ibnd_discover_fabric(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |
| [TIP] Processing YAML files with yq |