| /freebsd-12.1/sys/dev/adlink/ |
| H A D | adlink.c | 84 u_int chunksize; /* bytes */ member 143 sc->sample += sc->p0->chunksize / 2; in adlink_intr() 160 bus_write_4(sc->res[0], 0x28, sc->p0->chunksize); in adlink_intr() 184 if (offset - o >= sc->p0->chunksize) { in adlink_mmap() 185 o += sc->p0->chunksize; in adlink_mmap() 221 sc->p0->chunksize = u; in adlink_ioctl() 228 if (sc->p0->chunksize != 0 && u % sc->p0->chunksize) in adlink_ioctl() 237 if (sc->p0->chunksize == 0) in adlink_ioctl() 238 sc->p0->chunksize = 4 * PAGE_SIZE; in adlink_ioctl() 240 sc->p0->ringsize = 16 * sc->p0->chunksize; in adlink_ioctl() [all …]
|
| /freebsd-12.1/sys/contrib/octeon-sdk/cvmx-malloc/ |
| H A D | malloc.c | 2549 total += chunksize(p); in do_check_malloc_state() 2578 size = chunksize(p); in do_check_malloc_state() 2763 oldsize = chunksize(oldp); in public_rEALLOc() 3019 size = chunksize(victim); in _int_malloc() 3112 size = chunksize(victim); in _int_malloc() 3246 size = chunksize(victim); in _int_malloc() 3301 size = chunksize(p); in _int_free() 3562 oldsize = chunksize(oldp); in _int_realloc() 3784 size = chunksize(p); in _int_memalign() 3902 avail = chunksize(av->top); in mALLINFo() [all …]
|
| /freebsd-12.1/contrib/dtc/ |
| H A D | data.c | 98 size_t chunksize, ret; in data_copy_file() local 101 chunksize = 4096; in data_copy_file() 103 chunksize = maxlen - d.len; in data_copy_file() 105 d = data_grow_for(d, chunksize); in data_copy_file() 106 ret = fread(d.val + d.len, 1, chunksize, f); in data_copy_file()
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | dlpisubs.c | 305 bpf_u_int32 ss, chunksize; in pcap_conf_bufmod() local 340 chunksize = CHUNKSIZE; in pcap_conf_bufmod() 341 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize) in pcap_conf_bufmod()
|
| H A D | pcap-snit.c | 287 int chunksize = CHUNKSIZE; in pcap_activate_snit() local 360 si.ic_len = sizeof(chunksize); in pcap_activate_snit() 361 si.ic_dp = (char *)&chunksize; in pcap_activate_snit()
|
| /freebsd-12.1/lib/libfetch/ |
| H A D | http.c | 166 io->chunksize = io->chunksize * 16 + in http_new_chunk() 169 io->chunksize = io->chunksize * 16 + in http_new_chunk() 176 io->total += io->chunksize; in http_new_chunk() 177 if (io->chunksize == 0) in http_new_chunk() 181 __func__, (unsigned long)io->chunksize, in http_new_chunk() 186 return (io->chunksize); in http_new_chunk() 235 if (io->chunksize == 0) { in http_fillbuf() 247 if (len > io->chunksize) in http_fillbuf() 248 len = io->chunksize; in http_fillbuf() 257 io->chunksize -= nbytes; in http_fillbuf() [all …]
|
| /freebsd-12.1/contrib/tnftp/src/ |
| H A D | fetch.c | 1165 long chunksize; in fetch_url() local 1168 chunksize = 0; in fetch_url() 1177 chunksize = strtol(xferbuf, &ep, 16); in fetch_url() 1182 if (errno == ERANGE || chunksize < 0) { in fetch_url() 1208 (LLT)chunksize); in fetch_url() 1209 if (chunksize == 0) { in fetch_url() 1223 bufrem = MIN(chunksize, bufrem); in fetch_url() 1244 chunksize -= flen; in fetch_url() 1245 if (chunksize <= 0) in fetch_url() 1258 if (ischunked && chunksize <= 0) in fetch_url()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | subsegs.c | 40 obstack_begin (&frchains, chunksize); in subsegs_begin() 110 obstack_begin (&newP->frch_obstack, chunksize); in subseg_set_rest()
|
| H A D | as.h | 472 extern int chunksize;
|
| H A D | as.c | 100 int chunksize = 0; variable 1080 chunksize = 64; in main()
|
| H A D | hash.c | 117 obstack_begin (&ret->memory, chunksize); in hash_new()
|
| H A D | read.c | 237 obstack_begin (¬es, chunksize); in read_begin() 238 obstack_begin (&cond_obstack, chunksize); in read_begin()
|
| H A D | ChangeLog-9697 | 893 chunksize while creating the new subsection. 894 * as.c (chunksize): Initialize to zero. 895 * subsegs.c (subseg_set_rest): Change 5000 to chunksize when
|
| H A D | ChangeLog-9899 | 1548 * gasp.c (chunksize): New variable.
|
| H A D | ChangeLog-9295 | 558 * as.c (chunksize): New variable. 560 (main): If debug_memory is set, reduce chunksize and 562 * as.h (chunksize): Declare it.
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/ |
| H A D | ztest.c | 3887 chunksize = od[0].od_gen; in ztest_dmu_read_write() 3898 dmu_prefetch(os, bigobj, 0, n * chunksize, s * chunksize, in ztest_dmu_read_write() 3910 bigoff = n * chunksize; in ztest_dmu_read_write() 3911 bigsize = s * chunksize; in ztest_dmu_read_write() 4158 chunksize = blocksize; in ztest_dmu_read_write_zcopy() 4175 bigoff = n * chunksize; in ztest_dmu_read_write_zcopy() 4176 bigsize = s * chunksize; in ztest_dmu_read_write_zcopy() 4257 n, chunksize, txg); in ztest_dmu_read_write_zcopy() 4279 chunksize / 2); in ztest_dmu_read_write_zcopy() 4281 chunksize / 2, in ztest_dmu_read_write_zcopy() [all …]
|
| /freebsd-12.1/sys/fs/fuse/ |
| H A D | fuse_io.c | 516 size_t chunksize; in fuse_write_directbackend() local 566 chunksize = MIN(uio->uio_resid, data->max_write); in fuse_write_directbackend() 568 fdi.iosize = sizeof_fwi + chunksize; in fuse_write_directbackend() 574 fwi->size = chunksize; in fuse_write_directbackend() 581 if ((err = uiomove(fwi_data, chunksize, uio))) in fuse_write_directbackend()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | valprint.c | 1088 unsigned int chunksize; /* Size of each fetch, in chars. */ in val_print_string() local 1114 chunksize = (len == -1 ? min (8, fetchlimit) : fetchlimit); in val_print_string() 1139 nfetch = min (chunksize, fetchlimit - bufsize); in val_print_string()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/ |
| H A D | fs.c | 1223 u_int32_t chunksize, in copy_db_file_safely() argument 1251 buf = apr_palloc(pool, chunksize); in copy_db_file_safely() 1256 apr_size_t bytes_this_time = chunksize; in copy_db_file_safely()
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-ppc.c | 3242 hold_chunksize = chunksize; in ppc_change_csect() 3243 chunksize = 64; in ppc_change_csect() 3248 chunksize = hold_chunksize; in ppc_change_csect()
|
| /freebsd-12.1/contrib/tnftp/ |
| H A D | ChangeLog | 945 trailing space after the chunksize (before the \r\n), 947 chunksize. I 'm fairly certain that this is contrary to 1367 trailing space after the chunksize. noted by Jun-ichiro
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 1875 size_t chunksize = dstate->dtds_chunksize; in dtrace_dynvar() local 2152 ksize + dsize > chunksize) { in dtrace_dynvar() 14323 size_t hashsize, maxper, min, chunksize = dstate->dtds_chunksize; local 14334 if ((dstate->dtds_chunksize = chunksize) == 0)
|
| /freebsd-12.1/contrib/jemalloc/ |
| H A D | ChangeLog | 1104 - Remove the "arenas.chunksize" mallctl.
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 94941 int chunksize = 4*1024; 94942 sqlite3OsFileControlHint(pFd, SQLITE_FCNTL_CHUNK_SIZE, &chunksize);
|