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

/systemd/src/libudev/
H A Dlibudev-list.c89 static inline struct udev_list_entry *list_node_to_entry(struct udev_list_node *node) function
261 return list_node_to_entry(list->node.next);
282 return list_node_to_entry(next);

Completed in 12 milliseconds