Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Defivar.c44 static struct uuid_table guid_tbl [] = variable
91 for (i = 0; i < nitems(guid_tbl); i++) { in efi_guid_tbl_compile()
92 uuid_from_string(guid_tbl[i].uuid_str, &guid_tbl[i].guid, in efi_guid_tbl_compile()
97 guid_tbl[i].uuid_str, guid_tbl[i].name, (int)status); in efi_guid_tbl_compile()
106 *tbl = guid_tbl; in efi_known_guid()
107 return (nitems(guid_tbl)); in efi_known_guid()
310 for (i = 0; i < nitems(guid_tbl); i++) { in efi_guid_to_name()
312 *name = strdup(guid_tbl[i].name); in efi_guid_to_name()
347 for (i = 0; i < nitems(guid_tbl); i++) { in efi_name_to_guid()
348 if (strcmp(name, guid_tbl[i].name) == 0) { in efi_name_to_guid()
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c1033 cl_qmap_t * guid_tbl, in add_sw_endports_to_order_list() argument
1061 if (!cl_is_qmap_empty(guid_tbl)) { in add_sw_endports_to_order_list()
1062 found = (cl_qmap_get(guid_tbl, port_guid) in add_sw_endports_to_order_list()
1063 != cl_qmap_end(guid_tbl)); in add_sw_endports_to_order_list()
1148 static void destroy_guid_map(cl_qmap_t * guid_tbl) in destroy_guid_map() argument
1152 p_next_guid = (name_map_item_t *) cl_qmap_head(guid_tbl); in destroy_guid_map()
1153 while (p_next_guid != (name_map_item_t *) cl_qmap_end(guid_tbl)) { in destroy_guid_map()
1158 cl_qmap_remove_all(guid_tbl); in destroy_guid_map()