Home
last modified time | relevance | path

Searched refs:osm_db_t (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_db.h124 } osm_db_t; typedef
148 void osm_db_construct(IN osm_db_t * p_db);
170 void osm_db_destroy(IN osm_db_t * p_db);
189 int osm_db_init(IN osm_db_t * p_db, IN struct osm_log * p_log);
215 osm_db_domain_t *osm_db_domain_init(IN osm_db_t * p_db, IN const char *domain_name);
H A Dosm_db_pack.h75 static inline osm_db_domain_t *osm_db_guid2lid_init(IN osm_db_t * p_db) in osm_db_guid2lid_init()
247 static inline osm_db_domain_t *osm_db_guid2mkey_init(IN osm_db_t * p_db) in osm_db_guid2mkey_init()
391 static inline osm_db_domain_t *osm_db_neighbor_init(IN osm_db_t * p_db) in osm_db_neighbor_init()
H A Dosm_sm.h121 osm_db_t *p_db;
273 IN osm_db_t * p_db, IN osm_vendor_t * p_vendor,
H A Dosm_lid_mgr.h96 osm_db_t *p_db;
H A Dosm_opensm.h221 osm_db_t db;
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_db_files.c127 void osm_db_construct(IN osm_db_t * p_db) in osm_db_construct()
129 memset(p_db, 0, sizeof(osm_db_t)); in osm_db_construct()
147 void osm_db_destroy(IN osm_db_t * p_db) in osm_db_destroy()
159 int osm_db_init(IN osm_db_t * p_db, IN osm_log_t * p_log) in osm_db_init()
214 osm_db_domain_t *osm_db_domain_init(IN osm_db_t * p_db, IN const char *domain_name) in osm_db_domain_init()
687 osm_db_t db; in main()
H A Dosm_sm.c241 IN osm_db_t * p_db, IN osm_vendor_t * p_vendor, in osm_sm_init()