Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-hwdb/
Dsd-hwdb.c75 static const struct trie_value_entry_f *trie_node_value(sd_hwdb *hwdb, const struct trie_node_f *no… in trie_node_value()
81 return (const struct trie_value_entry_f *)base; in trie_node_value()
111 static int hwdb_add_property(sd_hwdb *hwdb, const struct trie_value_entry_f *entry) { in hwdb_add_property()
365 const struct trie_value_entry_f *entry; in sd_hwdb_get()
404 const struct trie_value_entry_f *entry; in sd_hwdb_enumerate()
Dhwdb-internal.h69 struct trie_value_entry_f { struct
/systemd-251/src/shared/
Dhwdb-util.c296 …trie->strings_off += compat ? sizeof(struct trie_value_entry_f) : sizeof(struct trie_value_entry2_… in trie_store_nodes_size()
349 …fwrite(&v, compat ? sizeof(struct trie_value_entry_f) : sizeof(struct trie_value_entry2_f), 1, tri… in trie_store_nodes()
370 ….value_entry_size = htole64(compat ? sizeof(struct trie_value_entry_f) : sizeof(struct trie_value_… in trie_store()
423 …t.values_count * (compat ? sizeof(struct trie_value_entry_f) : sizeof(struct trie_value_entry2_f))… in trie_store()