Searched refs:tables (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictxdr.c45 if (!xdr_array(xdrs, (char **)&objp->tables.tables_val,
46 (uint_t *)&objp->tables.tables_len, ~0,
H A Ddb_dictionary.cc207 if (dict->tables.tables_val) {
209 for (i = 0; i < dict->tables.tables_len; i++)
210 bucket = dict->tables.tables_val[i];
214 delete dict->tables.tables_val;
414 oldsize = dd->tables.tables_len;
415 oldtab = dd->tables.tables_val;
438 dd->tables.tables_val = newtab;
439 dd->tables.tables_len = new_size;
470 for (i = 0; i < dd->tables.tables_len; i++) {
471 bucket = dd->tables
[all...]
H A Ddb_dictionary_c.x86 db_table_desc_p tables<>;
95 % } tables;
185 %/* closes any open log files for all tables in dictionary or 'tab'.
199 %/* Checkpoints table specified by 'tab', or all tables if 'tab' is 0. */
250 %/* Return an array of strings of table names of all tables in dictionary. */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A DMakefile34 OBJS= if.o input.o main.o output.o startup.o tables.o timer.o trace.o
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A DMakefile28 OBJS= config.o main.o ndp.o tables.o trace.o
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
H A DMakefile49 OTHERINFOS += fru_SC_data.info SB-tables.info
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c265 void *tables[2]; local
277 kmemcpy((char *)&tables, nat_nlist[0].n_value, sizeof(tables));
278 nsp->ns_table[0] = tables[0];
279 nsp->ns_table[1] = tables[1];
H A Dippool.c578 iphtable_t *tables[IPL_LOGSIZE]; local
584 bzero(&tables, sizeof(tables));
585 if (kmemcpy((char *)&tables, names[0].n_value, sizeof(tables)))
589 hptr = tables[role];
596 hptr = tables[role];
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frudr/
H A DMakefile56 OTHERINFOS += fru_SC_data.info SB-tables.info
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A DMakefile60 OTHERINFOS += fru_SC_data.info SB-tables.info
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/
H A Dpiclfrutree.info126 #include <SB-tables.info>
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A DMakefile57 OTHERINFOS += fru_SC_data.info SB-tables.info
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S33 .set MEM_TBL,0x5000 # BTX page tables
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c81 void **tables; local
101 /* pull out the module function tables for all of the modules */
102 tables = NULL;
105 &tables,
109 if (tables == NULL) {
117 (tables != NULL) && (tables[n_tables] != NULL);
119 table = tables[n_tables];
130 krb5int_free_plugin_dir_data(tables);
135 krb5int_free_plugin_dir_data(tables);
[all...]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl215 statline {Number of tables in the database} $ntable
237 puts "*** Page counts for all tables with their indices ********************"
247 subreport {All tables and indices} 1
249 subreport {All tables} {NOT is_index}
294 Number of tables in the database
296 The number of tables in the database, including the SQLITE_MASTER table
310 on tables.
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A DMakefile69 OTHERINFOS += fru_SC_data.info SB-tables.info
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist91 52 Message tables full
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S281 movw $bootable_ids,%di # Lookup tables
434 * Save the info in the original tables
599 /* Partition type tables */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/
H A Dpiclfrutree.info338 #include <SB-tables.info>
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frutree/
H A Dpiclfrutree.info288 #include <SB-tables.info>
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dpsvcobj.conf71 * Lists the tables used by the framework
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/
H A Dpiclfrutree.info359 #include <SB-tables.info>
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s466 ! AXQ CASM tables.
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/
H A Dpiclfrutree.info491 #include <SB-tables.info>
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/
H A Dpsvcobj.conf70 * Lists the tables used by the framework

Completed in 107 milliseconds

12