Searched defs:table (Results 101 - 125 of 192) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h152 int64_t *table; member in struct:__anon1181
164 EAssoc_t *table; member in struct:__anon1183
181 /* translate name to object (or table) pointer */
186 int32_t type; /* object or table */
212 /* String lookup table for attributes */
/illumos-gate/usr/src/cmd/mailx/
H A Daux.c738 member(register char *realfield, register struct ignore **table) argument
742 for (igp = table[hash(realfield)]; igp != 0; igp = igp->i_link)
/illumos-gate/usr/src/cmd/drd/
H A Ddrd_rcm.c1101 * Convert rcm_info_t data into a printable table.
1116 char *table; local
1124 /* Set localized table header strings */
1159 /* Allocate space for the table */
1163 table = calloc(table_size, sizeof (char));
1164 if (table == NULL)
1167 /* Place a table header into the string */
1170 (void) strcat(table, "\n");
1173 (void) strcat(table, " ");
1174 (void) strcat(table, rsr
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c79 ufs_inode_direct, /* Listed in inode's direct block table */
80 ufs_inode_indirect, /* Listed in inode's indirect block table */
98 struct ufs_allocated_block table[], int inode_sector_adjust);
677 * Update the 'undo table' now that we've linked this block
1046 struct ufs_allocated_block table[],
1068 switch (table[i].owner) {
1073 ASSERT(table[i].owner_offset < NDADDR);
1074 ip->i_db[table[i].owner_offset] = 0;
1078 ASSERT(table[i].owner_offset < NIADDR);
1079 ip->i_ib[table[
1043 ufs_undo_allocation( inode_t *ip, int block_count, struct ufs_allocated_block table[], int inode_sector_adjust) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c44 * t_lowat - integer percentage of table entries /etc/system only
45 * t_hiwat - integer percentage of table entries /etc/system only
46 * t_lreap - integer percentage of table reap time mdb or /etc/system
47 * t_hreap - integer percentage of table reap time mdb or /etc/system
51 time_t t_lreap = 50; /* default to 50% of table's reap interval */
52 time_t t_hreap = 10; /* default to 10% of table's reap interval */
184 rfs4_table_t *table = private; local
208 * Each table will be marked as "shutdown" and the reaper threads
216 rfs4_table_t *table; local
219 for (table
260 rfs4_table_t *table; local
331 rfs4_table_destroy(rfs4_database_t *db, rfs4_table_t *table) argument
372 rfs4_index_create(rfs4_table_t *table, char *keyname, uint32_t (*hash)(void *), bool_t (compare)(rfs4_entry_t, void *), void *(*mkkey)(rfs4_entry_t), bool_t createable) argument
427 rfs4_table_t *table = entry->dbe_table; local
470 rfs4_dbe_create(rfs4_table_t *table, id_t id, rfs4_entry_t data) argument
520 rfs4_dbe_tabreap_adjust(rfs4_table_t *table) argument
555 rfs4_table_t *table = idx->dbi_table; local
686 rfs4_table_t *table = rfs4_client_tab; local
731 rfs4_dbe_walk(rfs4_table_t *table, void (*callout)(rfs4_entry_t, void *), void *data) argument
762 rfs4_dbe_reap(rfs4_table_t *table, time_t cache_time, uint32_t desired) argument
852 rfs4_table_t *table = (rfs4_table_t *)arg; local
885 rfs4_start_reaper(rfs4_table_t *table) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c723 * Compute system call number for given sysent and sysent table
726 mod_infosysnum(struct modlinkage *modlp, struct sysent table[]) argument
730 if ((sysp = mod_getsysent(modlp, table)) == NULL)
732 return ((int)(sysp - table));
736 * Put a loadable system call entry into a sysent table.
742 struct sysent table[])
749 * Before we even play with the sysent table, sanity check the
766 if ((sysp = mod_getsysent(modlp, table)) == NULL)
803 * Remove a loadable system call entry from a sysent table.
809 struct sysent table[])
739 mod_installsys_sysent( struct modlsys *modl, struct modlinkage *modlp, struct sysent table[]) argument
806 mod_removesys_sysent( struct modlsys *modl, struct modlinkage *modlp, struct sysent table[]) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c46 static boolean_t hpet_checksum_table(unsigned char *table, unsigned int len);
102 ACPI_TABLE_HPET *hpet_table; /* ACPI HPET table */
119 * Get the ACPI "HPET" table.
123 * There may be more than one ACPI HPET table (Itanium only?).
126 * Each timer block would have an additional ACPI HPET table.
128 * On x86 we only consume HPET table "1" for now.
153 * Get HPET ACPI table 1.
157 cmn_err(CE_NOTE, "!hpet_acpi: unable to get ACPI HPET table");
162 cmn_err(CE_NOTE, "!hpet_acpi: invalid HPET table");
371 cmn_err(CE_WARN, "!hpet_validate_table: Invalid HPET table "
395 hpet_checksum_table(unsigned char *table, unsigned int length) argument
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fzc.c768 int table; local
813 for (table = 0; table < NXGE_MAX_RDC_GRPS; table++) {
814 /* Does this table belong to <nxgep>? */
815 if (hardware->grpids[table] == (nxgep->function_num + 256)) {
816 rdc_grp_p = &nxgep->pt_config.rdc_grps[table];
817 status = nxge_init_fzc_rdc_tbl(nxgep, rdc_grp_p, table);
833 nx_rdc_tbl_t *table; local
839 NXGE_DEBUG_MSG((nxge, DMA_CTL, "==> nxge_init_fzc_rdc_tbl(%d)", table));
872 nx_rdc_tbl_t *table; local
890 nx_rdc_tbl_t *table = &nhd->rdc_tbl[i]; local
940 nx_rdc_tbl_t *table; local
[all...]
/illumos-gate/usr/src/uts/common/kiconv/kiconv_tc/
H A Dkiconv_tc.c653 size_t *ret_val, kiconv_table_array_t *table, size_t nitems)
659 index = kiconv_binsearch(big5_val, table, nitems);
660 u8 = table[index].u8;
984 size_t *ret_val, kiconv_table_t *table, size_t nitems)
990 index = kiconv_binsearch(utf8, table, nitems);
991 big5code = table[index].value;
652 big5_to_utf8_common(uint32_t big5_val, uchar_t *ob, uchar_t *obtail, size_t *ret_val, kiconv_table_array_t *table, size_t nitems) argument
983 utf8_to_big5_common(uint32_t utf8, uchar_t *ob, uchar_t *obtail, size_t *ret_val, kiconv_table_t *table, size_t nitems) argument
/illumos-gate/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:__anon2591
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...]
/illumos-gate/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:__anon2627
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...]
/illumos-gate/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:__anon2691
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...]
/illumos-gate/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:__anon2713
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...]
/illumos-gate/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:__anon2735
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...]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c862 struct cpu_speed *table; local
876 table = ultraI_speed_table;
879 table = ultraII_speed_table;
889 sc->bd.cpu[i].cpu_speed = table[speed_pins].cpu_freq;
890 sc->bd.cpu[i].cpu_sram_mode = table[speed_pins].sram_mode;
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c1118 lock_syscall(struct sysent *table, uint_t code) argument
1125 callp = table + code;
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c232 char *table = 0; local
245 * Try to obtain a copy of the table object, in order to
250 table = fullObjName(F, t->objName);
251 if (table == 0) {
280 sfree(table);
306 sfree(table);
781 * used in the table is:
797 * times the numbers in the table above.
1046 * Given a table mapping and a rule-value, convert to an array of
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_filter.c539 * An arbitrary search limit for the software hash table. As per the linux net
635 * Create a software table entry if necessary, and mark it
759 ef10_filter_table_t *table = enp->en_filter.ef_ef10_filter_table; local
765 * Find the software table entry and mark it busy. Don't
772 while (ef10_filter_entry_is_busy(table, filter_idx)) {
777 if ((spec = ef10_filter_entry_spec(table, filter_idx)) != NULL) {
778 ef10_filter_set_entry_busy(table, filter_idx);
794 &table->eft_entry[filter_idx].efe_handle);
798 &table->eft_entry[filter_idx].efe_handle);
801 /* Free the software table entr
830 ef10_filter_table_t *table = enp->en_filter.ef_ef10_filter_table; local
1181 ef10_filter_table_t *table = enp->en_filter.ef_ef10_filter_table; local
1246 ef10_filter_table_t *table = enp->en_filter.ef_ef10_filter_table; local
1442 ef10_filter_table_t *table = enp->en_filter.ef_ef10_filter_table; local
1455 ef10_filter_table_t *table = enp->en_filter.ef_ef10_filter_table; local
1472 ef10_filter_table_t *table = enp->en_filter.ef_ef10_filter_table; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpart.c232 /* Check CRC only when buffer size is enough for table. */
235 DEBUG("GPT table's CRC doesn't match");
251 ptable_gptread(struct ptable *table, void *dev, diskread_t dread) argument
261 buf = malloc(table->sectorsize);
264 tbl = malloc(table->sectorsize * MAXTBLSZ);
271 ptable_close(table);
272 table = NULL;
277 phdr = gpt_checkhdr((struct gpt_hdr *)buf, 1, table->sectors - 1,
278 table->sectorsize);
280 /* Read the primary GPT table
385 ptable_ebrread(struct ptable *table, void *dev, diskread_t dread) argument
463 ptable_bsdread(struct ptable *table, void *dev, diskread_t dread) argument
545 ptable_vtoc8read(struct ptable *table, void *dev, diskread_t dread) argument
633 ptable_dklabelread(struct ptable *table, void *dev, diskread_t dread) argument
697 struct ptable *table; local
830 ptable_close(struct ptable *table) argument
843 ptable_gettype(const struct ptable *table) argument
850 ptable_getpart(const struct ptable *table, struct ptable_entry *part, int idx) argument
885 ptable_getbestpart(const struct ptable *table, struct ptable_entry *part) argument
947 ptable_iterate(const struct ptable *table, void *arg, ptable_iterate_t *iter) argument
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h94 * table contains the routines that will be called to augment the
175 fcode_token *table; /* token table */ member in struct:FCODE_ENV
232 #define MAX_FCODE 0xfff /* max no. of Fcode entries in table */
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c76 * easily, and copying over the relevant parts of the module's table. */
82 struct krb5plugin_preauth_client_ftable_v1 *table; local
119 table = tables[n_tables];
120 if ((table->pa_type_list != NULL) && (table->process != NULL)) {
121 for (j = 0; table->pa_type_list[j] > 0; j++) {
145 table = tables[i];
146 if ((table->pa_type_list != NULL) && (table->process != NULL)) {
148 if ((table
[all...]
/illumos-gate/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 */
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dnval.h96 Dt_t *table; /* for subscripts */ member in struct:Namarray
136 #define NV_TABLE 0x800 /* node is a dictionary table */
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c1206 struct table struct
1216 struct table *tp = (struct table *)fp;
1225 struct table *tp = (struct table *)fp;
1232 struct table *tp = (struct table*)fp;
1233 struct table *ntp = (struct table*)nv_clone_disc(fp,0);
1237 memcpy((void*)ntp,(void*)fp,sizeof(struct table));
[all...]
H A Dparse.c165 static unsigned char *table; local
168 if(!table)
170 table = calloc(1,256);
172 table[c] = 1;
174 table[c] = 2;
176 table[c] = 3;
178 for(cp=(unsigned char*)str; c= *cp++; n=table[c])
180 if(table[c] < n)

Completed in 153 milliseconds

12345678