Searched refs:osm_db_init (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_db.h158 * Database, osm_db_init, osm_db_destroy
177 * Database, osm_db_construct, osm_db_init
180 /****f* OpenSM: Database/osm_db_init
182 * osm_db_init
189 int osm_db_init(IN osm_db_t * p_db, IN struct osm_log * p_log);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_db_files.c159 int osm_db_init(IN osm_db_t * p_db, IN osm_log_t * p_log) function
702 if (osm_db_init(&db, &log)) {
H A Dosm_opensm.c451 status = osm_db_init(&p_osm->db, &p_osm->log);

Completed in 117 milliseconds