Searched refs:ufdt_phandle_table_entry (Results 1 – 2 of 2) sorted by relevance
69 struct ufdt_phandle_table_entry { struct76 struct ufdt_phandle_table_entry *data; argument
250 struct ufdt_phandle_table_entry *data, in set_phandle_table_entry()265 uint32_t ph_a = ((const struct ufdt_phandle_table_entry *)pa)->phandle; in phandle_table_entry_cmp()266 uint32_t ph_b = ((const struct ufdt_phandle_table_entry *)pb)->phandle; in phandle_table_entry_cmp()278 res.data = dto_malloc(sizeof(struct ufdt_phandle_table_entry) * res.len); in build_phandle_table()281 dto_qsort(res.data, res.len, sizeof(struct ufdt_phandle_table_entry), in build_phandle_table()