Lines Matching refs:guid

45 *  guid2lid - key is a guid and data is a lid.
105 uint64_t guid;
112 * guid
121 * Provides back a list of guid elements.
133 * [out] A quick list of guid elements of type osm_db_guid_elem_t
151 * Get a lid range by given guid.
155 int osm_db_guid2lid_get(IN osm_db_domain_t * p_g2l, IN uint64_t guid,
162 * guid
163 * [in] The guid to look for
184 * Set a lid range for the given guid.
188 int osm_db_guid2lid_set(IN osm_db_domain_t * p_g2l, IN uint64_t guid,
195 * guid
196 * [in] The guid to look for
217 * Delete the entry by the given guid
221 int osm_db_guid2lid_delete(IN osm_db_domain_t * p_g2l, IN uint64_t guid);
227 * guid
228 * [in] The guid to look for
271 * Provides back a list of guid elements.
283 * [out] A quick list of guid elements of type osm_db_guid_elem_t
301 * Get the mkey for the given guid.
305 int osm_db_guid2mkey_get(IN osm_db_domain_t * p_g2m, IN uint64_t guid,
312 * guid
313 * [in] The guid to look for
331 * Set the mkey for the given guid.
335 int osm_db_guid2mkey_set(IN osm_db_domain_t * p_g2m, IN uint64_t guid,
342 * guid
343 * [in] The guid to look for
361 * Delete the entry by the given guid
365 int osm_db_guid2mkey_delete(IN osm_db_domain_t * p_g2m, IN uint64_t guid);
371 * guid
372 * [in] The guid to look for
421 uint64_t guid;
429 * guid
469 * Get a neighbor's guid by given guid/port.
482 * [in] The guid to look for
488 * [out] Pointer to the resulting guid of the neighboring port.
518 * [in] The first guid in the relationship
524 * [in] The second guid in the relationship
547 IN uint64_t guid, IN uint8_t port);
553 * guid
554 * [in] The guid to look for