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

/systemd/src/hwdb/
H A Dhwdb.c114 static struct trie_node *node_lookup(const struct trie_node *node, uint8_t c) { function
253 child = node_lookup(node, c);
/systemd/src/udev/
H A Dudevadm-hwdb.c108 static struct trie_node *node_lookup(const struct trie_node *node, uint8_t c) { function
234 child = node_lookup(node, c);

Completed in 14 milliseconds