Home
last modified time | relevance | path

Searched refs:table_base (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Db.c827 insert_table(ccl_chars_t *table_base, int table_size, int ns, wchar_t cs, in insert_table() argument
840 dprintf("Inserting {%o, %o} to table %o\n", cs, ce, table_base); in insert_table()
844 for (i = 0, table = table_base; i < table_size; i++, table++) { in insert_table()
954 table_base[table_size].cc_cs = (wchar_t)0x0; in insert_table()
955 table_base[table_size].cc_ce = (wchar_t)0x0; in insert_table()
965 delete_table(ccl_chars_t *table_base, int table_size, int ns, wchar_t cs, in delete_table() argument
980 for (i = 0, table = table_base; i < table_size; i++, table++) { in delete_table()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dphysdev.h160 uint64_t table_base; member
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1234 map_irq.table_base = 0; in apic_alloc_msi_vectors()
1305 uint64_t table_base; in apic_alloc_msix_vectors() local
1323 table_base = (uint64_t)((pfnum << PAGESHIFT) - msix_p->msix_tbl_offset | in apic_alloc_msix_vectors()
1361 map_irq.table_base = table_base; in apic_alloc_msix_vectors()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_rnglists.c981 Dwarf_Small *table_base = 0; in dwarf_rnglists_get_rle_head() local
1037 table_base = rctx->rc_offsets_array; in dwarf_rnglists_get_rle_head()
1083 table_entry = attr_val*offsetsize + table_base; in dwarf_rnglists_get_rle_head()
H A Ddwarf_loclists.c1136 Dwarf_Small *table_base = 0; in _dwarf_loclists_fill_in_lle_head() local
1201 table_base = rctx->lc_offsets_array; in _dwarf_loclists_fill_in_lle_head()
1233 table_entry = attr_val*offsetsize + table_base; in _dwarf_loclists_fill_in_lle_head()