*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: rdma_create_event_channel | Section: 3 | Source: FreeBSD | File: rdma_create_event_channel.3.gz
RDMA_CRE...T_CHANNEL(3) Librdmacm Programmer's Manual RDMA_CRE...T_CHANNEL(3) NAME rdma_create_event_channel - Open a channel used to report communication events. SYNOPSIS #include <rdma/rdma_cma.h> struct rdma_event_channel * rdma_create_event_channel (void); ARGUMENTS void no arguments DESCRIPTION Asynchronous events are reported to users through event channels. RETURN VALUE Returns a pointer to the created event channel, or NULL if the request fails. On failure, errno will be set to indicate the failure reason. NOTES Event channels are used to direct all events on an rdma_cm_id. For many clients, a single event channel may be sufficient, however, when managing a large number of connections or cm_id's, users may find it useful to direct events for different cm_id's to different channels for processing. All created event channels must be destroyed by calling rdma_de- stroy_event_channel. Users should call rdma_get_cm_event to retrieve events on an event channel. Each event channel is mapped to a file descriptor. The associated file descriptor can be used and manipulated like any other fd to change its behavior. Users may make the fd non-blocking, poll or select the fd, etc. SEE ALSO rdma_cm(7), rdma_get_cm_event(3), rdma_destroy_event_channel(3) librdmacm 2007-05-15 RDMA_CRE...T_CHANNEL(3)

Navigation Options