ibv_event_type_str - Man Page
Name
ibv_event_type_str — Return string describing event_type enum value
ibv_node_type_str — Return string describing node_type enum value
ibv_port_state_str — Return string describing port_state enum value
Synopsis
#include <infiniband/verbs.h> const char *ibv_event_type_str(enum ibv_event_type event_type); const char *ibv_node_type_str(enum ibv_node_type node_type); const char *ibv_port_state_str(enum ibv_port_state port_state);
Description
ibv_node_type_str() returns a string describing the node type enum value node_type.
ibv_port_state_str() returns a string describing the port state enum value port_state.
ibv_event_type_str() returns a string describing the event type enum value event_type.
Return Value
These functions return a constant string that describes the enum value passed as their argument.
Author
Roland Dreier <rolandd@cisco.com>
Referenced By
The man pages ibv_node_type_str(3) and ibv_port_state_str(3) are aliases of ibv_event_type_str(3).
2006-10-31 Libibverbs Programmer’s Manual