| /freebsd-9-stable/lib/libc/db/btree/ |
| D | bt_open.c | 146 b.cachesize = 0; in __bt_open() 276 if (b.cachesize && b.cachesize & (b.psize - 1) ) in __bt_open() 277 b.cachesize += (~b.cachesize & (b.psize - 1) ) + 1; in __bt_open() 278 if (b.cachesize < b.psize * MINCACHE) in __bt_open() 279 b.cachesize = b.psize * MINCACHE; in __bt_open() 282 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize; in __bt_open()
|
| /freebsd-9-stable/lib/libc/db/test/ |
| D | run.test | 629 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\ 642 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\ 655 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\ 668 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\ 681 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\ 694 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
|
| D | README | 66 structure. If the type is btree, then "-i cachesize=10240" 67 will set BTREEINFO.cachesize to 10240.
|
| D | dbtest.c | 602 ib.cachesize = atoi(eq); 636 ih.cachesize = atoi(eq); 650 rh.cachesize = atoi(eq);
|
| /freebsd-9-stable/include/ |
| D | db.h | 116 unsigned int cachesize; /* bytes to cache */ member 135 unsigned int cachesize; /* bytes to cache */ member 147 unsigned int cachesize; /* bytes to cache */ member
|
| /freebsd-9-stable/sbin/dump/ |
| D | cache.c | 61 NBlocks = cachesize / BlockSize; in cinit() 95 if (cachesize <= 0 || sblock->fs_bsize == 0) in cread()
|
| D | dump.h | 77 int cachesize; /* size of block cache in bytes */ variable
|
| D | main.c | 80 int cachesize = 0; /* block cache size (in bytes), defaults to 0 */ variable 150 cachesize = numarg("cachesize", 0, 0) * 1024 * 1024; in main()
|
| /freebsd-9-stable/lib/libc/db/recno/ |
| D | rec_open.c | 76 btopeninfo.cachesize = openinfo->cachesize; in __rec_open()
|
| /freebsd-9-stable/lib/libc/db/test/hash.tests/ |
| D | tread2.c | 73 ctl.cachesize = atoi(*argv++);
|
| D | tverify.c | 74 ctl.cachesize = 1024 * 1024; /* 1 MEG */
|
| D | driver2.c | 74 info.cachesize = NULL;
|
| D | tdel.c | 72 ctl.cachesize = 1024 * 1024; /* 1 MEG */
|
| D | thash4.c | 75 ctl.cachesize = atoi(*argv++);
|
| /freebsd-9-stable/lib/libc/db/hash/ |
| D | ndbm.c | 69 info.cachesize = 0;
|
| D | hash.c | 182 if (info && info->cachesize) in __hash_open() 183 __buf_init(hashp, info->cachesize); in __hash_open()
|
| /freebsd-9-stable/contrib/sendmail/libsmdb/ |
| D | smdb1.c | 523 hash_info.cachesize = db_params->smdbp_cache_size; 531 btree_info.cachesize = db_params->smdbp_cache_size;
|
| /freebsd-9-stable/sys/rpc/ |
| D | rpcb_clnt.c | 87 static int cachesize; 190 cachesize--; 241 if (cachesize < CACHESIZE) { 244 cachesize++;
|
| /freebsd-9-stable/lib/libc/rpc/ |
| D | rpcb_clnt.c | 90 static int cachesize; variable 192 cachesize--; 239 if (cachesize < CACHESIZE) { 242 cachesize++;
|
| /freebsd-9-stable/lib/libc/db/test/btree.tests/ |
| D | main.c | 128 b.cachesize = 0; 142 b.cachesize = atoi(optarg);
|
| /freebsd-9-stable/usr.sbin/services_mkdb/ |
| D | services_mkdb.c | 74 .cachesize = 1024,
|
| /freebsd-9-stable/usr.sbin/pwd_mkdb/ |
| D | pwd_mkdb.c | 148 openinfo.cachesize = atoi(optarg) * 1024 * 1024; in main()
|
| /freebsd-9-stable/sys/dev/bge/ |
| D | if_bge.c | 4038 uint32_t cachesize, command, mac_mode, mac_mode_mask, reset, val; in bge_reset() local 4077 cachesize = pci_read_config(dev, BGE_PCI_CACHESZ, 4); in bge_reset() 4175 pci_write_config(dev, BGE_PCI_CACHESZ, cachesize, 4); in bge_reset()
|
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | map.c | 1927 # define db_cachesize cachesize
|
| /freebsd-9-stable/contrib/bind9/ |
| D | CHANGES | 12233 246. [func] Rename global option cachesize to cache-size and 12247 243. [func] new cachesize option for named.conf
|