Searched refs:new_devs (Results 1 – 1 of 1) sorted by relevance
512 struct pci_device_private *new_devs; in probe_dev() local515 new_devs = realloc(pinfo->devices, in probe_dev()517 if (new_devs == NULL) { in probe_dev()524 (void) memset(&new_devs[pinfo->num_devices], 0, in probe_dev()528 pinfo->devices = new_devs; in probe_dev()535 struct pci_device **new_devs; in probe_dev() local538 new_devs = realloc(nexus->devlist, in probe_dev()540 if (new_devs == NULL) in probe_dev()542 (void) memset(&new_devs[nexus->num_devices], 0, in probe_dev()546 nexus->devlist = new_devs; in probe_dev()