Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 126) sorted by relevance

123456

/titanic_44/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc207 if (dict->tables.tables_val) { in delete_dictionary()
209 for (i = 0; i < dict->tables.tables_len; i++) in delete_dictionary()
210 bucket = dict->tables.tables_val[i]; in delete_dictionary()
214 delete dict->tables.tables_val; in delete_dictionary()
414 oldsize = dd->tables.tables_len; in grow_dictionary()
415 oldtab = dd->tables.tables_val; in grow_dictionary()
438 dd->tables.tables_val = newtab; in grow_dictionary()
439 dd->tables.tables_len = new_size; in grow_dictionary()
470 for (i = 0; i < dd->tables.tables_len; i++) { in enumerate_dictionary()
471 bucket = dd->tables.tables_val[i]; in enumerate_dictionary()
[all …]
H A Ddb_dictxdr.c45 if (!xdr_array(xdrs, (char **)&objp->tables.tables_val, in xdr_db_dict_desc()
46 (uint_t *)&objp->tables.tables_len, ~0, in xdr_db_dict_desc()
H A Ddb_dictionary_c.x83 db_table_desc_p tables<>;
92 % } tables; member
/titanic_44/usr/src/cmd/lp/filter/postscript/font/
H A DREADME23 The devpost directory includes width tables for the entire LaserWriter Plus font
24 set (and a few others). The width tables assume a resolution of 720 dpi (which
27 dpost goes there automatically. The width tables were generated on a PostScript
64 3: Build the width tables and install the ASCII files in ./devpost. Width tables
66 in directory ../buildtables and have the printer generate the tables. Widths
74 The fourth column in the width tables is the character code field and is only
115 The devpostaps directory is new and the binary tables won't be built or installed
116 unless you do it by hand. The tables are an attempt to make Linotronic output look
120 build and install the devpostaps tables,
131 The tables should only be used by dpost - troff files should be formatted with
/titanic_44/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];
/titanic_44/usr/src/lib/libsqlite/tool/
H A Dreport1.txt4 The SQL database used for ACD contains 113 tables and indices implemented
6 within these tables and indices.
H A Dspaceanal.tcl215 statline {Number of tables in the database} $ntable
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
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.msg79 @ MSG_ERR_NOSYMTAB "Object does not have any symbol tables\n";
199 By default, symbols are taken from all available symbol tables.\n\
213 By default, symbols are taken from all available symbol tables.\n\
230 By default, symbols are taken from all available symbol tables.\n\
243 By default, symbols are taken from all available symbol tables.\n\
271 By default, symbols are taken from all available symbol tables.\n\
287 By default, symbols are taken from all available symbol tables.\n\
305 By default, symbols are taken from all available symbol tables.\n\
320 By default, symbols are taken from all available symbol tables.\n\
334 By default, symbols are taken from all available symbol tables.\n\
[all …]
/titanic_44/usr/src/lib/libsqlite/test/
H A Dbtree2.test26 # contain 5 tables:
34 # An explanation for what all these tables are used for is provided below.
70 # "N" is the number of elements in the foreground and background tables
72 # for foreground and background tables.
74 # 2. The union of the foreground an background tables consists of N entries
80 # 3. Some entries in the foreground and background tables have keys that
85 # background tables.
H A Djoin3_28.test17 # there are a large number of tables involved in the join.
H A Dtemptable.test16 # This file implements tests for temporary tables and indices.
90 # Make sure temporary tables work with transactions
121 # Make sure indices on temporary tables are also temporary.
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c81 void **tables; in krb5_init_preauth_context() local
102 tables = NULL; in krb5_init_preauth_context()
105 &tables, in krb5_init_preauth_context()
109 if (tables == NULL) { in krb5_init_preauth_context()
117 (tables != NULL) && (tables[n_tables] != NULL); in krb5_init_preauth_context()
119 table = tables[n_tables]; in krb5_init_preauth_context()
130 krb5int_free_plugin_dir_data(tables); in krb5_init_preauth_context()
135 krb5int_free_plugin_dir_data(tables); in krb5_init_preauth_context()
145 table = tables[i]; in krb5_init_preauth_context()
206 krb5int_free_plugin_dir_data(tables); in krb5_init_preauth_context()
/titanic_44/usr/src/cmd/sgs/libelf/demo/
H A D00README52 dispsyms.c print symbols: scans a ELF file for any symbol tables
54 displays the symbol tables contents.
/titanic_44/usr/src/cmd/boot/filelist/i386/
H A Dfilelist.ramdisk1 boot/acpi/tables
/titanic_44/usr/src/cmd/acpi/
H A DReadme6 can be used on the dumped tables from within a non-native environment, such
/titanic_44/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
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A DMakefile28 OBJS= config.o main.o ndp.o tables.o trace.o
/titanic_44/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
H A DMakefile49 OTHERINFOS += fru_SC_data.info SB-tables.info
/titanic_44/usr/src/cmd/troff/troff.d/
H A DREADME122 Nroff modified to read ascii tables for various devices
124 tables converted; details of language still subject to
160 Dennis Ritchie's hashed macro and number register tables;
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.dfl45 # Use UMASK for the creation of logs and file handle mapping tables.
/titanic_44/usr/src/cmd/picl/plugins/sun4u/ents/frudr/
H A DMakefile56 OTHERINFOS += fru_SC_data.info SB-tables.info
/titanic_44/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A DMakefile60 OTHERINFOS += fru_SC_data.info SB-tables.info
/titanic_44/usr/src/cmd/format/
H A Dformat.dat153 # Following is a list of sample partition tables for embedded SCSI disks.
168 # This is the list of partition tables for embedded SCSI controllers.
/titanic_44/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A DMakefile57 OTHERINFOS += fru_SC_data.info SB-tables.info

123456