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

12

/freebsd-10.3-release/contrib/netbsd-tests/lib/csu/arch/hppa/
H A Dh_initfini_align.S11 bv,n %r0(%r2)
/freebsd-10.3-release/contrib/ipfilter/ipsend/
H A Dsbpf.c62 struct bpf_version bv; local
91 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0)
96 if (bv.bv_major != BPF_MAJOR_VERSION ||
97 bv.bv_minor < BPF_MINOR_VERSION)
100 bv.bv_major, bv.bv_minor);
/freebsd-10.3-release/contrib/ipfilter/ipsd/
H A Dsbpf.c126 struct bpf_version bv; local
155 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0)
160 if (bv.bv_major != BPF_MAJOR_VERSION ||
161 bv.bv_minor < BPF_MINOR_VERSION)
164 bv.bv_major, bv.bv_minor);
/freebsd-10.3-release/crypto/openssl/crypto/
H A Dpariscid.pl32 bv ($rp)
44 bv ($rp)
84 bv ($rp)
127 bv ($rp)
167 bv ($rp)
214 bv ($rp)
/freebsd-10.3-release/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-10.3-release/contrib/gdb/gdb/
H A Dcp-namespace.c650 struct blockvector *bv; local
658 bv = obstack_alloc (&objfile->objfile_obstack,
661 BLOCKVECTOR_NBLOCKS (bv) = FIRST_LOCAL_BLOCK + 1;
662 BLOCKVECTOR (namespace_symtab) = bv;
669 BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK) = bl;
673 BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK) = bl;
691 BLOCKVECTOR_BLOCK (bv, FIRST_LOCAL_BLOCK) = bl;
H A Djv-lang.c102 struct blockvector *bv; local
106 bv = (struct blockvector *)
109 BLOCKVECTOR_NBLOCKS (bv) = 1;
110 BLOCKVECTOR (class_symtab) = bv;
116 BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK) = bl;
121 BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK) = bl;
131 struct blockvector *bv = BLOCKVECTOR (symtab); local
132 dict_add_symbol (BLOCK_DICT (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK)), sym);
158 struct blockvector *bv = BLOCKVECTOR (symtab); local
159 struct block *bl = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOC
[all...]
H A Dsymtab.c1090 struct blockvector *bv;
1104 bv = BLOCKVECTOR (s);
1105 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
1133 struct blockvector *bv;
1139 bv = BLOCKVECTOR (s);
1140 block = BLOCKVECTOR_BLOCK (bv, block_index);
1167 struct blockvector *bv;
1180 bv = BLOCKVECTOR (s);
1181 block = BLOCKVECTOR_BLOCK (bv, block_index);
1196 block = BLOCKVECTOR_BLOCK (bv,
1086 struct blockvector *bv; local
1129 struct blockvector *bv; local
1163 struct blockvector *bv; local
1539 struct blockvector *bv; local
1736 struct blockvector *bv; local
1869 struct blockvector *bv; local
2735 struct blockvector *bv; local
[all...]
H A Dsymmisc.c123 struct blockvector *bv;
137 bv = BLOCKVECTOR (s);
138 n = BLOCKVECTOR_NBLOCKS (bv);
140 free_symtab_block (s->objfile, BLOCKVECTOR_BLOCK (bv, i));
142 xmfree (s->objfile->md, bv);
449 struct blockvector *bv;
481 bv = BLOCKVECTOR (symtab);
482 len = BLOCKVECTOR_NBLOCKS (bv);
485 b = BLOCKVECTOR_BLOCK (bv, i);
1133 struct blockvector *bv;
122 struct blockvector *bv; local
448 struct blockvector *bv; local
1132 struct blockvector *bv; local
[all...]
H A Dmdebugread.c823 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st);
827 if (b == BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK))
828 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
833 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
1199 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st);
1223 for (i = 0; i < BLOCKVECTOR_NBLOCKS (bv); i++)
1225 struct block *b_bad = BLOCKVECTOR_BLOCK (bv, i);
4468 struct blockvector *bv = BLOCKVECTOR (s);
4470 bv = (struct blockvector *) xrealloc ((void *) bv,
816 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); local
1192 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); local
4459 struct blockvector *bv = BLOCKVECTOR (s); local
4528 struct blockvector *bv = BLOCKVECTOR (s); local
4661 struct blockvector *bv; local
[all...]
H A Dobjfiles.c523 struct blockvector *bv;
538 bv = BLOCKVECTOR (s);
539 for (i = 0; i < BLOCKVECTOR_NBLOCKS (bv); ++i)
545 b = BLOCKVECTOR_BLOCK (bv, i);
522 struct blockvector *bv; local
/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-pf.c523 struct bpf_version bv; local
533 if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) >= 0) {
539 if (bv.bv_major == BPF_MAJOR_VERSION &&
540 bv.bv_minor >= BPF_MINOR_VERSION) {
588 bv.bv_major, bv.bv_minor);
/freebsd-10.3-release/sys/dev/drm2/i915/
H A Dintel_tv.c98 u16 rv, gv, bv, av; member in struct:color_conversion
226 .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av = 0x0200,
236 .rv = 0x037a, .gv = 0x033d, .bv = 0x06f6, .av = 0x0200,
246 .rv = 0x035a, .gv = 0x0322, .bv = 0x06e1, .av = 0x0200,
256 .rv = 0x0399, .gv = 0x0356, .bv = 0x070a, .av = 0x0200,
266 .rv = 0x0353, .gv = 0x031c, .bv = 0x06dc, .av = 0x0200,
276 .rv = 0x0390, .gv = 0x034f, .bv = 0x0705, .av = 0x0200,
286 .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av = 0x0200,
296 .rv = 0x037a, .gv = 0x033d, .bv = 0x06f6, .av = 0x0200,
306 .rv = 0x0340, .gv = 0x030c, .bv
[all...]
/freebsd-10.3-release/contrib/jemalloc/src/
H A Dstats.c332 bool bv; local
344 CTL_GET("config.debug", &bv, bool);
346 bv ? "enabled" : "disabled");
349 if ((err = je_mallctl("opt."#n, &bv, &bsz, NULL, 0)) \
352 " opt."#n": %s\n", bv ? "true" : "false"); \
433 if ((err = je_mallctl("opt.prof", &bv, &bsz, NULL, 0)) == 0 &&
434 bv) {
/freebsd-10.3-release/contrib/opie/
H A Dglob.c271 static char **blkcpy FUNCTION((oav, bv), char **oav AND register char **bv) argument
275 while (*av++ = *bv++)
/freebsd-10.3-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl238 bv (%r2)
285 bv,n (%r2)
300 bv (%r2)
/freebsd-10.3-release/sys/amd64/amd64/
H A Dfpu.c764 uint64_t bv; local
780 bv = ehdr->xstate_bv;
785 if (bv & ~xsave_mask)
790 hdr->xstate_bv = bv;
/freebsd-10.3-release/sys/kern/
H A Dvfs_subr.c1635 struct bufv *bv; local
1643 bv = &bp->b_bufobj->bo_dirty;
1645 bv = &bp->b_bufobj->bo_clean;
1646 BUF_PCTRIE_REMOVE(&bv->bv_root, bp->b_lblkno);
1647 TAILQ_REMOVE(&bv->bv_hd, bp, b_bobufs);
1648 bv->bv_cnt--;
1660 struct bufv *bv; local
1671 bv = &bo->bo_dirty;
1673 bv = &bo->bo_clean;
1680 if (bv
2079 struct bufv *bv; local
[all...]
/freebsd-10.3-release/contrib/sendmail/src/
H A Dtls.c336 bool bv; local
347 bv = tls_rand_init(RandFile, 7);
349 if (bv && fipsmode)
370 if (bv && CertFingerprintAlgorithm != NULL)
377 bv = false;
386 return bv;
/freebsd-10.3-release/contrib/tcsh/
H A Dsh.misc.c135 blkcpy(Char **oav, Char **bv) argument
139 while ((*av++ = *bv++) != NULL)
/freebsd-10.3-release/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-10.3-release/sys/i386/isa/
H A Dnpx.c1082 uint64_t bv; local
1098 bv = ehdr->xstate_bv;
1103 if (bv & ~xsave_mask)
1108 hdr->xstate_bv = bv;
/freebsd-10.3-release/usr.sbin/usbdump/
H A Dusbdump.c788 struct bpf_version bv; local
878 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0)
881 if (bv.bv_major != BPF_MAJOR_VERSION ||
882 bv.bv_minor < BPF_MINOR_VERSION)
/freebsd-10.3-release/contrib/ntp/ntpq/
H A Dntpq.c3414 char bv[2 * MAXVALLEN]; local
3516 bv, sizeof(bv) - 1);
3517 len = strlen(bv);
3518 bv[len] = output_raw;
3519 bv[len+1] = '\0';
3522 bv, sizeof(bv));
3524 output(fp, bn, bv);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h488 SymbolManager(ASTContext &ctx, BasicValueFactory &bv, argument
491 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}

Completed in 398 milliseconds

12