Searched defs:table_base (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Db.c829 insert_table(ccl_chars_t *table_base, int table_size, int ns, wchar_t cs, argument
842 dprintf("Inserting {%o, %o} to table %o\n", cs, ce, table_base);
846 for (i = 0, table = table_base; i < table_size; i++, table++) {
956 table_base[table_size].cc_cs = (wchar_t)0x0;
957 table_base[table_size].cc_ce = (wchar_t)0x0;
967 delete_table(ccl_chars_t *table_base, int table_size, int ns, wchar_t cs, argument
982 for (i = 0, table = table_base; i < table_size; i++, table++) {
/illumos-gate/usr/src/uts/common/xen/public/
H A Dphysdev.h160 uint64_t table_base; member in struct:physdev_map_pirq
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1232 map_irq.table_base = 0;
1303 uint64_t table_base; local
1321 table_base = (uint64_t)((pfnum << PAGESHIFT) - msix_p->msix_tbl_offset |
1359 map_irq.table_base = table_base;

Completed in 1330 milliseconds