Searched refs:oldlist (Results 1 – 2 of 2) sorted by relevance
570 oldscore, oldlist = best[i-1, othersign]572 newlist = vcat(oldlist, [(x,y)])
1238 device_t *newlist, *oldlist; in devclass_alloc_unit() local1241 oldlist = dc->devices; in devclass_alloc_unit()1247 if (oldlist != NULL) in devclass_alloc_unit()1248 bcopy(oldlist, newlist, sizeof(device_t) * dc->maxunit); in devclass_alloc_unit()1253 if (oldlist != NULL) in devclass_alloc_unit()1254 free(oldlist, M_BUS); in devclass_alloc_unit()