Home
last modified time | relevance | path

Searched refs:table_size (Results 26 – 50 of 55) sorted by relevance

123

/illumos-gate/usr/src/cmd/make/bin/
H A Dar.cc568 int table_size; in process_long_names_member() local
591 &table_size) != 1) { in process_long_names_member()
594 *long_names_table = (char *) malloc(table_size); in process_long_names_member()
596 if (fread(*long_names_table, table_size, 1, arp->fd) != 1) { in process_long_names_member()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_ndp.h272 #define NCE_ADDR_HASH_V6(addr, table_size) \ argument
275 (addr).s6_addr8[14] ^ (addr).s6_addr8[15]) % (table_size))
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_c.x72 % long table_size;
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A DCp933_to_UTF8.c58 st->table_size = MAX_UCS_NUM; in _icv_open()
H A DUTF8_to_Cp933.c58 st->table_size = MAX_UCS_NUM; in _icv_open()
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_deadlock.c268 for (id = 0, i = 0; i < lt->region->table_size; i++)
278 for (i = 0; i < lt->region->table_size; i++) {
442 links, lockerp, lt->region->table_size, __lock_lhash);
H A Dlock_region.c189 lrp->table_size = __db_tablesize(lrp->maxlocks);
225 nelements = lrp->table_size;
601 "table size", (u_long)lrp->table_size,
620 for (i = 0; i < lrp->table_size; i++) {
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h152 extern HT_HANDLE *ht_create_table(size_t table_size, size_t key_size,
/illumos-gate/usr/src/lib/iconv_modules/common/
H A Dcnv_ibmutf8.c157 unidx = bisearch(ibm_val, st, st->table_size);
H A Dibm%utf8.c189 unidx = bisearch(ibm_val, st, st->table_size);
H A Dcnv_utf8ibm.c231 *unidx = bisearch(unicode, st, st->table_size);
H A Dutf8%ibm.c241 *unidx = bisearch(unicode, st, st->table_size);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlock.h50 u_int32_t table_size; /* size of hash table */ member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c2936 if (icm_p[j]->table_size > icm_p[j - 1]->table_size) { in hermon_icm_config_setup()
2960 if (icm[j].table_size) { in hermon_icm_config_setup()
2970 icm[j].table_size); in hermon_icm_config_setup()
2972 icm_size += icm[j].table_size; in hermon_icm_config_setup()
2989 uint64_t cmpt_size = icm[j].table_size >> 2; in hermon_icm_config_setup()
2999 icm_addr += icm[j].table_size; in hermon_icm_config_setup()
3200 "num_spans (0x%x)", dep, icm[dep].table_size, \
3224 icm[i].table_size = icm[i].num_entries << in hermon_icm_tables_init()
3231 icm[i].table_size = 0x80000000ull; in hermon_icm_tables_init()
3275 icm[i].table_size = max(icm[i].table_size, HERMON_PAGESIZE); in hermon_icm_tables_init()
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c108 typedef int (*HashFuncPtr)(int table_size, void *key);
234 static int msgid_hashf(int table_size, void *key);
241 static int attrkey_hashf(int table_size, void *key);
1845 msgid_hashf(int table_size, void *key)
1848 return (((code << 20) + (code >> 12)) % table_size);
2041 attrkey_hashf(int table_size, void *key)
2043 return ((*((unsigned long*)key)) % table_size);
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_lm_main.c4817 u32_t table_size, in lm_enable_rss() argument
4858 if(table_size > RSS_INDIRECTION_TABLE_SIZE) in lm_enable_rss()
4860 table_size = RSS_INDIRECTION_TABLE_SIZE; in lm_enable_rss()
4934 for(idx = 0; idx < table_size; idx++) in lm_enable_rss()
4948 rss_update->rss_table_size = (u16_t) table_size; in lm_enable_rss()
5016 u32_t table_size, in lm_enable_rss() argument
5059 if(table_size > RSS_INDIRECTION_TABLE_SIZE) in lm_enable_rss()
5061 table_size = RSS_INDIRECTION_TABLE_SIZE; in lm_enable_rss()
5135 pdev->rx_info.rss_tbl_size = table_size; in lm_enable_rss()
5138 for(idx = 0; idx < table_size; idx++) in lm_enable_rss()
[all …]
H A Dlm5706.h1191 u32_t table_size,
1202 u32_t table_size,
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c416 size_t table_size = 0; in pci_rcm_info_table() local
465 table_size = (2 + tuples) * (width + 1) + 2; in pci_rcm_info_table()
468 *table = calloc(table_size, sizeof (char)); in pci_rcm_info_table()
472 newtable = realloc(*table, strlen(*table) + table_size); in pci_rcm_info_table()
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c391 size_t table_size = 0; in pci_rcm_info_table() local
440 table_size = (2 + tuples) * (width + 1) + 2; in pci_rcm_info_table()
443 *table = calloc(table_size, sizeof (char)); in pci_rcm_info_table()
447 newtable = realloc(*table, strlen(*table) + table_size); in pci_rcm_info_table()
/illumos-gate/usr/src/cmd/drd/
H A Ddrd_rcm.c1111 size_t table_size = 0; in rcm_info_table() local
1160 table_size = (2 + tuples) * (width + 1) + 2; in rcm_info_table()
1163 table = calloc(table_size, sizeof (char)); in rcm_info_table()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4if.h311 u32_t table_size, u8_t enable);
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c488 int i, table_size; in ecore_sp_vport_update_rss() local
547 table_size = OSAL_MIN_T(int, ECORE_RSS_IND_TABLE_SIZE, in ecore_sp_vport_update_rss()
549 for (i = 0; i < table_size; i++) { in ecore_sp_vport_update_rss()
561 table_size); in ecore_sp_vport_update_rss()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h930 uint64_t table_size; member
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_emul.c1159 int i, table_size; in pci_msix_table_init() local
1164 table_size = table_entries * MSIX_TABLE_ENTRY_SIZE; in pci_msix_table_init()
1165 pi->pi_msix.table = calloc(1, table_size); in pci_msix_table_init()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm.h772 u32_t table_size, u8_t *hash_key, u32_t key_size, lm_rss_hash_t hash_type,

123