Searched refs:osm_db_t (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_db.h | 124 } 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 D | osm_db_pack.h | 75 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 D | osm_sm.h | 121 osm_db_t *p_db; 273 IN osm_db_t * p_db, IN osm_vendor_t * p_vendor,
|
H A D | osm_lid_mgr.h | 96 osm_db_t *p_db;
|
H A D | osm_opensm.h | 221 osm_db_t db;
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_db_files.c | 127 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 D | osm_sm.c | 241 IN osm_db_t * p_db, IN osm_vendor_t * p_vendor, in osm_sm_init()
|