Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dhwdb-util.c316 int64_t child_off; in trie_store_nodes() local
318 child_off = trie_store_nodes(trie, node->children[i].child, compat); in trie_store_nodes()
319 if (child_off < 0) in trie_store_nodes()
320 return child_off; in trie_store_nodes()
324 .child_off = htole64(child_off), in trie_store_nodes()
/systemd-251/src/libsystemd/sd-hwdb/
Dhwdb-internal.h65 le64_t child_off; member
Dsd-hwdb.c107 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()