Searched refs:bz (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.0-release/sys/kern/
H A Dsubr_busdma_bufalloc.c77 struct busdma_bufzone *bz; local
94 for (i = 0, bz = ba->buf_zones, cursize = ba->min_size;
96 ++i, ++bz, cursize <<= 1) {
97 snprintf(bz->name, sizeof(bz->name), "dma %.10s %lu",
99 bz->size = cursize;
100 bz->umazone = uma_zcreate(bz->name, bz->size,
101 NULL, NULL, NULL, NULL, bz
119 struct busdma_bufzone *bz; local
135 struct busdma_bufzone *bz; local
[all...]
/freebsd-10.0-release/sys/powerpc/powerpc/
H A Dbusdma_machdep.c307 struct bounce_zone *bz; local
315 bz = newtag->bounce_zone;
317 if (ptoa(bz->total_bpages) < maxsize) {
320 pages = atop(maxsize) - bz->total_bpages;
406 struct bounce_zone *bz; local
413 bz = dmat->bounce_zone;
427 || (bz->map_count > 0 && bz->total_bpages < maxpages)) {
431 pages = MIN(maxpages - bz->total_bpages, pages);
443 bz
942 busdma_sysctl_tree(struct bounce_zone *bz) argument
948 busdma_sysctl_tree_top(struct bounce_zone *bz) argument
956 struct bounce_zone *bz; local
1030 struct bounce_zone *bz; local
1068 struct bounce_zone *bz; local
1088 struct bounce_zone *bz; local
1128 struct bounce_zone *bz; local
[all...]
/freebsd-10.0-release/sys/x86/x86/
H A Dbusdma_machdep.c311 struct bounce_zone *bz; local
319 bz = newtag->bounce_zone;
321 if (ptoa(bz->total_bpages) < maxsize) {
324 pages = atop(maxsize) - bz->total_bpages;
414 struct bounce_zone *bz; local
421 bz = dmat->bounce_zone;
443 || (bz->map_count > 0 && bz->total_bpages < maxpages)) {
447 pages = MIN(maxpages - bz->total_bpages, pages);
459 bz
948 busdma_sysctl_tree(struct bounce_zone *bz) argument
954 busdma_sysctl_tree_top(struct bounce_zone *bz) argument
969 struct bounce_zone *bz; local
1043 struct bounce_zone *bz; local
1081 struct bounce_zone *bz; local
1101 struct bounce_zone *bz; local
1143 struct bounce_zone *bz; local
[all...]
/freebsd-10.0-release/sys/arm/arm/
H A Dbusdma_machdep-v6.c432 struct bounce_zone *bz; local
440 bz = newtag->bounce_zone;
442 if (ptoa(bz->total_bpages) < maxsize) {
445 pages = atop(maxsize) - bz->total_bpages;
509 struct bounce_zone *bz; local
516 bz = dmat->bounce_zone;
527 maxpages = 2 * bz->map_count; /* Only need at most 2 pages for buffers unaligned on cache line boundaries */
529 || (bz->map_count > 0 && bz->total_bpages < maxpages)) {
533 pages = MIN(maxpages - bz
1095 struct bounce_zone *bz; local
1295 busdma_sysctl_tree(struct bounce_zone *bz) argument
1301 busdma_sysctl_tree_top(struct bounce_zone *bz) argument
1309 struct bounce_zone *bz; local
1383 struct bounce_zone *bz; local
1421 struct bounce_zone *bz; local
1441 struct bounce_zone *bz; local
1483 struct bounce_zone *bz; local
[all...]
H A Dbusdma_machdep.c494 struct bounce_zone *bz; local
502 bz = newtag->bounce_zone;
504 if (ptoa(bz->total_bpages) < maxsize) {
507 pages = atop(maxsize) - bz->total_bpages;
610 struct bounce_zone *bz; local
621 bz = dmat->bounce_zone;
632 || (bz->map_count > 0 && bz->total_bpages < maxpages)) {
636 pages = MIN(maxpages - bz->total_bpages, pages);
648 bz
1277 busdma_sysctl_tree(struct bounce_zone *bz) argument
1283 busdma_sysctl_tree_top(struct bounce_zone *bz) argument
1291 struct bounce_zone *bz; local
1365 struct bounce_zone *bz; local
1405 struct bounce_zone *bz; local
1425 struct bounce_zone *bz; local
1466 struct bounce_zone *bz; local
[all...]
/freebsd-10.0-release/sys/mips/mips/
H A Dbusdma_machdep.c398 struct bounce_zone *bz; local
406 bz = newtag->bounce_zone;
408 if (ptoa(bz->total_bpages) < maxsize) {
411 pages = atop(maxsize) - bz->total_bpages;
507 struct bounce_zone *bz; local
517 bz = dmat->bounce_zone;
528 || (bz->map_count > 0 && bz->total_bpages < maxpages)) {
532 pages = MIN(maxpages - bz->total_bpages, pages);
544 bz
1177 busdma_sysctl_tree(struct bounce_zone *bz) argument
1183 busdma_sysctl_tree_top(struct bounce_zone *bz) argument
1191 struct bounce_zone *bz; local
1265 struct bounce_zone *bz; local
1305 struct bounce_zone *bz; local
1325 struct bounce_zone *bz; local
1366 struct bounce_zone *bz; local
[all...]
/freebsd-10.0-release/sys/net/
H A Dbpf_zerocopy.h52 struct bpf_zbuf *bz);
54 struct bpf_zbuf *bz);
H A Dbpf_zerocopy.c514 struct bpf_zbuf *bz)
518 bzero(bz, sizeof(*bz));
523 bz->bz_bufa = (void *)bzh->zb_uaddr;
524 bz->bz_buflen = d->bd_hlen;
535 struct bpf_zbuf *bz)
546 if (bz->bz_bufa == NULL || bz->bz_bufb == NULL)
553 if (bz->bz_buflen == 0)
559 error = zbuf_setup(td, (vm_offset_t)bz
513 bpf_zerocopy_ioctl_rotzbuf(struct thread *td, struct bpf_d *d, struct bpf_zbuf *bz) argument
534 bpf_zerocopy_ioctl_setzbuf(struct thread *td, struct bpf_d *d, struct bpf_zbuf *bz) argument
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.s46 bz 1b
H A Dtst.embedded.s46 bz 1b
H A Dtst.br.s73 bz 1b
/freebsd-10.0-release/contrib/groff/font/devps/generate/
H A Dsymbol.sed18 /^C .*[ ;]N parenleftbt[ ;]/bz
19 /^C .*[ ;]N parenrightbt[ ;]/bz
/freebsd-10.0-release/usr.bin/gzip/
H A Dzdiff44 *[._-]bz)
/freebsd-10.0-release/contrib/bzip2/
H A Dblocksort.c609 #define mnextswap(az,bz) \
611 tz = nextLo[az]; nextLo[az] = nextLo[bz]; nextLo[bz] = tz; \
612 tz = nextHi[az]; nextHi[az] = nextHi[bz]; nextHi[bz] = tz; \
613 tz = nextD [az]; nextD [az] = nextD [bz]; nextD [bz] = tz; }
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dsupport.S109 bz,a,pt %xcc, 2f ; \
160 bz,a,pt %xcc, 2f ; \
169 bz,a,pt %xcc, 3f ; \
591 bz,a,pt %xcc, 1f
623 bz,pn %xcc, 3f
664 bz,a,pt %xcc, 1f
775 bz,a,pt %xcc, 1f
H A Dmp_exception.S79 bz,pt %xcc, 2f
119 bz,pt %xcc, 2f
H A Dswtch.S67 bz,a,pt %xcc, 1f
81 bz,a,pt %xcc, 2f
H A Dexception.S658 bz,pn %xcc, 3f
671 bz,a,pn %xcc, tl0_immu_miss_set_ref
829 bz,a,pn %xcc, tl0_dmmu_miss_set_ref
1007 bz,pn %xcc, 4f
1376 bz,pn %xcc, tl1_immu_miss_trap
1386 bz,a,pn %xcc, tl1_immu_miss_set_ref
1520 bz,a,pt %xcc, tl1_dmmu_miss_set_ref
1694 bz,pn %xcc, tl1_dmmu_prot_trap
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dsparcv8.S56 bz .L_bn_mul_add_words_tail
122 bz .L_bn_mul_add_words_return
134 bz .L_bn_mul_add_words_return
169 bz .L_bn_mul_words_tail
221 bz .L_bn_mul_words_return
231 bz .L_bn_mul_words_return
261 bz .L_bn_sqr_words_tail
308 bz .L_bn_sqr_words_return
317 bz .L_bn_sqr_words_return
364 bz
[all...]
H A Dsparcv8plus.S190 bz,pn %icc,.L_bn_mul_add_words_tail
292 bz,pn %icc,.L_bn_mul_words_tail
380 bz,pn %icc,.L_bn_sqr_words_tail
481 bz,pn %icc,.L_bn_add_words_tail
559 bz,pn %icc,.L_bn_sub_words_tail
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-bpf.c288 struct bpf_zbuf bz; local
323 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) {
370 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) {
1490 struct bpf_zbuf bz; local
1697 memset(&bz, 0, sizeof(bz)); /* bzero() deprecated, replaced with memset() */
1698 bz.bz_bufa = p->md.zbuf1;
1699 bz.bz_bufb = p->md.zbuf2;
1700 bz.bz_buflen = p->md.zbufsize;
1701 if (ioctl(fd, BIOCSETZBUF, (caddr_t)&bz) <
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dsparccpuid.S352 bz .v9aligned
377 bz .v8aligned
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h124 struct bzcopy_state *bz; member in struct:sdp_mb_cb
133 #define BZCOPY_STATE(mb) (SDP_SKB_CB(mb)->bz)
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl226 bz,pt %icc,.Laligned
/freebsd-10.0-release/usr.bin/man/
H A Dman.sh829 *.bz) cattool='/usr/bin/bzcat' ;;

Completed in 233 milliseconds

12