Lines Matching refs:_mate
51 struct _mate {
63 static inline struct _mate *node_to_mate(struct udev_list_node *node)
65 return container_of(node, struct _mate, node);
146 struct _mate *him;
177 him = malloc(sizeof (struct _mate));
216 struct _mate *who = NULL;
222 struct _mate *him = node_to_mate(him_node);
244 struct _mate *who = NULL;
250 struct _mate *him = node_to_mate(him_node);
273 struct _mate *him = node_to_mate(him_node);
299 struct _mate *him = node_to_mate(him_node);
338 struct _mate *him = node_to_mate(him_node);
439 struct _mate *who;
443 struct _mate *him = node_to_mate(him_node);
449 struct _mate *him;
453 him = new(struct _mate, 1);