/titanic_41/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_region.c | 205 __memp_ropen(dbmp, path, cachesize, mode, is_private, flags) in __memp_ropen() argument 208 size_t cachesize; 229 if (cachesize < DB_CACHESIZE_MIN) 230 if (cachesize == 0) { 232 cachesize = DB_CACHESIZE_DEF; 234 cachesize = DB_CACHESIZE_MIN; 235 rlen = cachesize + cachesize / 4; 298 __db_tablesize((cachesize / (1 * 1024)) / 10); 312 mp->stat.st_cachesize = cachesize;
|
H A D | mp_open.c | 39 size_t cachesize; local 52 cachesize = dbenv == NULL ? 0 : dbenv->mp_size; 72 path, cachesize, mode, is_private, LF_ISSET(DB_CREATE))) != 0)
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_open.c | 151 b.cachesize = 0; 283 if (b.cachesize && b.cachesize & (b.psize - 1)) 284 b.cachesize += (~b.cachesize & (b.psize - 1)) + 1; 285 if (b.cachesize < b.psize * MINCACHE) 286 b.cachesize = b.psize * MINCACHE; 289 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize;
|
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db.c | 108 size_t cachesize; local 531 cachesize = dbp->pgsize * DB_MINCACHE; 533 cachesize = dbinfo->db_cachesize; 534 if (cachesize & (dbp->pgsize - 1)) 535 cachesize += 536 (~cachesize & (dbp->pgsize - 1)) + 1; 537 if (cachesize < dbp->pgsize * DB_MINCACHE) 538 cachesize = dbp->pgsize * DB_MINCACHE; 539 if (cachesize < 20 * 1024) 540 cachesize = 20 * 1024; [all …]
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | db.h | 121 u_int cachesize; /* bytes to cache */ member 140 u_int cachesize; /* bytes to cache */ member 152 u_int cachesize; /* bytes to cache */ member
|
/titanic_41/usr/src/cmd/consadm/ |
H A D | consadm.c | 664 int cachesize = 0; /* size of device cache */ in fallbackdaemon() local 701 cachesize++; in fallbackdaemon() 705 cachesize++; in fallbackdaemon() 709 if ((fds = calloc(cachesize, sizeof (struct pollfd))) == NULL) in fallbackdaemon() 712 if ((devpaths = calloc(cachesize, sizeof (char *))) == NULL) in fallbackdaemon() 740 if (nfds >= cachesize) in fallbackdaemon() 768 if (nfds >= cachesize) in fallbackdaemon()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | rec_open.c | 82 btopeninfo.cachesize = openinfo->cachesize;
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hsearch.c | 63 info.cachesize = 0;
|
H A D | dbm.c | 179 info.cachesize = 0;
|
H A D | hash.c | 210 if (info && info->cachesize) 211 csize = info->cachesize / hashp->hdr.bsize;
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | adb_openclose.c | 59 btinfo.cachesize = 0; in osa_adb_create_db() 161 db->btinfo.cachesize = 0; in osa_adb_init_db()
|
H A D | kdb_db2.c | 251 bti.cachesize = 0; in k5db2_dbopen() 271 hashi.cachesize = 0; in k5db2_dbopen()
|
/titanic_41/usr/src/cmd/sendmail/libsmdb/ |
H A D | smdb1.c | 523 hash_info.cachesize = db_params->smdbp_cache_size; 531 btree_info.cachesize = db_params->smdbp_cache_size;
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | rpcb_clnt.c | 99 static int cachesize; variable 199 cachesize--; in delete_cache() 236 if (cachesize < CACHESIZE) { in add_cache() 239 cachesize++; in add_cache()
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | us3_common.c | 128 static int cpu_ectag_line_invalid(int cachesize, uint64_t tag); 129 int cpu_ectag_pa_to_subblk(int cachesize, uint64_t subaddr); 131 int cpu_ectag_pa_to_subblk_state(int cachesize, 6609 cpu_ectag_pa_to_subblk(int cachesize, uint64_t subaddr) argument 6612 return (JG_ECTAG_PA_TO_SUBBLK(cachesize, subaddr)); 6617 return (CH_ECTAG_PA_TO_SUBBLK(cachesize, subaddr)); 6625 cpu_ectag_line_invalid(int cachesize, uint64_t tag) argument 6628 return (JG_ECTAG_LINE_INVALID(cachesize, tag)); 6632 return (CH_ECTAG_LINE_INVALID(cachesize, tag)); 6640 cpu_ectag_pa_to_subblk_state(int cachesize, uint64_t subaddr, uint64_t tag) argument [all …]
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | cheetahregs.h | 896 #define JG_ECTAG_NSUBBLKS(cachesize) ((cachesize) / JG_ECACHE_4M_SIZE) argument
|
/titanic_41/usr/src/uts/common/io/mxfe/ |
H A D | mxfe.c | 313 uint16_t cachesize; in mxfe_attach() local 387 cachesize = pci_config_get8(pci, PCI_CLS); in mxfe_attach() 405 mxfep->mxfe_cachesize = cachesize; in mxfe_attach() 424 DBG(DPCI, "PCI cachesize = %d", cachesize); in mxfe_attach()
|
/titanic_41/usr/src/uts/common/io/afe/ |
H A D | afe.c | 316 uint16_t cachesize; in afe_attach() local 400 cachesize = pci_config_get8(pci, PCI_CLS); in afe_attach() 417 afep->afe_cachesize = cachesize; in afe_attach()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | map.c | 1918 # define db_cachesize cachesize
|