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

1234

/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c91 size_t slots; /* How many lists linked by *table */
92 raid_list_t *table; member in struct:__anon2385
150 ((tab)->table + ((id)%(tab)->slots))
279 /* Global object table */
285 /* Handle table definition */
294 * RAID object method table definition
1202 * Need to close all opened controllers before destroying object table
4335 if ((tab->table = calloc(hash_slots, sizeof (raid_list_t))) == NULL)
4339 raid_list_create(&tab->table[i], offsetof(raid_obj_t, el));
4352 while ((obj = raid_list_remove_head(&tab->table[
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c531 * from the CHS + LBA information contained in the partition table from
561 * are no solutions. (Inconsistent partition table entry!)
685 * partition table...
744 /* that didn't work... try all partition table entries */
868 DosRawTable* table; local
881 table = (DosRawTable *) label;
885 && PED_LE16_TO_CPU (table->magic) == PARTITION_MAGIC_MAGIC)
889 if (PED_LE16_TO_CPU (table->magic) != MSDOS_MAGIC) {
892 _("Invalid partition table on %s "
895 PED_LE16_TO_CPU (table
1130 DosRawTable table; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h835 const int32_t *table, *indirect;
842 table = (const int32_t *) _NL_CURRENT (LC_COLLATE, _NL_COLLATE_TABLEMB);
834 const int32_t *table, *indirect; local
H A Dregexec.c2319 /* don't use transition table */
2323 /* Use transition table */
2351 /* Retry, we now have a transition table. */
2381 these destinations and the results of the transition table. */
3352 /* Build transition table for the state.
3395 /* Initialize transiton table. */
3500 256-entry transition table. */
3899 const int32_t *table, *indirect;
3952 table = (const int32_t *)
3895 const int32_t *table, *indirect; local
/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h31 ** table and for temporary tables.
154 ** row of a single table. The upper bound on this limit is 16777215
213 ** Name of the master database table. The master database table
214 ** is a special table that holds the names and attributes of all
221 ** The name of the schema table.
270 Hash aFKey; /* Foreign keys indexed by to-table */
373 int newTnum; /* Rootpage of table being initialized */
402 #define SQLITE_InternChanges 0x00000010 /* Uncommitted Hash table changes */
426 ** hash table
972 char *table; /* The table or view to which the trigger applies */ member in struct:Trigger
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c125 * The chunks start immediately after the hash table. The end of the
126 * hash table is at l_hash + HASH_NUMENTRIES, which we simply cast to a
2277 static grub_uint64_t table[256]; local
2282 if (table[128] == 0)
2288 for (ct = table + i, *ct = i, j = 8; j > 0; j--)
2295 crc = (crc >> 8) ^ table[(crc ^ grub_toupper (c)) & 0xFF];
2298 crc = (crc >> 8) ^ table[(crc ^ c) & 0xFF];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c3799 if (sv->op_type == OP_RV2SV) { /* symbol table variable */
4969 HV *table = GvHV(PL_hintgv); local
4970 if (table) {
4971 SV **svp = hv_fetch(table, "vmsish_exit", 11, FALSE);
5718 HV *table = GvHV(PL_hintgv); local
5719 if (table) {
5722 svp = hv_fetch(table, "open_IN", 7, FALSE);
5731 svp = hv_fetch(table, "open_OUT", 8, FALSE);
H A Dperlio.c506 * Find a free slot in the table, allocating new table as necessary
550 PerlIO *table = *tablep; local
551 if (table) {
553 PerlIO_cleantable(aTHX_(PerlIO **) & (table[0]));
555 PerlIO *f = table + i;
560 Safefree(table);
632 PerlIO **table = &proto->Iperlio; local
639 while ((f = *table)) {
641 table
655 PerlIO **table = &PL_perlio; local
1617 PerlIO **table = &PL_perlio; local
1635 PerlIO **table = &PL_perlio; local
[all...]
H A Dtoke.c5375 table.
6059 HV *table = GvHV(PL_hintgv); /* ^H */ local
6065 if (!table || !(PL_hints & HINT_LOCALIZE_HH)) {
6089 cvp = hv_fetch(table, key, strlen(key), FALSE);
6816 add symbol table ops
H A Dutil.c335 #define FBM_TABLE_OFFSET 2 /* Number of bytes between EOS and table*/
341 If FBMcf_TAIL, the table is created as if the string has a trailing \n. */
358 register U8 *table; local
383 table = (unsigned char*)(SvPVX(sv) + len + FBM_TABLE_OFFSET);
384 s = table - 1 - FBM_TABLE_OFFSET; /* last char */
385 memset((void*)table, mlen, 256);
386 table[-1] = (U8)flags;
390 if (table[*s] == mlen)
391 table[*s] = (U8)i;
481 And we save a lot of memory by caching no table
564 register unsigned char *table = little + littlelen + FBM_TABLE_OFFSET; local
[all...]
H A Dperl.h2721 * Update the magic_names table in dump.c when adding/amending these
2727 #define PERL_MAGIC_overload_table 'c' /* Holds overload table (AMT) on stash */
3093 EXT unsigned char PL_fold[] = { /* fast EBCDIC case folding table */
3796 /* Names kept in the symbol table. fallback => "()", the rest has
3845 CV* table[NofAMmeth]; member in struct:am_table
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c258 uInt hash_size; /* number of elements in hash table */
298 /* Insert new strings in the hash table only if the match length is not
351 * a highly compressible string table.) Smaller buffer sizes give
571 * Initialize the hash table (avoiding 64K overflow for 16 bit systems).
1144 /* Slide the hash table (could be avoided with 32 bit values
1278 /* Insert new strings in the hash table only if the match length
1283 s->match_length--; /* string at strstart already in hash table */
1382 /* Do not insert strings in hash table beyond this. */
1389 /* Insert in hash table all strings up to the end of the match.
1392 * the hash table
3068 uInt table; /* table lengths (14 bits) */ member in struct:inflate_blocks_state::__anon13::__anon14
[all...]

Completed in 107 milliseconds

1234