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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c159 hnode_t **newtable; local
163 newtable = realloc(hash->table,
164 sizeof *newtable * hash->nchains * 2); /* 4 */
166 if (newtable) { /* 5 */
176 for (hptr = newtable[chain]; hptr != NULL; hptr = next) {
188 newtable[chain] = low_chain; /* 8 */
189 newtable[chain + hash->nchains] = high_chain;
192 hash->table = newtable; /* 9 */
234 hnode_t **newtable, *low_tail, *low_chain, *high_chain; local
251 newtable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Deeprom.c188 memcpy(ee_data + 26, eeprom_fixups[i].newtable,
189 sizeof(eeprom_fixups[i].newtable));
H A Dtulip.h470 u16 newtable[32]; /* Max length below. */ member in struct:eeprom_fixup

Completed in 117 milliseconds