Searched refs:osm_db_init (Results 1 – 3 of 3) sorted by relevance
188 int osm_db_init(IN osm_db_t * const p_db, IN osm_log_t * p_log);
160 int osm_db_init(IN osm_db_t * const p_db, IN osm_log_t * p_log) in osm_db_init() function658 if (osm_db_init(&db, &log)) { in main()
414 status = osm_db_init(&p_osm->db, &p_osm->log); in osm_opensm_init()