Searched defs:table (Results 126 - 150 of 192) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h105 Dt_t *table; /* for subscripts */ member in struct:Namarray
145 #define NV_TABLE 0x800 /* node is a dictionary table */
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h105 Dt_t *table; /* for subscripts */ member in struct:Namarray
145 #define NV_TABLE 0x800 /* node is a dictionary table */
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h105 Dt_t *table; /* for subscripts */ member in struct:Namarray
145 #define NV_TABLE 0x800 /* node is a dictionary table */
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java917 private Hashtable attrLevel; // Sorted attribute table.
949 // table of registrations that do NOT have this
957 // Find the table of classes v.s. sorted value vectors.
989 // We know that the type table is fully initialized with
1178 * from the table.
1268 * A record for scopeTypeLangTable table,
1293 // (pointer-wise) regardless of where it is inserted into the table.
1298 // Keys for this table are scope/service type/lang tag. Values are
1301 // table are contained. This table i
2570 addRecordToAttrValueSort(Hashtable table, ServiceRecordInMemory rec, Vector listVec) argument
2650 addRecordToAttrSort(BtreeVector table, ServiceRecordInMemory rec, Vector listVec) argument
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_jnitab.c35 * dtj_jnitab.c defines the JNI table of classes, methods, and fields belonging
36 * to the Java DTrace API. Another JNI table defining classes from the JDK is
226 * If you change this table, increment DTRACE_JNI_VERSION in
229 static const dtj_table_entry_t table[] = { local
489 return (dtj_cache_jni_classes(jenv, table));
H A Ddtj_util.c163 static const dtj_table_entry_t table[] = { local
257 status = dtj_cache_jni_classes(jenv, table);
436 dtj_cache_jni_classes(JNIEnv *jenv, const dtj_table_entry_t *table) argument
481 fieldpool, table);
522 * Converts JNI table entry desriptions into java_class_t descriptors.
527 uu_list_pool_t *fieldpool, const dtj_table_entry_t *table)
534 for (i = 0; table[i].djte_type != DTJ_TYPE_END; ++i) {
540 switch (table[i].djte_type) {
557 (jclass *)table[i].djte_addr, table[
525 dtj_get_jni_classes(JNIEnv *jenv, uu_list_t *classes, uu_list_pool_t *classpool, uu_list_pool_t *methodpool, uu_list_pool_t *fieldpool, const dtj_table_entry_t *table) argument
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/
H A Dsunfire.c72 * these functions will overlay the symbol table of libprtdiag
711 display_ffb(Board_node *board, int table) argument
729 if (table == 1) {
730 /* Print out in table format */
954 * This routine builds the memory table which tells how much memory
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
H A Dtazmo.c68 * these functions will overlay the symbol table of libprtdiag
659 display_ffb(Board_node *board, int table) argument
677 if (table == 1) {
678 /* Print out in table format */
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c108 /* Hash table callback function pointer definition */
116 /* Structure of a node in a hash table */
121 /* Structure of a hash table */
123 HashTableNode *table; member in struct:HashTable_struct
319 /* Create hash table for temporary cache */
330 /* Create hash table for primary cache */
552 /* Free hash table used for temporary cache */
559 /* Free hash table used for primary cache */
1704 /* Calculates size (# of entries) of hash table given the size limit for
1726 /* Returns the size in bytes of the given hash table
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c93 } table[] = { local
101 struct flagtable *ft = table;
955 * Algorithm walker table. Call proto_action() for each protocol,
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c449 nm_gelf_symtab_iter(mdb_gelf_symtab_t *gst, const char *object, uint_t table, argument
457 ngs.ngs_si.sym_table = table;
880 mdb_warn("symbol '%s' not found in private symbol table\n", name);
888 "-P print private symbol table instead of .symtab\n"
903 "obj specify object whose symbol table should be used\n");
/illumos-gate/usr/src/tools/cw/
H A Dcw.c99 * -s Strip symbol table from the executable file
168 * Translation table:
245 * -xarch=<a> table
249 * -xchip=<c> table
250 * -xcode=<c> table
272 * -xregs=<r> table
279 * -xtarget=<t> table
376 * Translation table definition for the -xarch= flag. The "x_arg"
389 * The translation table for the -xarch= flag used in the Studio compilers.
602 * At the end of the table an
619 xlate(struct aelist *h, const char *xarg, const char **table) argument
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c63 static struct routing table[IPV4_ROUTE_TABLE_SIZE]; variable in typeref:struct:routing
308 * Locate a routing table entry based upon arguments. IP addresses expected
318 if (*flagp & table[i].flag)
322 if (destp->s_addr == table[i].dest.s_addr)
328 if (gatewayp->s_addr == table[i].gateway.s_addr)
338 * ADD or DEL a routing table entry. Returns 0 for success, -1 and errno
354 /* initialize routing table */
357 table[index].flag = RT_UNUSED;
365 dprintf("ipv4_route: routing table full.\n");
369 table[inde
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c61 * tables from the most specific to the least specific table. Table 0
107 tnrhc_init_table(tnrhc_hash_t *table[], short prefix_len, int kmflag) argument
113 if (table[prefix_len] == NULL) {
114 table[prefix_len] = (tnrhc_hash_t *)
116 if (table[prefix_len] == NULL) {
121 mutex_init(&table[prefix_len][i].tnrh_lock,
150 /* Initialize the zeroth table prior to loading the 0.0.0.0 entry */
438 * table inclusion. The ref count is incremented and decremented
439 * here to trigger deletion of the new hash table entry in the
1067 * Search the tnrh hash table fo
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ndd.c365 /* MAC table information */
370 /* VLAN table information */
526 "dump-vlan-table", "dump_vlan_table"},
531 "dump-rdc-table", "dump_rdc_table"},
2263 uint8_t table; local
2266 for (table = 0; table < NXGE_MAX_RDC_GROUPS; table++) {
2268 table); local
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h56 /* ba table id's */
59 /* table id's */
94 #define HASH_SIZE 11 /* default hash table size */
188 /* behavior aggregate table element structure */
194 /* behavior aggregate table structure */
197 ba_table_element_t masked_values[256]; /* table of masked values */
221 /* identification structure for a table */
223 hash_table table; /* pointer to the hash table structure */ member in struct:table_id_s
231 ba_table_t table; member in struct:ba_table_id_s
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c101 * file. Allocate one extra page table entry for terminating the list.
268 * Return the index corresponding to a virt address at a given page table level.
285 x86pte_t pteval, *table; local
290 table = (x86pte_t *)(nk->fi_pagetable_va);
298 * Last level. Program the page table entries.
312 table[index] = pteval;
314 } else if (table[index] & PT_VALID) {
316 table = (x86pte_t *)
317 ((uintptr_t)(((paddr_t)table[index] & MMU_PAGEMASK)
327 table[inde
[all...]
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1032 xen_set_trap_table(trap_info_t *table) argument
1036 if ((err = HYPERVISOR_set_trap_table(table)) != 0) {
1041 panic("xen_set_trap_table(%p): error %d", (void *)table,
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_db.cc63 * 'tbl_prototype' is used to create a table that holds a directory.
124 * Given a FQ object name for a table or directory, return the (db *)
310 * Create new table using given table name and table descriptor.
320 * Destroys table named by 'table_name.' Returns DB_SUCCESS if successful,
321 * error code otherwise. Note that currently, the removed table is no
333 * Return a copy of the first entry in the specified table, that satisfies
366 * Return a copy of the next entry in the specified table as specified by
405 * Returns copies of entries that satisfy the given attributes from table
455 char *name, *table, *dir; local
501 char *name, *table = 0; local
619 char *table, tbuf[MAXPATHLEN + NIS_MAXNAMELEN + 1]; local
770 char *ent, *table; local
882 char *ent, *table, *objTable; local
[all...]
H A Ddb_dictionary.cc146 /* Create new table descriptor using given table name and table_object. */
154 "db_dictionary::add_table: could not allocate space for new table",
179 "db_dictionary::add_table: could not allocate space for table name",
213 /* delete table */
275 * Remove entry with the specified hashvalue and target table name.
383 /* Returns the next size to use for the hash table */
406 * Old table is deleted after the relocation.
420 FATAL("db_dictionary::grow: table size exceeds calloc limit",
511 * If successful, decrement count of number of entries in hash table
2235 defer(char *table) argument
2334 rollback(char *table) argument
2405 commit(char *table) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c137 * Page table and memory stuff.
297 * These are needed for page table entries. Note that this routine is
342 get_pteval(paddr_t table, uint_t index) argument
345 return (((x86pte_t *)(uintptr_t)table)[index]);
346 return (((x86pte32_t *)(uintptr_t)table)[index]);
351 set_pteval(paddr_t table, uint_t index, uint_t level, x86pte_t pteval) argument
355 maddr_t mtable = pa_to_ma(table);
363 uintptr_t tab_addr = (uintptr_t)table;
385 /* Remove write permission to the new page table. */
392 dboot_printf("new page table lv
398 map_pte(paddr_t table, uint_t index) argument
417 char *table; local
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1870 struct mnttab *table = NULL; local
1881 /* Read in the mnttab into a table */
1891 table = (struct mnttab *)realloc(table,
1894 entp = &table[size++];
1897 * Copy over the current mnttab entry into our table,
1916 entp = &table[i - 1];
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfs.c447 struct ptable *table; local
474 table = ptable_open(&pa, part->end - part->start + 1,
476 if (table != NULL) {
477 ptable_iterate(table, &pa, zfs_probe_partition);
478 ptable_close(table);
488 struct ptable *table; local
507 table = ptable_open(&pa, mediasz / pa.secsz, pa.secsz,
509 if (table != NULL) {
510 ptable_iterate(table, &pa, zfs_probe_partition);
511 ptable_close(table);
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c378 char **table; member in struct:error_sum_cb_arg
384 * message to he table.
390 char **table = sumarg->table; local
397 (void) strcat(*table, "\n");
398 (void) sprintf(&((*table)[strlen(*table)]),
406 * the rcm_info_t data in the form of a table to the given character pointer.
409 pci_rcm_info_table(hp_node_t node, char **table) argument
427 if (table
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c517 nr.table = shp->last_table;
991 if(n && ap && !ap->table)
992 ap->table = dtopen(&_Nvdisc,Dtoset);
993 if(ap && ap->table && (nq=nv_search(sub,ap->table,n)))
3054 np->nvalue.nrp->table = shp->last_table;
3189 register Namval_t *table; local
3222 if(!(table=sh.last_table) || *np->nvname=='.' || table==sh.namespace || np==table)
[all...]

Completed in 136 milliseconds

12345678