]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/libibverbs/man/ibv_event_type_str.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / libibverbs / man / ibv_event_type_str.3
1 .\" -*- nroff -*-
2 .\"
3 .TH IBV_EVENT_TYPE_STR 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
4 .SH "NAME"
5 .nf
6 ibv_event_type_str \- Return string describing event_type enum value
7 .sp
8 ibv_node_type_str \- Return string describing node_type enum value
9 .sp
10 ibv_port_state_str \- Return string describing port_state enum value
11 .SH "SYNOPSIS"
12 .nf
13 .B #include <infiniband/verbs.h>
14 .sp
15 .BI "const char *ibv_event_type_str(enum ibv_event_type " "event_type");
16 .sp
17 .BI "const char *ibv_node_type_str(enum ibv_node_type " "node_type");
18 .sp
19 .BI "const char *ibv_port_state_str(enum ibv_port_state " "port_state");
20 .fi
21 .SH "DESCRIPTION"
22 .B ibv_node_type_str()
23 returns a string describing the node type enum value
24 .IR node_type .
25 .PP
26 .B ibv_port_state_str()
27 returns a string describing the port state enum value
28 .IR port_state .
29 .PP
30 .B ibv_event_type_str()
31 returns a string describing the event type enum value
32 .IR event_type .
33 .SH "RETURN VALUE"
34 These functions return a constant string that describes the enum value
35 passed as their argument.
36 .SH "AUTHOR"
37 .TP
38 Roland Dreier
39 .RI < rolandd@cisco.com >
40