Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-hwdb/
Dsd-hwdb.c84 static const struct trie_node_f *trie_node_from_off(sd_hwdb *hwdb, le64_t off) { in trie_node_from_off() function
107 return trie_node_from_off(hwdb, child->child_off); in node_lookup_f()
197 … err = trie_fnmatch_f(hwdb, trie_node_from_off(hwdb, child->child_off), 0, buf, search); in trie_fnmatch_f()
222 node = trie_node_from_off(hwdb, hwdb->head->nodes_root_off); in trie_search_f()