1IBV_EVENT_TYPE_STR(3)   Libibverbs Programmer's Manual   IBV_EVENT_TYPE_STR(3)
2
3
4

NAME

6       ibv_event_type_str - Return string describing event_type enum value
7
8       ibv_node_type_str - Return string describing node_type enum value
9
10       ibv_port_state_str - Return string describing port_state enum value
11

SYNOPSIS

13              #include <infiniband/verbs.h>
14
15              const char *ibv_event_type_str(enum ibv_event_type event_type);
16
17              const char *ibv_node_type_str(enum ibv_node_type node_type);
18
19              const char *ibv_port_state_str(enum ibv_port_state port_state);
20

DESCRIPTION

22       ibv_node_type_str() returns a string describing the node type enum val‐
23       ue node_type.
24
25       ibv_port_state_str() returns a string describing the  port  state  enum
26       value port_state.
27
28       ibv_event_type_str()  returns  a  string describing the event type enum
29       value event_type.
30

RETURN VALUE

32       These functions return a constant string that describes the enum  value
33       passed as their argument.
34

AUTHOR

36       Roland Dreier <rolandd@cisco.com>
37
38
39
40libibverbs                        2006-10-31             IBV_EVENT_TYPE_STR(3)
Impressum