Searched refs:new_tab (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/inet/kssl/ |
H A D | ksslioctl.c | 598 kssl_entry_t **new_tab, **old_tab; in kssl_add_entry() local 608 new_tab = kmem_zalloc(allocsize, KM_SLEEP); in kssl_add_entry() 612 kmem_free(new_tab, allocsize); in kssl_add_entry() 617 bcopy(kssl_entry_tab, new_tab, oldtabsize); in kssl_add_entry() 620 kssl_entry_tab = new_tab; in kssl_add_entry()
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | db_index_entry.cc | 128 db_index_entry::relocate(db_index_entry_p *new_tab, unsigned long hashsize) in relocate() argument 134 hp = &new_tab[np->hashval % hashsize]; in relocate()
|
H A D | db_dictionary.cc | 224 db_table_desc_p *new_tab, unsigned long hashsize) in relocate_bucket() argument 230 hp = &new_tab[np->hashval % hashsize]; in relocate_bucket()
|
/titanic_50/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 7358 dtrace_hashbucket_t **new_tab, *bucket, *next; in dtrace_hash_resize() local 7362 new_tab = kmem_zalloc(new_size * sizeof (void *), KM_SLEEP); in dtrace_hash_resize() 7372 bucket->dthb_next = new_tab[ndx]; in dtrace_hash_resize() 7373 new_tab[ndx] = bucket; in dtrace_hash_resize() 7378 hash->dth_tab = new_tab; in dtrace_hash_resize()
|