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

12

/freebsd-11-stable/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 %ju",
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-11-stable/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
952 busdma_sysctl_tree(struct bounce_zone *bz) argument
958 busdma_sysctl_tree_top(struct bounce_zone *bz) argument
966 struct bounce_zone *bz; local
1040 struct bounce_zone *bz; local
1078 struct bounce_zone *bz; local
1098 struct bounce_zone *bz; local
1138 struct bounce_zone *bz; local
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.c467 struct bounce_zone *bz; local
475 bz = newtag->bounce_zone;
477 if (ptoa(bz->total_bpages) < maxsize) {
480 pages = atop(maxsize) - bz->total_bpages;
554 struct bounce_zone *bz; local
562 bz = dmat->bounce_zone;
573 || (bz->map_count > 0 && bz->total_bpages < maxpages)) {
577 pages = MIN(maxpages - bz->total_bpages, pages);
585 bz
1167 struct bounce_zone *bz; local
1374 busdma_sysctl_tree(struct bounce_zone *bz) argument
1381 busdma_sysctl_tree_top(struct bounce_zone *bz) argument
1390 struct bounce_zone *bz; local
1464 struct bounce_zone *bz; local
1499 struct bounce_zone *bz; local
1519 struct bounce_zone *bz; local
1561 struct bounce_zone *bz; local
[all...]
H A Dbusdma_machdep-v6.c523 struct bounce_zone *bz; local
535 bz = newtag->bounce_zone;
537 if (ptoa(bz->total_bpages) < maxsize) {
540 pages = atop(maxsize) - bz->total_bpages;
604 struct bounce_zone *bz; local
611 bz = dmat->bounce_zone;
624 maxpages = 2 * bz->map_count;
626 (bz->map_count > 0 && bz->total_bpages < maxpages)) {
630 pages = MIN(maxpages - bz
1222 struct bounce_zone *bz; local
1460 busdma_sysctl_tree(struct bounce_zone *bz) argument
1467 busdma_sysctl_tree_top(struct bounce_zone *bz) argument
1476 struct bounce_zone *bz; local
1550 struct bounce_zone *bz; local
1585 struct bounce_zone *bz; local
1605 struct bounce_zone *bz; local
1647 struct bounce_zone *bz; local
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dbusdma_machdep.c438 struct bounce_zone *bz; local
446 bz = newtag->bounce_zone;
448 if (ptoa(bz->total_bpages) < maxsize) {
451 pages = atop(maxsize) - bz->total_bpages;
543 struct bounce_zone *bz; local
553 bz = dmat->bounce_zone;
564 || (bz->map_count > 0 && bz->total_bpages < maxpages)) {
568 pages = MIN(maxpages - bz->total_bpages, pages);
580 bz
1258 busdma_sysctl_tree(struct bounce_zone *bz) argument
1264 busdma_sysctl_tree_top(struct bounce_zone *bz) argument
1272 struct bounce_zone *bz; local
1346 struct bounce_zone *bz; local
1386 struct bounce_zone *bz; local
1406 struct bounce_zone *bz; local
1447 struct bounce_zone *bz; local
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dbusdma_bounce.c185 struct bounce_zone *bz; local
192 bz = newtag->bounce_zone;
194 if (ptoa(bz->total_bpages) < maxsize) {
197 pages = atop(maxsize) - bz->total_bpages;
261 struct bounce_zone *bz; local
288 bz = dmat->bounce_zone;
311 (bz->map_count > 0 && bz->total_bpages < maxpages)) {
313 pages = MIN(maxpages - bz->total_bpages, pages);
326 bz
1016 busdma_sysctl_tree(struct bounce_zone *bz) argument
1023 busdma_sysctl_tree_top(struct bounce_zone *bz) argument
1032 struct bounce_zone *bz; local
1106 struct bounce_zone *bz; local
1144 struct bounce_zone *bz; local
1164 struct bounce_zone *bz; local
1211 struct bounce_zone *bz; local
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dbusdma_bounce.c205 struct bounce_zone *bz; local
212 bz = newtag->bounce_zone;
214 if (ptoa(bz->total_bpages) < maxsize) {
217 pages = atop(round_page(maxsize)) - bz->total_bpages;
299 struct bounce_zone *bz; local
335 bz = dmat->bounce_zone;
349 (bz->map_count > 0 && bz->total_bpages < maxpages)) {
351 pages = MIN(maxpages - bz->total_bpages, pages);
364 bz
1078 busdma_sysctl_tree(struct bounce_zone *bz) argument
1085 busdma_sysctl_tree_top(struct bounce_zone *bz) argument
1094 struct bounce_zone *bz; local
1168 struct bounce_zone *bz; local
1203 struct bounce_zone *bz; local
1223 struct bounce_zone *bz; local
1266 struct bounce_zone *bz; local
[all...]
/freebsd-11-stable/sys/net/
H A Dbpf_zerocopy.h52 struct bpf_zbuf *bz);
54 struct bpf_zbuf *bz);
H A Dbpf_zerocopy.c513 struct bpf_zbuf *bz)
517 bzero(bz, sizeof(*bz));
522 bz->bz_bufa = (void *)bzh->zb_uaddr;
523 bz->bz_buflen = d->bd_hlen;
534 struct bpf_zbuf *bz)
545 if (bz->bz_bufa == NULL || bz->bz_bufb == NULL)
552 if (bz->bz_buflen == 0)
558 error = zbuf_setup(td, (vm_offset_t)bz
512 bpf_zerocopy_ioctl_rotzbuf(struct thread *td, struct bpf_d *d, struct bpf_zbuf *bz) argument
533 bpf_zerocopy_ioctl_setzbuf(struct thread *td, struct bpf_d *d, struct bpf_zbuf *bz) argument
[all...]
/freebsd-11-stable/contrib/groff/font/devps/generate/
H A Dsymbol.sed18 /^C .*[ ;]N parenleftbt[ ;]/bz
19 /^C .*[ ;]N parenrightbt[ ;]/bz
/freebsd-11-stable/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-11-stable/usr.bin/gzip/
H A Dzdiff44 *[._-]bz)
/freebsd-11-stable/contrib/file/src/
H A Dcompress.c606 bz_stream bz; local
608 memset(&bz, 0, sizeof(bz));
609 rc = BZ2_bzDecompressInit(&bz, 0, 0);
616 bz.next_in = CCAST(char *, RCAST(const char *, old));
617 bz.avail_in = CAST(uint32_t, *n);
618 bz.next_out = RCAST(char *, *newch);
619 bz.avail_out = CAST(unsigned int, bytes_max);
621 rc = BZ2_bzDecompress(&bz);
626 /* assert(bz
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dsupport.S111 bz,a,pt %xcc, 2f ; \
162 bz,a,pt %xcc, 2f ; \
171 bz,a,pt %xcc, 3f ; \
593 bz,a,pt %xcc, 1f
625 bz,pn %xcc, 3f
666 bz,a,pt %xcc, 1f
777 bz,a,pt %xcc, 1f
H A Dswtch.S67 bz,a,pt %xcc, 1f
81 bz,a,pt %xcc, 2f
H A Dmp_exception.S76 bz,pt %xcc, 2f
116 bz,pt %xcc, 2f
H A Dexception.S659 bz,pn %xcc, 3f
672 bz,a,pn %xcc, tl0_immu_miss_set_ref
830 bz,a,pn %xcc, tl0_dmmu_miss_set_ref
1008 bz,pn %xcc, 4f
1377 bz,pn %xcc, tl1_immu_miss_trap
1387 bz,a,pn %xcc, tl1_immu_miss_set_ref
1521 bz,a,pt %xcc, tl1_dmmu_miss_set_ref
1695 bz,pn %xcc, tl1_dmmu_prot_trap
/freebsd-11-stable/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-11-stable/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 Dsparcv9-gf2m.pl50 bz,pn %icc,.Lsoftware
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bpf.c336 struct bpf_zbuf bz; local
371 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) {
418 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) {
1669 struct bpf_zbuf bz; local
1987 memset(&bz, 0, sizeof(bz)); /* bzero() deprecated, replaced with memset() */
1988 bz.bz_bufa = pb->zbuf1;
1989 bz.bz_bufb = pb->zbuf2;
1990 bz.bz_buflen = pb->zbufsize;
1991 if (ioctl(fd, BIOCSETZBUF, (caddr_t)&bz) <
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h126 struct bzcopy_state *bz; member in struct:sdp_mb_cb
135 #define BZCOPY_STATE(mb) (SDP_SKB_CB(mb)->bz)
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparccpuid.S383 bz .v9aligned
408 bz .v8aligned
505 bz .Ldone2

Completed in 341 milliseconds

12