*** 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_destroy_event_channel | Section: 3 | Source: FreeBSD | File: rdma_destroy_event_channel.3.gz
RDMA_DEST...T_CHANNEL(3) Librdmacm Programmer's ManualRDMA_DEST...T_CHANNEL(3) NAME rdma_destroy_event_channel - Close an event communication channel. SYNOPSIS #include <rdma/rdma_cma.h> void rdma_destroy_event_channel (struct rdma_event_channel *channel); ARGUMENTS channel The communication channel to destroy. DESCRIPTION Release all resources associated with an event channel and closes the associated file descriptor. RETURN VALUE Returns 0 on success, or -1 on error. If an error occurs, errno will be set to indicate the failure reason. NOTES All rdma_cm_id's associated with the event channel must be destroyed, and all returned events must be acked before calling this function. SEE ALSO rdma_create_event_channel(3), rdma_get_cm_event(3), rdma_ack_cm_event(3) librdmacm 2007-05-15 RDMA_DEST...T_CHANNEL(3)

Navigation Options