Home
last modified time | relevance | path

Searched defs:boff (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/kern/
H A Dtty_inq.c69 #define GETBIT(tib,boff) \ argument
71 #define SETBIT(tib,boff) \ argument
73 #define CLRBIT(tib,boff) \ argument
291 unsigned int boff; in ttyinq_write() local
366 unsigned int boff; in ttyinq_canonicalize_break() local
411 unsigned int boff = ti->ti_begin; in ttyinq_findchar() local
452 unsigned int boff; in ttyinq_peekchar() local
505 unsigned int boff; in ttyinq_line_iterate() local
H A Dtty_outq.c281 unsigned int boff; in ttyoutq_write() local
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_raid5.c53 gv_raid5_start(struct gv_plex *p, struct bio *bp, caddr_t addr, off_t boff, in gv_raid5_start()
177 caddr_t addr, off_t boff, off_t bcount) in gv_raid5_check()
255 caddr_t addr, off_t boff, off_t bcount) in gv_raid5_rebuild()
343 struct bio *bp, caddr_t addr, off_t boff, off_t bcount, int *delay) in gv_raid5_request()
584 gv_raid5_offset(struct gv_plex *p, off_t boff, off_t bcount, off_t *real_off, in gv_raid5_offset()
H A Dgeom_vinum_plex.c60 off_t bcount, boff, len; in gv_plex_start() local
127 gv_plex_offset(struct gv_plex *p, off_t boff, off_t bcount, off_t *real_off, in gv_plex_offset()
196 gv_plex_normal_request(struct gv_plex *p, struct bio *bp, off_t boff, in gv_plex_normal_request()
/freebsd/sys/dev/le/
H A Dlance.c340 lance_put(struct lance_softc *sc, int boff, struct mbuf *m) in lance_put()
374 lance_get(struct lance_softc *sc, int boff, int totlen) in lance_get()
638 lance_copytobuf_contig(struct lance_softc *sc, void *from, int boff, int len) in lance_copytobuf_contig()
649 lance_copyfrombuf_contig(struct lance_softc *sc, void *to, int boff, int len) in lance_copyfrombuf_contig()
660 lance_zerobuf_contig(struct lance_softc *sc, int boff, int len) in lance_zerobuf_contig()
/freebsd/sys/dev/vt/hw/vbefb/
H A Dvbefb.c103 int format, roff, goff, boff; in vt_vbefb_init() local
/freebsd/sys/dev/vt/hw/efifb/
H A Defifb.c104 int roff, goff, boff; in vt_efifb_init() local
/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_denode.c213 int boff; in detrunc() local
/freebsd/usr.sbin/makefs/ffs/
H A Dffs_bswap.c200 int32_t btotoff, boff, clustersumoff; in ffs_cg_swap() local
/freebsd/usr.sbin/fstyp/
H A Dhammer2.c72 size_t bytes, io_bytes, boff; in read_media() local
/freebsd/usr.bin/grep/
H A Dgrep.h81 off_t boff; member
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_denode.c369 int boff; in detrunc() local
/freebsd/stand/libsa/
H A Dcd9660read.c227 daddr_t bno, boff; in cd9660_lookup() local
H A Dcd9660.c341 daddr_t bno, boff; in cd9660_open() local
/freebsd/stand/i386/libi386/
H A Dvidconsole.c634 int i, roff, goff, boff, rc; in vidc_load_palette() local
884 int format, roff, goff, boff; in cons_update_mode() local
/freebsd/usr.sbin/bhyve/
H A Dblock_if.c236 size_t clen, len, off, boff, voff; in blockif_proc() local
/freebsd/stand/efi/libefi/
H A Defi_console.c924 int roff, goff, boff; in cons_update_mode() local
/freebsd/stand/common/
H A Dgfx_fb.c281 int roff, goff, boff, bpp; in gfx_fb_color_map() local
413 int roff, goff, boff; in gfxfb_blt_fill() local
/freebsd/contrib/one-true-awk/
H A Drun.c118 int boff = pbptr ? *pbptr - *pbuf : 0; in adjbuf() local
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2352 int boff = offset % bsize; in dnode_read() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp2666 void __kmp_spin_backoff(kmp_backoff_t *boff) { in __kmp_spin_backoff()