.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "IBV_EVENT_TYPE_STR" "3" "2006-10-31" "libibverbs" "Libibverbs Programmer\[cq]s Manual" .hy .SH NAME .PP ibv_event_type_str - Return string describing event_type enum value .PP ibv_node_type_str - Return string describing node_type enum value .PP ibv_port_state_str - Return string describing port_state enum value .SH SYNOPSIS .IP .nf \f[C] #include 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); \f[R] .fi .SH DESCRIPTION .PP \f[B]ibv_node_type_str()\f[R] returns a string describing the node type enum value \f[I]node_type\f[R]. .PP \f[B]ibv_port_state_str()\f[R] returns a string describing the port state enum value \f[I]port_state\f[R]. .PP \f[B]ibv_event_type_str()\f[R] returns a string describing the event type enum value \f[I]event_type\f[R]. .SH RETURN VALUE .PP These functions return a constant string that describes the enum value passed as their argument. .SH AUTHOR .PP Roland Dreier