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

12

/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dsbpf.c61 struct bpf_version bv; local
90 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0)
95 if (bv.bv_major != BPF_MAJOR_VERSION ||
96 bv.bv_minor < BPF_MINOR_VERSION)
99 bv.bv_major, bv.bv_minor);
/freebsd-9.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-9.3-release/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c211 struct berval **bv; local
213 bv = (*modlist)[cMods]->mod_bvalues;
214 if (bv != NULL) {
215 for (i = 0; bv[i] != NULL; i++)
217 bv = ber_memrealloc(bv, (i + 2) * sizeof(*bv));
219 bv = ber_memalloc(2 * sizeof(*bv));
220 if (bv
250 char **bv; local
1434 struct berval bv = { 0, "" }; local
[all...]
/freebsd-9.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
H A Dgdbtypes.c2260 struct badness_vector *bv;
2263 bv = xmalloc (sizeof (struct badness_vector));
2264 bv->length = nargs + 1; /* add 1 for the length-match rank */
2265 bv->rank = xmalloc ((nargs + 1) * sizeof (int));
2274 LENGTH_MATCH (bv) = (nargs != nparms) ? LENGTH_MISMATCH_BADNESS : 0;
2278 bv->rank[i] = rank_one_type (parms[i-1], args[i-1]);
2282 bv->rank[i] = TOO_FEW_PARAMS_BADNESS;
2284 return bv;
2259 struct badness_vector *bv; local
/freebsd-9.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-9.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-9.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-9.3-release/sys/amd64/amd64/
H A Dfpu.c732 uint64_t bv; local
748 bv = ehdr->xstate_bv;
753 if (bv & ~xsave_mask)
758 hdr->xstate_bv = bv;
/freebsd-9.3-release/sys/kern/
H A Dvfs_subr.c1576 struct bufv *bv; local
1584 bv = &bp->b_bufobj->bo_dirty;
1586 bv = &bp->b_bufobj->bo_clean;
1587 if (bp != bv->bv_root) {
1588 root = buf_splay(bp->b_lblkno, bp->b_xflags, bv->bv_root);
1597 bv->bv_root = root;
1598 TAILQ_REMOVE(&bv->bv_hd, bp, b_bobufs);
1599 bv->bv_cnt--;
1613 struct bufv *bv; local
1620 bv
2050 struct bufv *bv; local
[all...]
/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h328 * @param bv bool value
332 ucl_object_frombool (bool bv) argument
339 obj->value.iv = bv;
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.misc.c135 blkcpy(Char **oav, Char **bv) argument
139 while ((*av++ = *bv++) != NULL)
/freebsd-9.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-9.3-release/usr.sbin/usbdump/
H A Dusbdump.c806 struct bpf_version bv; local
896 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0)
899 if (bv.bv_major != BPF_MAJOR_VERSION ||
900 bv.bv_minor < BPF_MINOR_VERSION)
/freebsd-9.3-release/contrib/sendmail/src/
H A Dtls.c280 bool bv; local
291 bv = tls_rand_init(RandFile, 7);
293 if (bv && fipsmode)
314 return bv;
/freebsd-9.3-release/contrib/ntp/ntpq/
H A Dntpq.c3367 char bv[2 * MAXVALLEN]; local
3467 bv, sizeof(bv) - 1);
3468 len = strlen(bv);
3469 bv[len] = output_raw;
3470 bv[len+1] = '\0';
3473 bv, sizeof(bv));
3475 output(fp, bn, bv);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwdgabn.c113 addr_compare(const void *av, const void *bv) { argument
115 const rankedaddress *b = (const rankedaddress *) bv;
/freebsd-9.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) {}
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dbout.c239 bfd_vma av, bv; local
245 bv = sec->output_section->vma + sec->output_offset + (*b)->symbol.value;
247 if (av < bv)
249 if (av > bv)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp157 static void printVector(const CFGBlock *block, ValueVector &bv, argument
160 for (unsigned i = 0; i < bv.size(); ++i) {
161 llvm::errs() << ' ' << bv[i];

Completed in 454 milliseconds

12