Searched refs:boff (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dlance.c328 lance_put(struct lance_softc *sc, int boff, struct mbuf *m) argument
339 (*sc->sc_copytobuf)(sc, mtod(m, void *), boff, len);
340 boff += len;
345 (*sc->sc_zerobuf)(sc, boff, LEMINSIZE - tlen);
358 lance_get(struct lance_softc *sc, int boff, int totlen) argument
393 (*sc->sc_copyfrombuf)(sc, mtod(m, caddr_t), boff, len);
394 boff += len;
404 lance_read(struct lance_softc *sc, int boff, int len) argument
423 m = lance_get(sc, boff, len);
620 lance_copytobuf_contig(struct lance_softc *sc, void *from, int boff, in argument
631 lance_copyfrombuf_contig(struct lance_softc *sc, void *to, int boff, int len) argument
642 lance_zerobuf_contig(struct lance_softc *sc, int boff, int len) argument
[all...]
/openbsd-current/sys/dev/tc/
H A Dif_le_ioasic.c218 int boff, int len)
224 if (boff & 0x1) {
226 bptr = ((volatile u_int16_t *)buf) + (boff - 1);
231 bptr = ((volatile u_int16_t *)buf) + boff;
244 int boff, int len)
251 if (boff & 0x1) {
253 bptr = ((volatile u_int16_t *)buf) + (boff - 1);
258 bptr = ((volatile u_int16_t *)buf) + boff;
278 int boff, int len)
284 bptr = buf + ((boff <<
217 le_ioasic_copytobuf_gap2(struct lance_softc *sc, void *fromv, int boff, int len) argument
243 le_ioasic_copyfrombuf_gap2(struct lance_softc *sc, void *tov, int boff, int len) argument
277 le_ioasic_copytobuf_gap16(struct lance_softc *sc, void *fromv, int boff, int len) argument
359 le_ioasic_copyfrombuf_gap16(struct lance_softc *sc, void *tov, int boff, int len) argument
433 le_ioasic_zerobuf_gap16(struct lance_softc *sc, int boff, int len) argument
[all...]
/openbsd-current/sys/ntfs/
H A Dntfs_compr.c46 int blen, boff; local
74 boff = -1 - (GET_UINT16(cbuf + cpos) >> dshift);
78 buf[pos] = buf[pos + boff];
/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_denode.c198 int boff; local
253 if ((boff = length & pmp->pm_crbomask) != 0) {
264 memset((char *)bp->b_data + boff, 0,
265 pmp->pm_bpcluster - boff);
/openbsd-current/sys/msdosfs/
H A Dmsdosfs_denode.c384 int boff; local
444 if ((boff = length & pmp->pm_crbomask) != 0) {
463 bzero(bp->b_data + boff, pmp->pm_bpcluster - boff);
/openbsd-current/usr.bin/file/
H A Dmagic-test.c137 size_t aoff, boff, aspaces, bspaces; local
139 aoff = boff = 0;
140 while (aoff != asize && boff != bsize) {
148 while (boff != bsize && isspace((u_char)bp[boff])) {
150 boff++;
156 if (magic_one_eq(ap[aoff], bp[boff], cflag)) {
158 boff++;
161 if (bflag && isspace((u_char)bp[boff])) {
162 boff
[all...]
/openbsd-current/sys/arch/hppa/stand/boot/
H A Dsrt0.S72 blr %r0,%r5 ; Get address of 'boff' into 'r5',
73 ldo begin-boff(%r5),%r5 ; and subtract to get 'begin'.
74 boff label
/openbsd-current/sys/dev/sbus/
H A Dqe.c312 int len, pad, boff = 0; local
342 bcopy(bp + boff, mtod(m, caddr_t), len);
343 boff += len;
360 int len, tlen = 0, boff = 0; local
371 bcopy(mtod(m, caddr_t), bp+boff, len); local
372 boff += len;
H A Dbe.c448 int len, tlen = 0, boff = 0; local
459 bcopy(mtod(m, caddr_t), bp+boff, len); local
460 boff += len;
478 int len, pad, boff = 0; local
509 bcopy(bp + boff, mtod(m, caddr_t), len);
510 boff += len;
/openbsd-current/sys/net/
H A Dart.c154 uint8_t boff, bend; local
172 /* ``at'' covers the bit range between ``boff'' & ``bend''. */
173 boff = (at->at_offset % 8);
174 bend = (at->at_bits + boff);
179 k = (addr[0] & ((1 << (8 - boff)) - 1)) << (bend - 8);
184 k = (addr[0] & ((1 << (8 - boff)) - 1)) << (bend - 8);
188 k = (addr[0] & ((1 << (8 - boff)) - 1)) << (bend - 8);
/openbsd-current/gnu/gcc/gcc/cp/
H A Drtti.c592 tree static_type, target_type, boff;
640 boff = dcast_base_hint (static_type, target_type);
653 (NULL_TREE, boff, NULL_TREE))));
590 tree static_type, target_type, boff; local
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Drtti.c576 tree static_type, target_type, boff;
614 boff = get_dynamic_cast_base_type (static_type, target_type);
627 (NULL_TREE, boff, NULL_TREE))));
574 tree static_type, target_type, boff; local
H A Dsearch.c433 int boff = dynamic_cast_base_recurse (subtype, TYPE_BINFO (target),
436 if (!boff)
438 offset = build_int_2 (boff, -1);
431 int boff = dynamic_cast_base_recurse (subtype, TYPE_BINFO (target), local
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Doverload.t163 my $pad = $operator =~ /\boff\b/ ? "\243" : "";
/openbsd-current/usr.bin/awk/
H A Drun.c119 int boff = pbptr ? *pbptr - *pbuf : 0; local
133 *pbptr = tbuf + boff;

Completed in 355 milliseconds