Searched refs:bv (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/netbsd-tests/lib/csu/arch/hppa/
H A Dh_initfini_align.S11 bv,n %r0(%r2)
/freebsd-13-stable/contrib/ipfilter/ipsend/
H A Dsbpf.c59 struct bpf_version bv; local
88 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0)
93 if (bv.bv_major != BPF_MAJOR_VERSION ||
94 bv.bv_minor < BPF_MINOR_VERSION)
97 bv.bv_major, bv.bv_minor);
/freebsd-13-stable/contrib/bearssl/tools/
H A Dfiles.c148 bvector *bv; local
150 bv = cc;
151 VEC_ADDMANY(*bv, data, len);
172 bvector bv = VEC_INIT; local
194 br_pem_decoder_setdest(&pc, vblob_append, &bv);
200 po.data = VEC_TOARRAY(bv);
201 po.data_len = VEC_LEN(bv);
203 VEC_CLEAR(bv);
213 VEC_CLEAR(bv);
236 VEC_CLEAR(bv);
[all...]
/freebsd-13-stable/lib/libsecureboot/
H A Dbrf.c145 bvector *bv; local
147 bv = cc;
148 VEC_ADDMANY(*bv, data, len);
167 bvector bv = VEC_INIT; local
189 br_pem_decoder_setdest(&pc, vblob_append, &bv);
195 po.data = VEC_TOARRAY(bv);
196 po.data_len = VEC_LEN(bv);
198 VEC_CLEAR(bv);
208 VEC_CLEAR(bv);
230 VEC_CLEAR(bv);
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_uio.c131 const struct bio_vec *bv = uio->uio_bvec; local
137 cnt = MIN(bv->bv_len - skip, n);
139 paddr = zfs_kmap_atomic(bv->bv_page);
141 bcopy(p, paddr + bv->bv_offset + skip, cnt);
143 bcopy(paddr + bv->bv_offset + skip, p, cnt);
147 if (skip == bv->bv_len) {
149 uio->uio_bvec = (++bv);
/freebsd-13-stable/crypto/openssl/crypto/
H A Dpariscid.pl39 bv ($rp)
51 bv ($rp)
91 bv ($rp)
134 bv ($rp)
165 bv ($rp)
205 bv ($rp)
252 bv ($rp)
/freebsd-13-stable/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c210 struct berval **bv; local
212 bv = (*modlist)[cMods]->mod_bvalues;
213 if (bv != NULL) {
214 for (i = 0; bv[i] != NULL; i++)
216 bv = ber_memrealloc(bv, (i + 2) * sizeof(*bv));
218 bv = ber_memalloc(2 * sizeof(*bv));
219 if (bv
249 char **bv; local
1541 struct berval bv = { 0, "" }; local
[all...]
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-pf.c593 struct bpf_version bv; local
603 if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) >= 0) {
609 if (bv.bv_major == BPF_MAJOR_VERSION &&
610 bv.bv_minor >= BPF_MINOR_VERSION) {
658 bv.bv_major, bv.bv_minor);
H A Dpcap-bpf.c1649 struct bpf_version bv; local
1681 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0) {
1687 if (bv.bv_major != BPF_MAJOR_VERSION ||
1688 bv.bv_minor < BPF_MINOR_VERSION) {
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h107 #define bio_for_each_segment4(bv, bvp, b, i) \
108 bio_for_each_segment((bv), (b), (i))
115 #define bio_for_each_segment4(bv, bvp, b, i) \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h83 // for (BasicBitVector<>::Iterator it(bv); it.hasNext();) {
90 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} argument
269 // for (TwoLevelBitVector<>::Iterator it(bv); it.hasNext();) {
276 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { argument
/freebsd-13-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl245 bv (%r2)
292 bv,n (%r2)
307 bv (%r2)
/freebsd-13-stable/contrib/opie/
H A Dglob.c271 static char **blkcpy FUNCTION((oav, bv), char **oav AND register char **bv) argument
275 while (*av++ = *bv++)
/freebsd-13-stable/contrib/jemalloc/src/
H A Dstats.c987 bool bv, bv2; local
1007 CTL_GET("config."#name, &bv, bool); \
1009 emitter_type_bool, &bv); \
1047 #define OPT_WRITE_BOOL(name) OPT_WRITE(name, bv, bsz, emitter_type_bool)
1049 OPT_WRITE_MUTABLE(name, bv, bv2, bsz, emitter_type_bool, altname)
1116 CTL_GET("prof.thread_active_init", &bv, bool);
1118 "prof.thread_active_init", emitter_type_bool, &bv);
1120 CTL_GET("prof.active", &bv, bool);
1122 &bv);
1124 CTL_GET("prof.gdump", &bv, boo
[all...]
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c3625 char bv[2 * MAXVALLEN]; local
3740 bv[0] = '+';
3741 atoascii (value, MAXVALLEN, bv+1, sizeof(bv)-1);
3742 output(fp, name, bv);
3759 bv, sizeof(bv) - 1);
3760 len = strlen(bv);
3761 bv[len] = output_raw;
3762 bv[le
[all...]
/freebsd-13-stable/contrib/sendmail/src/
H A Dtls.c385 bool bv; local
400 bv = true;
410 bv = false;
414 if (bv)
415 bv = tls_rand_init(RandFile, 7);
417 if (bv && fipsmode)
450 if (bv && CertFingerprintAlgorithm != NULL)
457 bv = false;
466 return bv ? 0 : 1;
/freebsd-13-stable/sys/kern/
H A Dvfs_subr.c2349 struct bufv *bv; local
2361 bv = &bp->b_bufobj->bo_dirty;
2363 bv = &bp->b_bufobj->bo_clean;
2364 BUF_PCTRIE_REMOVE(&bv->bv_root, bp->b_lblkno);
2365 TAILQ_REMOVE(&bv->bv_hd, bp, b_bobufs);
2366 bv->bv_cnt--;
2378 struct bufv *bv; local
2391 bv = &bo->bo_dirty;
2393 bv = &bo->bo_clean;
2400 if (bv
2810 struct bufv *bv; local
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Dsh.misc.c132 blkcpy(Char **oav, Char **bv) argument
136 while ((*av++ = *bv++) != NULL)
/freebsd-13-stable/contrib/libucl/uthash/
H A Duthash.h125 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8] |= (1U << ((idx)%8)))
126 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8] & (1U << ((idx)%8)))
/freebsd-13-stable/contrib/elftoolchain/common/
H A Duthash.h126 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8] |= (1U << ((idx)%8)))
127 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8] & (1U << ((idx)%8)))
/freebsd-13-stable/sys/i386/i386/
H A Dnpx.c1084 uint64_t bv; local
1100 bv = ehdr->xstate_bv;
1105 if (bv & ~xsave_mask)
1110 hdr->xstate_bv = bv;
/freebsd-13-stable/sys/amd64/amd64/
H A Dfpu.c935 uint64_t bv; local
951 bv = ehdr->xstate_bv;
956 if (bv & ~xsave_mask)
961 hdr->xstate_bv = bv;
/freebsd-13-stable/usr.sbin/usbdump/
H A Dusbdump.c820 struct bpf_version bv; local
947 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0)
950 if (bv.bv_major != BPF_MAJOR_VERSION ||
951 bv.bv_minor < BPF_MINOR_VERSION)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h424 SymbolManager(ASTContext &ctx, BasicValueFactory &bv, argument
426 : SymbolDependencies(16), BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl256 bv (%r2)

Completed in 381 milliseconds

12