.\" Automatically generated by Pandoc 2.2.1 .\" .TH "IBV_GET_DEVICE_NAME" "3" "2006\-10\-31" "libibverbs" "Libibverbs Programmer's Manual" .hy .SH NAME .PP ibv_get_device_name \- get an RDMA device's name .SH SYNOPSIS .IP .nf \f[C] #include\ const\ char\ *ibv_get_device_name(struct\ ibv_device\ *device); \f[] .fi .SH DESCRIPTION .PP \f[B]ibv_get_device_name()\f[] returns a human\-readable name associated with the RDMA device \f[I]device\f[]. .SH RETURN VALUE .PP \f[B]ibv_get_device_name()\f[] returns a pointer to the device name, or NULL if the request fails. .SH SEE ALSO .PP \f[B]ibv_get_device_guid\f[](3), \f[B]ibv_get_device_list\f[](3), \f[B]ibv_open_device\f[](3) .SH AUTHOR .PP Dotan Barak