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

/systemd/src/udev/collect/
H A Dcollect.c42 struct _mate { struct
54 static inline struct _mate *node_to_mate(struct udev_list_node *node)
56 return container_of(node, struct _mate, node);
137 struct _mate *him;
168 him = malloc(sizeof (struct _mate));
207 struct _mate *who = NULL;
213 struct _mate *him = node_to_mate(him_node);
235 struct _mate *who = NULL;
241 struct _mate *him = node_to_mate(him_node);
264 struct _mate *hi
[all...]

Completed in 30 milliseconds