Lines Matching defs:tail
114 struct property *head, *tail;116 head = tail = of_pdt_build_one_prop(node, NULL,119 tail->next = of_pdt_build_one_prop(node, NULL, NULL, NULL, 0);120 tail = tail->next;121 while(tail) {122 tail->next = of_pdt_build_one_prop(node, tail->name,124 tail = tail->next;