Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/dev/le/
H A Dlance.c341 lance_put(struct lance_softc *sc, int boff, struct mbuf *m) in lance_put() argument
355 (*sc->sc_copytobuf)(sc, mtod(m, caddr_t), boff, len); in lance_put()
356 boff += len; in lance_put()
362 (*sc->sc_zerobuf)(sc, boff, LEMINSIZE - tlen); in lance_put()
375 lance_get(struct lance_softc *sc, int boff, int totlen) in lance_get() argument
412 (*sc->sc_copyfrombuf)(sc, mtod(m, caddr_t), boff, len); in lance_get()
413 boff += len; in lance_get()
639 lance_copytobuf_contig(struct lance_softc *sc, void *from, int boff, int len) in lance_copytobuf_contig() argument
646 memcpy(buf + boff, from, len); in lance_copytobuf_contig()
650 lance_copyfrombuf_contig(struct lance_softc *sc, void *to, int boff, int len) in lance_copyfrombuf_contig() argument
[all …]
/haiku/src/add-ons/kernel/file_systems/fat/bsd/fs/msdosfs/
H A Dmsdosfs_denode.c375 int boff; in detrunc() local
434 if ((boff = length & pmp->pm_crbomask) != 0) { in detrunc()
449 memset(bp->b_data + boff, 0, pmp->pm_bpcluster - boff); in detrunc()