Blob Blame History Raw
.\" Automatically generated by Pandoc 1.19.2.4
.\"
.TH "IBV_EVENT_TYPE_STR" "3" "2006\-10\-31" "libibverbs" "Libibverbs Programmer\[aq]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\ <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);
\f[]
.fi
.SH DESCRIPTION
.PP
\f[B]ibv_node_type_str()\f[] returns a string describing the node type
enum value \f[I]node_type\f[].
.PP
\f[B]ibv_port_state_str()\f[] returns a string describing the port state
enum value \f[I]port_state\f[].
.PP
\f[B]ibv_event_type_str()\f[] returns a string describing the event type
enum value \f[I]event_type\f[].
.SH RETURN VALUE
.PP
These functions return a constant string that describes the enum value
passed as their argument.
.SH AUTHOR
.PP
Roland Dreier <rolandd@cisco.com>