GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
IBV_EVENT_TYPE_STR(3) Libibverbs Programmer's Manual IBV_EVENT_TYPE_STR(3)

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

#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);

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.

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

Roland Dreier
<rolandd@cisco.com>

2006-10-31 libibverbs

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.