Searched refs:new_l (Results 1 – 2 of 2) sorted by relevance
225 char *plat, *pp, *l = NULL, *ancestor_l = NULL, *new_l = NULL; in pci_slot_label_lookup() local353 new_l = alloca(len); in pci_slot_label_lookup()354 (void) snprintf(new_l, len, "%s/%s", ancestor_l, l); in pci_slot_label_lookup()355 l = new_l; in pci_slot_label_lookup()
133 void **new_l; in list_append_ent() local135 if (!(new_l = realloc(list, sizeof (*list) * (cnt + 1)))) { in list_append_ent()139 *(new_l + cnt - 1) = ent; in list_append_ent()140 *(new_l + cnt) = NULL; in list_append_ent()142 return (new_l); in list_append_ent()