Home
last modified time | relevance | path

Searched refs:boff (Results 1 – 16 of 16) sorted by relevance

/openbsd/sys/dev/ic/
H A Dlance.c340 boff += len; in lance_put()
394 boff += len; in lance_get()
649 memset(buf + boff, 0, len); in lance_zerobuf_contig()
672 if (boff & 0x1) {
698 if (boff & 0x1) {
752 boff &= 0xf;
758 boff = 0;
773 boff &= 0xf;
779 boff = 0;
793 boff &= 0xf;
[all …]
/openbsd/sys/dev/tc/
H A Dif_le_ioasic.c218 int boff, int len) in le_ioasic_copytobuf_gap2() argument
224 if (boff & 0x1) { in le_ioasic_copytobuf_gap2()
244 int boff, int len) in le_ioasic_copyfrombuf_gap2() argument
251 if (boff & 0x1) { in le_ioasic_copyfrombuf_gap2()
278 int boff, int len) in le_ioasic_copytobuf_gap16() argument
285 boff &= 0xf; in le_ioasic_copytobuf_gap16()
291 if (boff) { in le_ioasic_copytobuf_gap16()
367 boff &= 0xf; in le_ioasic_copyfrombuf_gap16()
370 if (boff) { in le_ioasic_copyfrombuf_gap16()
440 boff &= 0xf; in le_ioasic_zerobuf_gap16()
[all …]
/openbsd/sys/ntfs/
H A Dntfs_compr.c46 int blen, boff; in ntfs_uncompblock() local
74 boff = -1 - (GET_UINT16(cbuf + cpos) >> dshift); in ntfs_uncompblock()
78 buf[pos] = buf[pos + boff]; in ntfs_uncompblock()
/openbsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_denode.c198 int boff; in detrunc() local
253 if ((boff = length & pmp->pm_crbomask) != 0) { in detrunc()
264 memset((char *)bp->b_data + boff, 0, in detrunc()
265 pmp->pm_bpcluster - boff); in detrunc()
/openbsd/usr.bin/file/
H A Dmagic-test.c137 size_t aoff, boff, aspaces, bspaces; in magic_test_eq() local
139 aoff = boff = 0; in magic_test_eq()
140 while (aoff != asize && boff != bsize) { in magic_test_eq()
148 while (boff != bsize && isspace((u_char)bp[boff])) { in magic_test_eq()
150 boff++; in magic_test_eq()
156 if (magic_one_eq(ap[aoff], bp[boff], cflag)) { in magic_test_eq()
158 boff++; in magic_test_eq()
161 if (bflag && isspace((u_char)bp[boff])) { in magic_test_eq()
162 boff++; in magic_test_eq()
165 if (ap[aoff] < bp[boff]) in magic_test_eq()
/openbsd/sys/net/
H A Dart.c154 uint8_t boff, bend; in art_bindex() local
173 boff = (at->at_offset % 8); in art_bindex()
174 bend = (at->at_bits + boff); in art_bindex()
179 k = (addr[0] & ((1 << (8 - boff)) - 1)) << (bend - 8); in art_bindex()
184 k = (addr[0] & ((1 << (8 - boff)) - 1)) << (bend - 8); in art_bindex()
188 k = (addr[0] & ((1 << (8 - boff)) - 1)) << (bend - 8); in art_bindex()
/openbsd/sys/msdosfs/
H A Dmsdosfs_denode.c384 int boff; in detrunc() local
444 if ((boff = length & pmp->pm_crbomask) != 0) { in detrunc()
463 bzero(bp->b_data + boff, pmp->pm_bpcluster - boff); in detrunc()
/openbsd/sys/dev/sbus/
H A Dqe.c312 int len, pad, boff = 0; in qe_get() local
342 bcopy(bp + boff, mtod(m, caddr_t), len); in qe_get()
343 boff += len; in qe_get()
360 int len, tlen = 0, boff = 0; in qe_put() local
371 bcopy(mtod(m, caddr_t), bp+boff, len); in qe_put()
372 boff += len; in qe_put()
H A Dbe.c448 int len, tlen = 0, boff = 0; in be_put() local
459 bcopy(mtod(m, caddr_t), bp+boff, len); in be_put()
460 boff += len; in be_put()
478 int len, pad, boff = 0; in be_get() local
509 bcopy(bp + boff, mtod(m, caddr_t), len); in be_get()
510 boff += len; in be_get()
/openbsd/sys/arch/hppa/stand/boot/
H A Dsrt0.S73 ldo begin-boff(%r5),%r5 ; and subtract to get 'begin'.
74 boff label
/openbsd/gnu/usr.bin/perl/dist/Thread-Queue/t/
H A D08_nothreads.t20 'boff' => { 'bork' => 'true' },
H A D02_refs.t38 'boff' => { 'bork' => 'true' },
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Drtti.c574 tree static_type, target_type, boff; local
612 boff = get_dynamic_cast_base_type (static_type, target_type);
625 (NULL_TREE, boff, NULL_TREE))));
H A Dsearch.c431 int boff = dynamic_cast_base_recurse (subtype, TYPE_BINFO (target), local
434 if (!boff)
436 offset = build_int_2 (boff, -1);
/openbsd/gnu/gcc/gcc/cp/
H A Drtti.c590 tree static_type, target_type, boff; in build_dynamic_cast_1() local
638 boff = dcast_base_hint (static_type, target_type); in build_dynamic_cast_1()
651 (NULL_TREE, boff, NULL_TREE)))); in build_dynamic_cast_1()
/openbsd/usr.bin/awk/
H A Drun.c119 int boff = pbptr ? *pbptr - *pbuf : 0; in adjbuf() local
133 *pbptr = tbuf + boff; in adjbuf()