Home
last modified time | relevance | path

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

123

/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/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_uio.c96 const struct bio_vec *bv = uio->uio_bvec; in zfs_uiomove_bvec_impl() local
102 cnt = MIN(bv->bv_len - skip, n); in zfs_uiomove_bvec_impl()
104 paddr = zfs_kmap_local(bv->bv_page); in zfs_uiomove_bvec_impl()
107 memcpy(paddr + bv->bv_offset + skip, p, cnt); in zfs_uiomove_bvec_impl()
110 memcpy(p, paddr + bv->bv_offset + skip, cnt); in zfs_uiomove_bvec_impl()
115 if (skip == bv->bv_len) { in zfs_uiomove_bvec_impl()
117 uio->uio_bvec = (++bv); in zfs_uiomove_bvec_impl()
131 struct bio_vec *bv) in zfs_copy_bvec() argument
135 paddr = zfs_kmap_local(bv->bv_page); in zfs_copy_bvec()
138 memcpy(paddr + bv->bv_offset + skip, p, cnt); in zfs_copy_bvec()
[all …]
/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/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c213 struct berval **bv; in LDAP_addmod_len()
215 bv = (*modlist)[cMods]->mod_bvalues; in LDAP_addmod_len()
216 if (bv != NULL) { in LDAP_addmod_len()
217 for (i = 0; bv[i] != NULL; i++) 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 in LDAP_addmod_len()
210 struct berval **bv; LDAP_addmod_len() local
249 char **bv; LDAP_addmod() local
1541 struct berval bv = { 0, "" }; LDAP__connect() local
[all...]
/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/contrib/libpcap/
H A Dpcap-pf.c590 struct bpf_version bv; in pcap_setfilter_pf() local
600 if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) >= 0) { in pcap_setfilter_pf()
606 if (bv.bv_major == BPF_MAJOR_VERSION && in pcap_setfilter_pf()
607 bv.bv_minor >= BPF_MINOR_VERSION) { in pcap_setfilter_pf()
655 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/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 …]
/freebsd/sys/kern/
H A Dvfs_subr.c546 buf_lookup_ge(struct bufv *bv, daddr_t lblkno) in buf_lookup_ge() argument
550 bp = BUF_PCTRIE_LOOKUP_GE(&bv->bv_root, lblkno); in buf_lookup_ge()
552 bp = BUF_PCTRIE_LOOKUP_GE(&bv->bv_root, 0); in buf_lookup_ge()
563 buf_insert_lookup_le(struct bufv *bv, struct buf *bp, struct buf **n) in buf_insert_lookup_le() argument
567 error = BUF_PCTRIE_INSERT_LOOKUP_LE(&bv->bv_root, bp, n); in buf_insert_lookup_le()
570 *n = BUF_PCTRIE_LOOKUP_LE(&bv->bv_root, ~0L); in buf_insert_lookup_le()
2642 struct bufv *bv; in v_inval_buf_range_locked() local
2653 bv = clean ? &bo->bo_clean : &bo->bo_dirty; in v_inval_buf_range_locked()
2654 bp = buf_lookup_ge(bv, startlbn); in v_inval_buf_range_locked()
2657 TAILQ_FOREACH_FROM_SAFE(bp, &bv->bv_hd, b_bobufs, nbp) { in v_inval_buf_range_locked()
[all …]
/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 Dr8a779g2.dtsi5 * Copyright (C) 2023 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 Dr8a779g0-white-hawk-cpu.dts5 * Copyright (C) 2023 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

123