Searched defs:table (Results 26 - 50 of 87) sorted by relevance

1234

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rcm.c344 * Queries RCM information for resources, and formats it into a table.
345 * The table is appended to the info argument. If the info argument is a
478 * the rcm_info_t data in the form of a table to the given character pointer.
481 fp_rcm_info_table(rcm_info_t *rinfo, char **table) argument
498 if (rinfo == NULL || table == NULL)
501 /* Set localized table header strings */
538 /* Allocate space for the table */
540 if (*table == NULL)
541 *table = malloc(table_size);
543 newtable = realloc(*table, strle
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dactions.c246 install_actions(fcode_env_t *env, token_t *table) argument
252 p = (token_t)table;
/osnet-11/usr/src/lib/libc/port/fp/
H A D__x_power.c243 unsigned short *pp, *table[3], canquit; local
273 * Set up pointers to the table entries and compute their
297 table[0] = (unsigned short *)__tbl_2_small_digits + pp[0];
300 table[1] = (unsigned short *)__tbl_2_big_digits + pp[0];
303 table[2] = (unsigned short *)__tbl_2_huge_digits + pp[0];
338 table[0] = (unsigned short *)__tbl_10_small_digits + pp[0];
341 table[1] = (unsigned short *)__tbl_10_big_digits + pp[0];
344 table[2] = (unsigned short *)__tbl_10_huge_digits + pp[0];
388 __multiply_base_two(pbf, (table[i])[0]);
397 (void) memcpy(pbf->bsignificand, table[
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c37 * Provides a generic hash table with chaining.
51 * A hash table element
61 * The hash table
67 DAPL_HASH_ELEM *table; member in struct:dapl_hash_table
74 * the number of entries in the whole hash table, as
76 * ignores empty buckets, giving us data on overall table
82 uint64_t hash_tbl_max; /* max in entire table */
83 uint64_t hash_tbl_total; /* total in table */
98 /* datum value in empty table slots (use 0UL or ~0UL as appropriate) */
106 &((p_table)->table)[DAPL_DOHAS
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc126 (void) mutex_lock(&table->mapping.enumLock);
127 if (table->mapping.enumTid != 0) {
130 stat = pthread_kill(table->mapping.enumTid, 0);
134 myself, table->mapping.enumTid,
135 NIL(t->objName), table->mapping.enumStat,
136 ldap_err2string(table->mapping.enumStat));
138 table->mapping.enumTid = 0;
139 table->mapping.enumStat = -1;
141 if (table->mapping.enumDeferred) {
144 table
331 db_table *table; local
[all...]
H A Ddb_mindex2.cc49 /* Pass through configuration information to the table */
59 if (table != NULL) {
60 return (table->configure(tablePath));
62 /* Defer table config until we have a table instance */
142 return (table);
225 * Convert full object name to the db table path used as
248 selectMapping(db_table *table, nis_object *obj, db_query *qin, argument
258 * If 'table' is NULL, we try to find a mapping for 'obj'.
262 if (table
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpi.c518 struct efiemu_acpi_table *table; local
557 "couldn't allocate table");
576 table = (struct efiemu_acpi_table *) grub_malloc
578 if (! table)
584 "couldn't allocate table structure");
586 table->size = curtable->length;
587 table->addr = grub_malloc (table->size);
588 playground_size += table->size;
589 if (! table
675 struct efiemu_acpi_table *table; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch_loop.c340 const int32_t *table; local
360 table = (const int32_t *)
369 table = (const int32_t *)
382 /* We found a table entry. Now see whether the
497 /* Locate the character in the hashing table. */
719 table. */
/osnet-11/usr/src/lib/libc/port/gen/
H A Dhsearch.c34 * DIV - use the remainder mod table size as a hashing function.
122 static NODE **table; /* The address of the hash table */ variable
126 typedef ENTRY TABELEM; /* What the table contains (TABle ELEMents) */
127 static TABELEM *table; /* The address of the hash table */ variable
128 static unsigned int count = 0; /* Number of entries in hash table */
132 static unsigned int length; /* Size of the hash table */
197 printf("Do you wish to start another hash table (yes/no?)");
206 hcreate(size_t size) /* Create a hash table n
[all...]
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dio.c261 * configuration. It displays the table header, then displays
271 * Following string is used as a table header.
358 display_ffb(Board_node *board, int table) argument
391 if (table == 1) {
392 /* Print out in table format */
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c71 * these functions will overlay the symbol table of libprtdiag
196 display_ffb(Board_node *board, int table) argument
258 * Display the table header for CPUs . Then display the CPU
/osnet-11/usr/src/lib/libshell/common/include/
H A Dname.h88 Namval_t *table; member in struct:Namref
161 #define nv_reftable(n) ((n)->nvalue.nrp->table)
H A Dnval.h96 Dt_t *table; /* for subscripts */ member in struct:Namarray
136 #define NV_TABLE 0x800 /* node is a dictionary table */
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtree.c42 Namval_t *table; member in struct:nvdir
168 dp->table = sh.last_table;
183 dp->table = sh.last_table;
248 dp->table = np;
298 if(dp->table && dp->otable && !nv_isattr(dp->table,NV_MINIMAL))
300 sptr = dp->table->nvenv;
301 dp->table->nvenv = (char*)dp->otable;
304 sh.last_table = dp->table;
307 if(dp->table
[all...]
H A Dnvdisc.c1230 struct table struct
1240 struct table *tp = (struct table *)fp;
1249 struct table *tp = (struct table *)fp;
1256 struct table *tp = (struct table*)fp;
1257 struct table *ntp = (struct table*)nv_clone_disc(fp,0);
1261 memcpy((void*)ntp,(void*)fp,sizeof(struct table));
[all...]
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c537 nwam_get_prop_table_entry(struct nwam_prop_table table, const char *propname) argument
539 struct nwam_prop_table_entry *cur = table.entries;
540 struct nwam_prop_table_entry *end = cur + table.num_entries;
552 nwam_get_prop_description(struct nwam_prop_table table, const char *propname, argument
559 if ((pte = nwam_get_prop_table_entry(table, propname)) == NULL) {
569 nwam_get_prop_type(struct nwam_prop_table table, const char *propname, argument
576 if ((pte = nwam_get_prop_table_entry(table, propname)) == NULL)
585 nwam_prop_multivalued(struct nwam_prop_table table, const char *propname, argument
592 if ((pte = nwam_get_prop_table_entry(table, propname)) == NULL)
604 nwam_prop_read_only(struct nwam_prop_table table, cons argument
624 struct nwam_prop_table table; member in struct:validate_internal_arg
639 struct nwam_prop_table table = via->table; local
696 nwam_validate_prop(struct nwam_prop_table table, struct nwam_handle *hp, const char *propname, nwam_value_t value) argument
711 nwam_validate(struct nwam_prop_table table, struct nwam_handle *hp, const char **errpropp) argument
738 nwam_get_default_proplist(struct nwam_prop_table table, uint64_t type, uint64_t class, const char ***prop_list, uint_t *numvalues) argument
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dpc98.c143 /* check "extended-format" (have partition table?) */
327 PC98RawTable table; local
335 if (!ped_device_read (disk->dev, (void*) &table, 0, 2))
338 if (!pc98_check_magic(&table)) {
341 _("Invalid partition table on %s."),
353 raw_part = &table.partitions [i];
501 PC98RawTable *table = s0;
503 if (!pc98_check_ipl_signature (table)) {
504 memset (table->boot_code, 0, sizeof(table
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauthdata.c51 k5_ad_module_count(krb5plugin_authdata_client_ftable_v0 *table) argument
55 if (table->ad_type_list == NULL)
58 for (i = 0; table->ad_type_list[i]; i++)
67 krb5plugin_authdata_client_ftable_v0 *table,
75 if (table->ad_type_list == NULL) {
78 "any AD types\n", table->name);
83 if (table->init == NULL)
86 code = (*table->init)(kcontext, &plugin_context);
90 "failed to initialize\n", table->name);
95 for (j = 0; table
65 k5_ad_init_modules(krb5_context kcontext, krb5_authdata_context context, krb5plugin_authdata_client_ftable_v0 *table, int *module_count) argument
378 krb5plugin_authdata_client_ftable_v0 *table; local
[all...]
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c255 init_hash(hashtable_t *table, int bad_key, int table_length, argument
261 table[i].ht_value = malloc(max_value + 1);
262 table[i].ht_key = bad_key;
263 table[i].ht_length = 0;
264 if (table[i].ht_value == NULL) {
267 free(table[j].ht_value);
270 *(table[i].ht_value) = '\0';
276 free_hash(hashtable_t *table, int table_length) argument
281 free(table[i].ht_value);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h29 * hash table library interface definitions
45 #define HASH_FIXED (1L<<1) /* fixed table size */
47 #define HASH_RESIZE (1L<<2) /* table has been resized */
50 #define HASH_STATIC (1L<<5) /* static table allocation */
161 Hash_table_t* table; /* last lookup table */ member in struct:__anon1112
168 struct Hash_root /* root hash table information */
180 struct Hash_table /* hash table information */
182 Hash_root_t* root; /* root hash table information */
183 int size; /* table siz
[all...]
/osnet-11/usr/src/lib/libast/common/include/
H A Dhash.h27 * hash table library interface definitions
36 #define HASH_FIXED (1L<<1) /* fixed table size */
38 #define HASH_RESIZE (1L<<2) /* table has been resized */
41 #define HASH_STATIC (1L<<5) /* static table allocation */
152 Hash_table_t* table; /* last lookup table */ member in struct:__anon1146
159 struct Hash_root /* root hash table information */
171 struct Hash_table /* hash table information */
173 Hash_root_t* root; /* root hash table information */
174 int size; /* table siz
[all...]
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dhash.h29 * hash table library interface definitions
45 #define HASH_FIXED (1L<<1) /* fixed table size */
47 #define HASH_RESIZE (1L<<2) /* table has been resized */
50 #define HASH_STATIC (1L<<5) /* static table allocation */
161 Hash_table_t* table; /* last lookup table */ member in struct:__anon1206
168 struct Hash_root /* root hash table information */
180 struct Hash_table /* hash table information */
182 Hash_root_t* root; /* root hash table information */
183 int size; /* table siz
[all...]
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h29 * hash table library interface definitions
45 #define HASH_FIXED (1L<<1) /* fixed table size */
47 #define HASH_RESIZE (1L<<2) /* table has been resized */
50 #define HASH_STATIC (1L<<5) /* static table allocation */
161 Hash_table_t* table; /* last lookup table */ member in struct:__anon1228
168 struct Hash_root /* root hash table information */
180 struct Hash_table /* hash table information */
182 Hash_root_t* root; /* root hash table information */
183 int size; /* table siz
[all...]
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h29 * hash table library interface definitions
45 #define HASH_FIXED (1L<<1) /* fixed table size */
47 #define HASH_RESIZE (1L<<2) /* table has been resized */
50 #define HASH_STATIC (1L<<5) /* static table allocation */
161 Hash_table_t* table; /* last lookup table */ member in struct:__anon1250
168 struct Hash_root /* root hash table information */
180 struct Hash_table /* hash table information */
182 Hash_root_t* root; /* root hash table information */
183 int size; /* table siz
[all...]
/osnet-11/usr/src/lib/libshell/amd64/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 */

Completed in 52 milliseconds

1234