Searched refs:p_g2l (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_db_pack.h125 int osm_db_guid2lid_guids(IN osm_db_domain_t * p_g2l,
129 * p_g2l
155 int osm_db_guid2lid_get(IN osm_db_domain_t * p_g2l, IN uint64_t guid,
159 * p_g2l
188 int osm_db_guid2lid_set(IN osm_db_domain_t * p_g2l, IN uint64_t guid,
192 * p_g2l
221 int osm_db_guid2lid_delete(IN osm_db_domain_t * p_g2l, IN uint64_t guid);
224 * p_g2l
279 * p_g2l
H A Dosm_lid_mgr.h99 osm_db_domain_t *p_g2l; member in struct:osm_lid_mgr
121 * p_g2l
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_db_pack.c134 int osm_db_guid2lid_guids(IN osm_db_domain_t * p_g2l, argument
144 if (osm_db_keys(p_g2l, &keys))
160 int osm_db_guid2lid_get(IN osm_db_domain_t * p_g2l, IN uint64_t guid, argument
168 p_lid_str = osm_db_lookup(p_g2l, guid_str);
182 int osm_db_guid2lid_set(IN osm_db_domain_t * p_g2l, IN uint64_t guid, argument
191 return osm_db_update(p_g2l, guid_str, lid_str);
194 int osm_db_guid2lid_delete(IN osm_db_domain_t * p_g2l, IN uint64_t guid) argument
198 return osm_db_delete(p_g2l, guid_str);
H A Dosm_lid_mgr.c148 if (osm_db_guid2lid_guids(p_mgr->p_g2l, &guids)) {
156 if (osm_db_guid2lid_get(p_mgr->p_g2l, p_item->guid,
207 else if (osm_db_guid2lid_delete(p_mgr->p_g2l,
235 p_mgr->p_g2l = osm_db_domain_init(p_mgr->p_db, "guid2lid");
236 if (!p_mgr->p_g2l) {
247 if (osm_db_restore(p_mgr->p_g2l)) {
316 osm_db_clear(p_mgr->p_g2l);
319 osm_db_clear(p_mgr->p_g2l);
328 if (osm_db_restore(p_mgr->p_g2l))
375 if (osm_db_guid2lid_get(p_mgr->p_g2l,
[all...]

Completed in 66 milliseconds