Home
last modified time | relevance | path

Searched refs:bv (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_uio.c131 const struct bio_vec *bv = uio->uio_bvec; in zfs_uiomove_bvec_impl() local
137 cnt = MIN(bv->bv_len - skip, n); in zfs_uiomove_bvec_impl()
139 paddr = zfs_kmap_atomic(bv->bv_page); in zfs_uiomove_bvec_impl()
150 if (skip == bv->bv_len) { in zfs_uiomove_bvec_impl()
152 uio->uio_bvec = (++bv); in zfs_uiomove_bvec_impl()
167 struct bio_vec *bv) in zfs_copy_bvec() argument
171 paddr = zfs_kmap_atomic(bv->bv_page); in zfs_copy_bvec()
174 memcpy(paddr + bv->bv_offset + skip, p, cnt); in zfs_copy_bvec()
177 memcpy(p, paddr + bv->bv_offset + skip, cnt); in zfs_copy_bvec()
190 struct bio_vec bv; in zfs_uiomove_bvec_rq() local
[all …]
/freebsd/sbin/ipf/ipsend/
H A Dsbpf.c53 struct bpf_version bv; in initdevice() local
82 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0) in initdevice()
87 if (bv.bv_major != BPF_MAJOR_VERSION || in initdevice()
88 bv.bv_minor < BPF_MINOR_VERSION) in initdevice()
91 bv.bv_major, bv.bv_minor); in initdevice()
/freebsd/contrib/bearssl/tools/
H A Dfiles.c148 bvector *bv; in vblob_append() local
150 bv = cc; in vblob_append()
151 VEC_ADDMANY(*bv, data, len); in vblob_append()
172 bvector bv = VEC_INIT; in decode_pem() local
194 br_pem_decoder_setdest(&pc, vblob_append, &bv); in decode_pem()
200 po.data = VEC_TOARRAY(bv); in decode_pem()
201 po.data_len = VEC_LEN(bv); in decode_pem()
203 VEC_CLEAR(bv); in decode_pem()
213 VEC_CLEAR(bv); in decode_pem()
236 VEC_CLEAR(bv); in decode_pem()
/freebsd/lib/libsecureboot/
H A Dbrf.c143 bvector *bv; in vblob_append() local
145 bv = cc; in vblob_append()
146 VEC_ADDMANY(*bv, data, len); in vblob_append()
165 bvector bv = VEC_INIT; in decode_pem() local
187 br_pem_decoder_setdest(&pc, vblob_append, &bv); in decode_pem()
193 po.data = VEC_TOARRAY(bv); in decode_pem()
194 po.data_len = VEC_LEN(bv); in decode_pem()
196 VEC_CLEAR(bv); in decode_pem()
206 VEC_CLEAR(bv); in decode_pem()
228 VEC_CLEAR(bv); in decode_pem()
/freebsd/contrib/libcbor/examples/
H A Dsort.c19 bv = cbor_get_uint8(*(cbor_item_t **)b); in compareUint() local
21 if (av < bv) in compareUint()
23 else if (av == bv) in compareUint()
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c216 if (bv != NULL) { in LDAP_addmod_len()
219 bv = ber_memrealloc(bv, (i + 2) * sizeof(*bv)); in LDAP_addmod_len()
221 bv = ber_memalloc(2 * sizeof(*bv)); in LDAP_addmod_len()
222 if (bv == NULL) in LDAP_addmod_len()
227 bv[i] = ber_memalloc(sizeof(**bv));; in LDAP_addmod_len()
234 bv[i + 1] = NULL; in LDAP_addmod_len()
252 char **bv; in LDAP_addmod() local
255 if (bv != NULL) { in LDAP_addmod()
258 bv = ber_memrealloc(bv, (i + 2) * sizeof(*bv)); in LDAP_addmod()
260 bv = ber_memalloc(2 * sizeof(*bv)); in LDAP_addmod()
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-pf.c591 struct bpf_version bv; in pcap_setfilter_pf() local
601 if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) >= 0) { in pcap_setfilter_pf()
607 if (bv.bv_major == BPF_MAJOR_VERSION && in pcap_setfilter_pf()
608 bv.bv_minor >= BPF_MINOR_VERSION) { in pcap_setfilter_pf()
656 bv.bv_major, bv.bv_minor); in pcap_setfilter_pf()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h90 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} in Iterator() argument
276 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { in Iterator() argument
/freebsd/contrib/netbsd-tests/lib/csu/arch/hppa/
H A Dh_initfini_align.S11 bv,n %r0(%r2)
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a779m0.dtsi5 * Copyright (C) 2021 Glider bv
H A Dr8a779m2.dtsi5 * Copyright (C) 2021 Glider bv
H A Dr8a779m4.dtsi5 * Copyright (C) 2021 Glider bv
H A Dr8a779m6.dtsi5 * Copyright (C) 2021 Glider bv
H A Dr8a779m7.dtsi5 * Copyright (C) 2021 Glider bv
H A Dr8a779mb.dtsi5 * Copyright (C) 2022 Glider bv
H A Dr8a779a0-falcon-ethernet.dtsi5 * Copyright (C) 2021 Glider bv
H A Dr8a779m8.dtsi5 * Copyright (C) 2021 Glider bv
H A Dr8a779g0-white-hawk-ethernet.dtsi6 * Copyright (C) 2022 Glider bv
H A Dr8a779m1.dtsi5 * Copyright (C) 2021 Glider bv
H A Dr8a779m3.dtsi5 * Copyright (C) 2021 Glider bv
H A Dr8a779m5.dtsi5 * Copyright (C) 2021 Glider bv
H A Dr8a779m3-ulcb-kf.dts5 * Copyright (C) 2021 Glider bv
H A Dr8a779m1-ulcb-kf.dts5 * Copyright (C) 2021 Glider bv
H A Dr8a779m5-salvator-xs.dts5 * Copyright (C) 2021 Glider bv
/freebsd/contrib/jemalloc/src/
H A Dstats.c987 bool bv, bv2; in stats_general_print() local
1007 CTL_GET("config."#name, &bv, bool); \ in stats_general_print()
1009 emitter_type_bool, &bv); \ in stats_general_print()
1047 #define OPT_WRITE_BOOL(name) OPT_WRITE(name, bv, bsz, emitter_type_bool) in stats_general_print()
1049 OPT_WRITE_MUTABLE(name, bv, bv2, bsz, emitter_type_bool, altname) in stats_general_print()
1116 CTL_GET("prof.thread_active_init", &bv, bool); in stats_general_print()
1118 "prof.thread_active_init", emitter_type_bool, &bv); in stats_general_print()
1120 CTL_GET("prof.active", &bv, bool); in stats_general_print()
1122 &bv); in stats_general_print()
1124 CTL_GET("prof.gdump", &bv, bool); in stats_general_print()
[all …]

123