diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:43 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:43 -0400 |
| commit | ac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (patch) | |
| tree | 9367490586c84cba28652e443e3166d66c33b0d9 /static/freebsd/man3/ibv_get_device_guid.3 | |
| parent | 253e67c8b3a72b3a4757fdbc5845297628db0a4a (diff) | |
docs: Added All FreeBSD Manuals
Diffstat (limited to 'static/freebsd/man3/ibv_get_device_guid.3')
| -rw-r--r-- | static/freebsd/man3/ibv_get_device_guid.3 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/static/freebsd/man3/ibv_get_device_guid.3 b/static/freebsd/man3/ibv_get_device_guid.3 new file mode 100644 index 00000000..46526140 --- /dev/null +++ b/static/freebsd/man3/ibv_get_device_guid.3 @@ -0,0 +1,26 @@ +.\" -*- nroff -*- +.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md +.\" +.TH IBV_GET_DEVICE_GUID 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual" +.SH "NAME" +ibv_get_device_guid \- get an RDMA device's GUID +.SH "SYNOPSIS" +.nf +.B #include <infiniband/verbs.h> +.sp +.BI "uint64_t ibv_get_device_guid(struct ibv_device " "*device" "); +.fi +.SH "DESCRIPTION" +.B ibv_get_device_name() +returns the Global Unique IDentifier (GUID) of the RDMA device +.I device\fR. +.SH "RETURN VALUE" +.B ibv_get_device_guid() +returns the GUID of the device in network byte order. +.SH "SEE ALSO" +.BR ibv_get_device_list (3), +.BR ibv_get_device_name (3), +.BR ibv_open_device (3) +.SH "AUTHORS" +.TP +Dotan Barak <dotanba@gmail.com> |
