Home
last modified time | relevance | path

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

/third_party/eudev/src/udev/
Dudevadm-hwdb.c310 int64_t child_off; in trie_store_nodes() local
312 child_off = trie_store_nodes(trie, node->children[i].child); in trie_store_nodes()
313 if (child_off < 0) { in trie_store_nodes()
315 return child_off; in trie_store_nodes()
318 children[i].child_off = htole64(child_off); in trie_store_nodes()
/third_party/eudev/src/libudev/
Dlibudev-hwdb-def.h64 le64_t child_off; member
Dlibudev-hwdb.c138 return trie_node_from_off(hwdb, child->child_off); in node_lookup_f()
170 … err = trie_fnmatch_f(hwdb, trie_node_from_off(hwdb, child->child_off), 0, buf, search); in trie_fnmatch_f()