Lines Matching defs:_mate
42 struct _mate {
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 *him = node_to_mate(him_node);
290 struct _mate *him = node_to_mate(him_node);
329 struct _mate *him = node_to_mate(him_node);
430 struct _mate *who;
434 struct _mate *him = node_to_mate(him_node);
440 struct _mate *him;
444 him = new(struct _mate, 1);