File: libibnetdisc.map

package info (click to toggle)
rdma-core 56.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,196 kB
  • sloc: ansic: 171,361; python: 13,724; sh: 2,774; perl: 1,465; makefile: 73
file content (35 lines) | stat: -rw-r--r-- 753 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
IBNETDISC_1.0 {
	global:
		ibnd_discover_fabric;
		ibnd_destroy_fabric;
		ibnd_load_fabric;
		ibnd_cache_fabric;
		ibnd_find_node_guid;
		ibnd_find_node_dr;
		ibnd_is_xsigo_guid;
		ibnd_is_xsigo_tca;
		ibnd_is_xsigo_hca;
		ibnd_get_chassis_guid;
		ibnd_get_chassis_type;
		ibnd_get_chassis_slot_str;
		ibnd_iter_nodes;
		ibnd_iter_nodes_type;
		ibnd_find_port_guid;
		ibnd_find_port_dr;
		ibnd_find_port_lid;
		ibnd_iter_ports;
	local: *;
};

IBNETDISC_1.1 {
	global:
		ibnd_get_agg_linkspeedext_field;
		ibnd_get_agg_linkspeedext;
		ibnd_get_agg_linkspeedexten;
		ibnd_get_agg_linkspeedextsup;
		ibnd_dump_agg_linkspeedext_bits;
		ibnd_dump_agg_linkspeedext;
		ibnd_dump_agg_linkspeedexten;
		ibnd_dump_agg_linkspeedextsup;
	local: *;
} IBNETDISC_1.0;