Searched refs:guid_tbl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libefivar/
H A Defivar.c47 static struct uuid_table guid_tbl [] = variable in typeref:struct:uuid_table
94 for (i = 0; i < nitems(guid_tbl); i++) {
95 uuid_from_string(guid_tbl[i].uuid_str, &guid_tbl[i].guid,
100 guid_tbl[i].uuid_str, guid_tbl[i].name, (int)status);
109 *tbl = guid_tbl;
110 return (nitems(guid_tbl));
313 for (i = 0; i < nitems(guid_tbl); i++) {
314 if (uuid_equal(guid, &guid_tbl[
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c1033 cl_qmap_t * guid_tbl,
1061 if (!cl_is_qmap_empty(guid_tbl)) {
1062 found = (cl_qmap_get(guid_tbl, port_guid)
1063 != cl_qmap_end(guid_tbl));
1148 static void destroy_guid_map(cl_qmap_t * guid_tbl) argument
1152 p_next_guid = (name_map_item_t *) cl_qmap_head(guid_tbl);
1153 while (p_next_guid != (name_map_item_t *) cl_qmap_end(guid_tbl)) {
1158 cl_qmap_remove_all(guid_tbl);
1031 add_sw_endports_to_order_list(osm_switch_t * sw, osm_ucast_mgr_t * m, cl_qmap_t * guid_tbl, boolean_t add_guids) argument

Completed in 112 milliseconds