]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/ofed/management/libibcommon/src/libibcommon.map
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / ofed / management / libibcommon / src / libibcommon.map
1 IBCOMMON_1.0 {
2         global:
3                 enable_stack_dump;
4                 stack_dump;
5                 sys_read_gid;
6                 sys_read_guid;
7                 sys_read_string;
8                 sys_read_uint;
9                 sys_read_uint64;
10                 sys_scandir;
11                 getcurrenttime;
12                 fhash;
13                 logmsg;
14                 ibpanic;
15                 ibwarn;
16                 xdump;
17         local: *;
18 };