]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/management/libibumad/src/libibumad.map
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / management / libibumad / src / libibumad.map
1 IBUMAD_1.0 {
2         global:
3                 umad_init;
4                 umad_done;
5                 umad_get_cas_names;
6                 umad_get_ca_portguids;
7                 umad_open_port;
8                 umad_get_ca;
9                 umad_release_ca;
10                 umad_get_port;
11                 umad_release_port;
12                 umad_close_port;
13                 umad_get_mad;
14                 umad_get_issm_path;
15                 umad_size;
16                 umad_set_grh;
17                 umad_set_pkey;
18                 umad_get_pkey;
19                 umad_set_addr;
20                 umad_set_addr_net;
21                 umad_send;
22                 umad_recv;
23                 umad_poll;
24                 umad_get_fd;
25                 umad_register;
26                 umad_register_oui;
27                 umad_unregister;
28                 umad_status;
29                 umad_get_mad_addr;
30                 umad_debug;
31                 umad_addr_dump;
32                 umad_dump;
33         local: *;
34 };