Searched refs:newtable (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_rcm.c266 char *newtable; local
322 newtable = realloc(*table, strlen(*table) + table_size);
323 if (newtable != NULL)
324 *table = newtable;
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_rcm.c198 char *newtable; local
257 newtable = realloc(*table, strlen(*table) + table_size);
258 if (newtable == NULL) {
261 *table = newtable;
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_rcm.c265 char *newtable; local
316 newtable = realloc(*table, strlen(*table) + table_size);
317 if (newtable == NULL)
320 *table = newtable;
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_rcm.c218 char *newtable; local
281 newtable = realloc(*table, strlen(*table) + table_size);
282 if (newtable == NULL) {
287 *table = newtable;
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rcm.c493 char *newtable; local
543 newtable = realloc(*table, strlen(*table) + table_size);
544 if (newtable != NULL)
545 *table = newtable;
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c413 char *newtable; local
464 newtable = realloc(*table, strlen(*table) + table_size);
465 if (newtable == NULL)
468 *table = newtable;
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c401 char *newtable; local
452 newtable = realloc(*table, strlen(*table) + table_size);
453 if (newtable == NULL)
456 *table = newtable;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c442 u16 newtable[32]; /* Max length below. */ member in struct:fixups
754 memcpy(ee_data + 26, eeprom_fixups[i].newtable,
755 sizeof(eeprom_fixups[i].newtable));

Completed in 41 milliseconds