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

/systemd/src/libsystemd/sd-hwdb/
H A Dsd-hwdb.c112 static const struct trie_node_f *trie_node_from_off(sd_hwdb *hwdb, le64_t off) { function
135 return trie_node_from_off(hwdb, child->child_off);
183 err = trie_fnmatch_f(hwdb, trie_node_from_off(hwdb, child->child_off), 0, buf, search);
209 node = trie_node_from_off(hwdb, hwdb->head->nodes_root_off);

Completed in 1258 milliseconds