Searched defs:root_off (Results 1 - 2 of 2) sorted by relevance

/systemd/src/hwdb/
H A Dhwdb.c368 int64_t root_off; local
396 root_off = trie_store_nodes(&t, trie->root);
397 h.nodes_root_off = htole64(root_off);
/systemd/src/udev/
H A Dudevadm-hwdb.c349 int64_t root_off; local
377 root_off = trie_store_nodes(&t, trie->root);
378 h.nodes_root_off = htole64(root_off);

Completed in 13 milliseconds