Home
last modified time | relevance | path

Searched refs:table (Results 251 – 275 of 601) sorted by relevance

1...<<11121314151617181920>>...25

/illumos-gate/usr/src/uts/common/kiconv/kiconv_tc/
H A Dkiconv_tc.c651 size_t *ret_val, kiconv_table_array_t *table, size_t nitems) in big5_to_utf8_common() argument
657 index = kiconv_binsearch(big5_val, table, nitems); in big5_to_utf8_common()
658 u8 = table[index].u8; in big5_to_utf8_common()
982 size_t *ret_val, kiconv_table_t *table, size_t nitems) in utf8_to_big5_common() argument
988 index = kiconv_binsearch(utf8, table, nitems); in utf8_to_big5_common()
989 big5code = table[index].value; in utf8_to_big5_common()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch.h950 #define sql_insert_helper(table, db, ignore, late, values...) \ argument
963 ignore ? "or ignore " : "", #table); \
979 sm_printf("SQL%s: insert %sinto " #table " values(", \
987 #define sql_insert(table, values...) sql_insert_helper(table, 0, 0, 0, values); argument
988 #define sql_insert_or_ignore(table, values...) sql_insert_helper(table, 0, 1, 0, values); argument
989 #define sql_insert_late(table, values...) sql_insert_helper(table, 0, 0, 1, values); argument
990 #define sql_insert_cache(table, values...) sql_insert_helper(table, cache_db, 1, 0, values); argument
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c541 static int severity_map(table, name) in severity_map() argument
542 struct syslog_names *table; in severity_map()
547 for (t = table; t->name; t++)
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.h38 hash_entry **table; member
/illumos-gate/usr/src/tools/smatch/src/cwchash/
H A Dhashtable_utility.c25 e = h->table[index]; in hashtable_change()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtrigger.c135 nt->table = sqliteStrDup(pTableName->a[0].zName); in sqliteBeginTrigger()
205 sqliteVdbeChangeP3(v, addr+3, nt->table, 0); in sqliteFinishTrigger()
218 pTab = sqliteLocateTable(pParse, nt->table, db->aDb[nt->iTabDb].zName); in sqliteFinishTrigger()
368 sqliteFree(pTrigger->table); in sqliteDeleteTrigger()
433 pTable = sqliteFindTable(db, pTrigger->table,db->aDb[pTrigger->iTabDb].zName); in sqliteDropTriggerPtr()
/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_CN-cp935%UTF-8.c52 st->table = &cp935_ucs2_tab[0]; in _icv_open()
H A Dzh_TW-cp937%UTF-8.c53 st->table = &cp937_ucs2_tab[0]; in _icv_open()
H A DUTF-8%zh_CN-cp935.c52 st->table = &ucs2_cp935_tab[0]; in _icv_open()
H A DUTF-8%zh_TW-cp937.c53 st->table = &ucs2_cp937_tab[0]; in _icv_open()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1999 Port 2 table).
3357 table.
3367 table
4405 table
6248 table
6396 table
6402 table
7669 table
8408 - Fixed a couple table mapping issues during table load
9700 table
[all …]
/illumos-gate/usr/src/lib/lib9p/common/
H A Drequest.c246 static int const table[] = { in e29p() local
252 if ((size_t)errnum < N(table) && table[errnum] != 0) in e29p()
253 return (table[errnum]); in e29p()
265 static int const table[] = { in e2linux() local
348 if ((size_t)errnum < N(table) && table[errnum] != 0) in e2linux()
349 return (table[errnum]); in e2linux()
/illumos-gate/usr/src/lib/iconv_modules/common/
H A Dutf8%ibm.c245 *ibm_code = st->table[*unidx].right_code;
247 *ibm_code = st->table[*unidx].left_code;
/illumos-gate/usr/src/uts/common/xen/os/
H A Dhypercall.c53 HYPERVISOR_set_trap_table(trap_info_t *table) in HYPERVISOR_set_trap_table() argument
55 return (__hypercall1(__HYPERVISOR_set_trap_table, (ulong_t)table)); in HYPERVISOR_set_trap_table()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspeedtest2.tcl69 drop table t1;
70 drop table t2;
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c318 pi->pi_msix.table = calloc(1, table_size); in cfginitmsi()
322 pi->pi_msix.table[i].vector_control |= in cfginitmsi()
398 entry = &pi->pi_msix.table[index]; in msix_table_read()
470 entry = &pi->pi_msix.table[index]; in msix_table_write()
957 pi->pi_msix.table[i].addr, in passthru_cfgwrite_default()
958 pi->pi_msix.table[i].msg_data, in passthru_cfgwrite_default()
959 pi->pi_msix.table[i].vector_control); in passthru_cfgwrite_default()
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc.h69 typedef struct table { struct
/illumos-gate/usr/src/cmd/truss/
H A Dhtbl.h57 htbl_t *table; /* ptr to table */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A DMakefile28 OBJS= in.talkd.o announce.o process.o table.o print.o
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darith.c182 if(ap && !ap->table) in scope()
183 ap->table = dtopen(&_Nvdisc,Dtoset); in scope()
184 if(ap && ap->table && (nq=nv_search(nv_getsub(np),ap->table,NV_ADD))) in scope()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h.texi61 /* @r{The symbol table for a.out.} */
70 /* @r{The section header table for ELF.} */
/illumos-gate/usr/src/lib/pyzfs/common/
H A Duserspace.py38 import zfs.table
244 t = zfs.table.Table(options.fields, rjustfields)
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk62 select.o table.o tokenize.o trigger.o update.o util.o \
95 $(TOP)/src/table.c \
309 table.o: $(TOP)/src/table.c $(HDR)
310 $(TCCX) -c $(TOP)/src/table.c
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c860 struct cpu_speed *table; in set_cpu_info() local
874 table = ultraI_speed_table; in set_cpu_info()
877 table = ultraII_speed_table; in set_cpu_info()
887 sc->bd.cpu[i].cpu_speed = table[speed_pins].cpu_freq; in set_cpu_info()
888 sc->bd.cpu[i].cpu_sram_mode = table[speed_pins].sram_mode; in set_cpu_info()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Djoin.test290 create table centros (id integer primary key, centro);
292 create table usuarios (id integer primary key, nombre, apellidos,
329 # Make sure a left join where the right table is really a view that
362 # function correctly if the right table in the join is really
367 # the table directly. Then connect the two SELECTs using an EXCEPT.

1...<<11121314151617181920>>...25