Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c522 struct lobucket *oldtable, *newtable; in lgrow() local
540 oldtable = li->li_hashtable; in lgrow()
547 mutex_enter(&oldtable[i].lh_lock); in lgrow()
562 for (tlp = oldtable[i].lh_chain; tlp != NULL; tlp = nlp) { in lgrow()
593 mutex_exit(&oldtable[i].lh_lock); in lgrow()
597 lretire(li, oldtable, oldsize); in lgrow()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c1100 unsigned char *oldtable = *typetable; local
1107 (void) memmove(*typetable, oldtable, *tablesize);