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

/systemd/src/hwdb/
H A Dhwdb.c157 static int trie_node_add_value(struct trie *trie, struct trie_node *node, function
251 return trie_node_add_value(trie, node, key, value);
275 return trie_node_add_value(trie, child, key, value);
/systemd/src/udev/
H A Dudevadm-hwdb.c138 static int trie_node_add_value(struct trie *trie, struct trie_node *node, function
232 return trie_node_add_value(trie, node, key, value);
256 return trie_node_add_value(trie, child, key, value);

Completed in 236 milliseconds