HomeSort by: relevance | last modified time | path
    Searched refs:byteoffset (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/hpcmips/dev/
ite8181.c 144 int byteoffset)
147 return (bus_space_read_4(iot, ioh, ITE8181_CONF_OFFSET + byteoffset));
152 int byteoffset, int data)
155 bus_space_write_4(iot, ioh, ITE8181_CONF_OFFSET + byteoffset, data);
159 ite8181_gui_read_4(struct ite8181_softc *sc, int byteoffset)
163 sc->sc_gba + byteoffset));
167 ite8181_gui_write_4(struct ite8181_softc *sc, int byteoffset, int data)
170 bus_space_write_4(sc->sc_iot, sc->sc_ioh, sc->sc_gba + byteoffset,
175 ite8181_gui_read_1(struct ite8181_softc *sc, int byteoffset)
179 sc->sc_gba + byteoffset));
    [all...]
  /src/sys/fs/msdosfs/
msdosfs_fat.c 192 u_long byteoffset; local in function:msdosfs_pcbmap
289 byteoffset = FATOFS(pmp, cn);
290 fatblock(pmp, byteoffset, &bn, &bsize, &bo);
573 u_long bn, bo, bsize, byteoffset; local in function:msdosfs_fatentry
606 byteoffset = FATOFS(pmp, cn);
607 fatblock(pmp, byteoffset, &bn, &bsize, &bo);
671 u_long bn, bo, bsize, byteoffset, readcn, newc; local in function:fatchain
683 byteoffset = FATOFS(pmp, start);
684 fatblock(pmp, byteoffset, &bn, &bsize, &bo);
899 u_long bn, bo, bsize, byteoffset; local in function:msdosfs_freeclusterchain
959 u_long bn, bo, bsize, byteoffset; local in function:msdosfs_fillinusemap
    [all...]
  /src/usr.sbin/acpitools/amldb/
region.c 314 u_int32_t addr, byteoffset, bytelen; local in function:aml_simulate_region_io_buffer
321 byteoffset = bitoffset / 8;
323 addr = baseaddr + byteoffset;
  /src/usr.sbin/acpitools/aml/
aml_common.c 399 u_int32_t byteoffset, bytelen, i; local in function:aml_bufferfield_io
405 byteoffset = bitoffset / 8;
407 addr = origin + byteoffset;
  /src/sbin/fsck_lfs/
segwrite.c 770 int do_again, nblocks, byteoffset; local in function:lfs_writeseg
835 for (byteoffset = 0; byteoffset < (*bpp)->b_bcount;
836 byteoffset += lfs_sb_getbsize(fs)) {
837 memcpy(dp, (*bpp)->b_data + byteoffset, el_size);
  /src/sys/ufs/lfs/
lfs_segment.c 2088 int do_again, nblocks, byteoffset; local in function:lfs_writeseg
2287 for (byteoffset = 0; byteoffset < (*bpp)->b_bcount;
2288 byteoffset += lfs_sb_getbsize(fs)) {
2293 byteoffset, dp, el_size)) {
2303 (*bpp)->b_data + byteoffset, el_size, sum);

Completed in 16 milliseconds