Home
last modified time | relevance | path

Searched refs:new_table (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/krb5/ss/
H A Dinvocation.c26 register ss_data *new_table; local
43 table[sci_idx] = new_table;
47 new_table->argv = (char **)NULL;
48 new_table->current_request = (char *)NULL;
50 *new_table->info_dirs = (char *)NULL;
51 new_table->info_ptr = info_ptr;
55 strcat(new_table->prompt, ": ");
59 new_table->abbrev_info = NULL;
61 new_table->flags.escape_disabled = 0;
62 new_table->flags.abbrevs_disabled = 0;
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dbasl.c681 struct basl_table *new_table; local
685 new_table = calloc(1, sizeof(struct basl_table));
686 if (new_table == NULL) {
691 new_table->ctx = ctx;
694 snprintf(new_table->fwcfg_name, sizeof(new_table->fwcfg_name),
697 snprintf((char *)new_table->fwcfg_name, sizeof (new_table->fwcfg_name),
701 new_table->alignment = alignment;
703 STAILQ_INIT(&new_table->checksums);
704 STAILQ_INIT(&new_table->lengths);
705 STAILQ_INIT(&new_table->pointers);
[all …]
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c491 paddr_t new_table; in make_ptable() local
494 new_table = do_bop_phys_alloc(MMU_PAGESIZE, MMU_PAGESIZE); in make_ptable()
495 table_ptr = kbm_remap_window(new_table, 1); in make_ptable()
499 (void) kbm_remap_window(new_table, 0); in make_ptable()
503 *pteval = pa_to_ma(new_table) | PT_VALID; in make_ptable()
505 *pteval = pa_to_ma(new_table) | in make_ptable()
508 return (new_table); in make_ptable()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_mmu.c88 paddr_t new_table; in find_pte() local
109 new_table = make_ptable(&pteval, l); in find_pte()
112 table = new_table; in find_pte()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_asp.c302 ip6_asp_replace(mblk_t *mp, ip6_asp_t *new_table, size_t new_size, in ip6_asp_replace() argument
354 if (new_table == NULL) { in ip6_asp_replace()
413 src = (void *)new_table; in ip6_asp_replace()
421 ip6_asp_copy(new_table, tmp_table, count); in ip6_asp_replace()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc1759 db_table_desc *new_table = 0; in add_table_aux() local
1760 db_status status = create_table_desc(tab, tobj, &new_table); in add_table_aux()
1770 new_table->database = new db(tab); in add_table_aux()
1771 if (new_table->database == NULL) { in add_table_aux()
1772 delete_table_desc(new_table); in add_table_aux()
1779 if (new_table->database->init(new_table->scheme) == 0) { in add_table_aux()
1782 new_table->database->remove_files(); in add_table_aux()
1783 delete_table_desc(new_table); in add_table_aux()
1793 new_table->database->remove_files(); in add_table_aux()
1794 delete_table_desc(new_table); in add_table_aux()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c104 int32_t bpages, csize, new_table, save_errno, specified_file; variable
147 new_table = 0;
152 new_table = 1;
161 if (new_table) {
219 if (new_table &&
233 hashp->new_file = new_table;
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c430 paddr_t new_table = (paddr_t)(uintptr_t)mem_alloc(MMU_PAGESIZE); in make_ptable() local
433 *pteval = pa_to_ma((uintptr_t)new_table) | PT_VALID; in make_ptable()
435 *pteval = pa_to_ma((uintptr_t)new_table) | ptp_bits; in make_ptable()
439 if (HYPERVISOR_update_va_mapping(new_table, in make_ptable()
446 PRIx64 "\n", level, (ulong_t)new_table, *pteval); in make_ptable()
447 return (new_table); in make_ptable()
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c1672 vmem_seg_t **old_table, **new_table, *vsp; in vmem_hash_rescale() local
1685 new_table = vmem_alloc(vmem_hash_arena, new_size * sizeof (void *), in vmem_hash_rescale()
1687 if (new_table == NULL) in vmem_hash_rescale()
1689 bzero(new_table, new_size * sizeof (void *)); in vmem_hash_rescale()
1697 vmp->vm_hash_table = new_table; in vmem_hash_rescale()
H A Dkmem.c3327 kmem_bufctl_t **old_table, **new_table, *bcp; in kmem_hash_rescale() local
3339 new_table = vmem_alloc(kmem_hash_arena, new_size * sizeof (void *), in kmem_hash_rescale()
3341 if (new_table == NULL) in kmem_hash_rescale()
3343 bzero(new_table, new_size * sizeof (void *)); in kmem_hash_rescale()
3351 cp->cache_hash_table = new_table; in kmem_hash_rescale()
/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem.c1594 vmem_seg_t **old_table, **new_table, *vsp; in vmem_hash_rescale() local
1605 new_table = vmem_alloc(vmem_hash_arena, new_size * sizeof (void *), in vmem_hash_rescale()
1607 if (new_table == NULL) in vmem_hash_rescale()
1609 bzero(new_table, new_size * sizeof (void *)); in vmem_hash_rescale()
1617 vmp->vm_hash_table = new_table; in vmem_hash_rescale()
H A Dumem.c2416 umem_bufctl_t **old_table, **new_table, *bcp; in umem_hash_rescale() local
2428 new_table = vmem_alloc(umem_hash_arena, new_size * sizeof (void *), in umem_hash_rescale()
2430 if (new_table == NULL) in umem_hash_rescale()
2432 bzero(new_table, new_size * sizeof (void *)); in umem_hash_rescale()
2440 cp->cache_hash_table = new_table; in umem_hash_rescale()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c2730 struct ether_addr *new_table; in igb_multicst_add() local
2754 new_table = kmem_alloc(new_len, KM_NOSLEEP); in igb_multicst_add()
2755 if (new_table == NULL) { in igb_multicst_add()
2762 bcopy(igb->mcast_table, new_table, old_len); in igb_multicst_add()
2766 igb->mcast_table = new_table; in igb_multicst_add()
2792 struct ether_addr *new_table; in igb_multicst_remove() local
2818 new_table = kmem_alloc(new_len, KM_NOSLEEP); in igb_multicst_remove()
2819 if (new_table != NULL) { in igb_multicst_remove()
2820 bcopy(igb->mcast_table, new_table, new_len); in igb_multicst_remove()
2823 igb->mcast_table = new_table; in igb_multicst_remove()
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c1933 lookup_entry_t *new_table; in add_lookup_entry() local
1940 new_table = (lookup_entry_t *)realloc(table->table, size); in add_lookup_entry()
1941 if (new_table == NULL) { in add_lookup_entry()
1947 table->table = new_table; in add_lookup_entry()