Searched refs:oldtable (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c519 struct lobucket *oldtable, *newtable; local
537 oldtable = li->li_hashtable;
544 mutex_enter(&oldtable[i].lh_lock);
559 for (tlp = oldtable[i].lh_chain; tlp != NULL; tlp = nlp) {
590 mutex_exit(&oldtable[i].lh_lock);
594 lretire(li, oldtable, oldsize);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c1102 unsigned char *oldtable = *typetable; local
1109 (void) memmove(*typetable, oldtable, *tablesize);

Completed in 47 milliseconds