/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_dictionary.cc | 209 if (dict->tables.tables_val) { in delete_dictionary() 211 for (i = 0; i < dict->tables.tables_len; i++) { in delete_dictionary() 212 bucket = dict->tables.tables_val[i]; in delete_dictionary() 217 delete dict->tables.tables_val; in delete_dictionary() 415 oldsize = dd->tables.tables_len; in grow_dictionary() 416 oldtab = dd->tables.tables_val; in grow_dictionary() 439 dd->tables.tables_val = newtab; in grow_dictionary() 440 dd->tables.tables_len = new_size; in grow_dictionary() 471 for (i = 0; i < dd->tables.tables_len; i++) { in enumerate_dictionary() 472 bucket = dd->tables.tables_val[i]; in enumerate_dictionary() [all …]
|
H A D | db_dictxdr.c | 45 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 D | db_dictionary_c.x | 86 db_table_desc_p tables<>; 95 % } tables; member
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/ |
H A D | README | 23 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
|
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | new_table.txt | 19 New tables should be added to the appropriate header: 20 actbl2.h: Used for new tables that are not defined in the ACPI spec. 21 actbl3.h: Used for new tables that are defined in the ACPI spec. 28 For tables not defined in the ACPI spec, add a comment to indicate where 63 Simple tables do not require a compile routine. The definition of the 66 Complex tables with subtables will require a compile routine with a name
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipnat.c | 253 void *tables[2]; in natstat_dead() local 265 kmemcpy((char *)&tables, nat_nlist[0].n_value, sizeof (tables)); in natstat_dead() 266 nsp->ns_table[0] = tables[0]; in natstat_dead() 267 nsp->ns_table[1] = tables[1]; in natstat_dead()
|
H A D | ippool.c | 577 iphtable_t *tables[IPL_LOGSIZE]; local 583 bzero(&tables, sizeof(tables)); 584 if (kmemcpy((char *)&tables, names[0].n_value, sizeof(tables))) 588 hptr = tables[role]; 595 hptr = tables[role];
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | report1.txt | 1 The SQL database used for ACD contains 113 tables and indices implemented 3 within these tables and indices.
|
H A D | spaceanal.tcl | 212 statline {Number of tables in the database} $ntable 244 subreport {All tables and indices} 1 246 subreport {All tables} {NOT is_index} 291 Number of tables in the database 293 The number of tables in the database, including the SQLITE_MASTER table
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | sym.msg | 79 @ 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 …]
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | btree2.test | 24 # contain 5 tables: 32 # An explanation for what all these tables are used for is provided below. 68 # "N" is the number of elements in the foreground and background tables 70 # for foreground and background tables. 72 # 2. The union of the foreground an background tables consists of N entries 78 # 3. Some entries in the foreground and background tables have keys that 83 # background tables.
|
H A D | join3_28.test | 15 # there are a large number of tables involved in the join.
|
H A D | temptable.test | 14 # This file implements tests for temporary tables and indices. 88 # Make sure temporary tables work with transactions 119 # Make sure indices on temporary tables are also temporary.
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | preauth2.c | 81 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()
|
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | 00README | 52 dispsyms.c print symbols: scans a ELF file for any symbol tables 54 displays the symbol tables contents.
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | index.rst | 35 Indices and tables
|
/illumos-gate/usr/src/cmd/boot/filelist/i386/ |
H A D | filelist.ramdisk | 1 boot/acpi/tables
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | Makefile | 32 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 D | Makefile | 29 OBJS= config.o main.o ndp.o tables.o trace.o
|
/illumos-gate/usr/src/cmd/acpi/acpidump/ |
H A D | Makefile | 26 VPATH = ../common:$(SRC)/common/acpica/utilities:$(SRC)/common/acpica/tables
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | README | 122 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;
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/ |
H A D | Makefile | 49 OTHERINFOS += fru_SC_data.info SB-tables.info
|
/illumos-gate/usr/src/cmd/format/ |
H A D | format.dat | 151 # Following is a list of sample partition tables for embedded SCSI disks. 166 # This is the list of partition tables for embedded SCSI controllers.
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.dfl | 45 # Use UMASK for the creation of logs and file handle mapping tables.
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frudr/ |
H A D | Makefile | 56 OTHERINFOS += fru_SC_data.info SB-tables.info
|