| /freebsd/sbin/ipf/ipsend/ |
| H A D | sbpf.c | 53 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 D | files.c | 148 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 D | brf.c | 143 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/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_uio.c | 97 const struct bio_vec *bv = uio->uio_bvec; in zfs_uiomove_bvec_impl() local 103 size_t offset = bv->bv_offset + skip; in zfs_uiomove_bvec_impl() 105 MIN(bv->bv_len - skip, n)); in zfs_uiomove_bvec_impl() 107 paddr = zfs_kmap_local(bv->bv_page + (offset >> PAGE_SHIFT)); in zfs_uiomove_bvec_impl() 118 if (skip == bv->bv_len) { in zfs_uiomove_bvec_impl() 120 uio->uio_bvec = (++bv); in zfs_uiomove_bvec_impl() 134 struct bio_vec *bv) in zfs_copy_bvec() argument 138 paddr = zfs_kmap_local(bv->bv_page); in zfs_copy_bvec() 141 memcpy(paddr + bv->bv_offset + skip, p, cnt); in zfs_copy_bvec() 144 memcpy(p, paddr + bv->bv_offset + skip, cnt); in zfs_copy_bvec() [all …]
|
| /freebsd/contrib/libcbor/examples/ |
| H A D | sort.c | 19 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 D | hdb-ldap.c | 213 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/libpcap/ |
| H A D | pcap-pf.c | 590 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/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | kdb_ldap_conn.c | 137 struct berval bv; in authenticate() local 152 bv.bv_val = ctx->bind_pwd; in authenticate() 153 bv.bv_len = strlen(ctx->bind_pwd); in authenticate() 154 st = ldap_sasl_bind_s(server->ldap_handle, ctx->bind_dn, NULL, &bv, in authenticate()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_bitvector.h | 90 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 D | h_initfini_align.S | 11 bv,n %r0(%r2)
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a779m0.dtsi | 5 * Copyright (C) 2021 Glider bv
|
| H A D | r8a779m2.dtsi | 5 * Copyright (C) 2021 Glider bv
|
| H A D | r8a779m4.dtsi | 5 * Copyright (C) 2021 Glider bv
|
| H A D | r8a779m6.dtsi | 5 * Copyright (C) 2021 Glider bv
|
| H A D | r8a779m7.dtsi | 5 * Copyright (C) 2021 Glider bv
|
| H A D | r8a779mb.dtsi | 5 * Copyright (C) 2022 Glider bv
|
| H A D | r8a779g2.dtsi | 5 * Copyright (C) 2023 Glider bv
|
| H A D | r8a779g3.dtsi | 5 * Copyright (C) 2024 Glider bv
|
| H A D | r8a779m8.dtsi | 5 * Copyright (C) 2021 Glider bv
|
| H A D | r8a779g0-white-hawk-ethernet.dtsi | 6 * Copyright (C) 2022 Glider bv
|
| H A D | r8a779g0-white-hawk-cpu.dts | 5 * Copyright (C) 2023 Glider bv
|
| H A D | r8a779m1.dtsi | 5 * Copyright (C) 2021 Glider bv
|
| H A D | r8a779m3.dtsi | 5 * Copyright (C) 2021 Glider bv
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | stats.c | 1374 bool bv, bv2; in stats_print_helper() 1398 CTL_GET("config."#name, &bv, bool); \ in stats_print() 1400 emitter_type_bool, &bv); \ in stats_print() 1438 #define OPT_WRITE_BOOL(name) OPT_WRITE(name, bv, bsz, emitter_type_bool) in stats_print() 1440 OPT_WRITE_MUTABLE(name, bv, bv2, bsz, emitter_type_bool, altname) in stats_print() 1557 CTL_GET("prof.thread_active_init", &bv, bool); 1559 "prof.thread_active_init", emitter_type_bool, &bv); 1561 CTL_GET("prof.active", &bv, bool); 1563 &bv); 1565 CTL_GET("prof.gdump", &bv, boo 987 bool bv, bv2; stats_general_print() local [all...] |
| /freebsd/sys/kern/ |
| H A D | vfs_subr.c | 542 buf_lookup_ge(struct bufv *bv, daddr_t lblkno) in buf_lookup_ge() argument 546 bp = BUF_PCTRIE_LOOKUP_GE(&bv->bv_root, lblkno); in buf_lookup_ge() 548 bp = BUF_PCTRIE_LOOKUP_GE(&bv->bv_root, 0); in buf_lookup_ge() 559 buf_insert_lookup_le(struct bufv *bv, struct buf *bp, struct buf **n) in buf_insert_lookup_le() argument 563 error = BUF_PCTRIE_INSERT_LOOKUP_LE(&bv->bv_root, bp, n); in buf_insert_lookup_le() 566 *n = BUF_PCTRIE_LOOKUP_LE(&bv->bv_root, ~0L); in buf_insert_lookup_le() 2657 struct bufv *bv; in v_inval_buf_range_locked() local 2668 bv = clean ? &bo->bo_clean : &bo->bo_dirty; in v_inval_buf_range_locked() 2669 bp = buf_lookup_ge(bv, startlbn); in v_inval_buf_range_locked() 2672 TAILQ_FOREACH_FROM_SAFE(bp, &bv->bv_hd, b_bobufs, nbp) { in v_inval_buf_range_locked() [all …]
|