Main index | Section 3 | Options |
#include <infiniband/verbs.h>struct ibv_pd *ibv_alloc_pd(struct ibv_context *context);
int ibv_dealloc_pd(struct ibv_pd *pd);
ibv_dealloc_pd() deallocates the PD pd.
ibv_dealloc_pd() returns 0 on success, or the value of errno on failure (which indicates the failure reason).
2006-10-31 | IBV_ALLOC_PD (3) | libibverbs |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.