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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/volume_id/
H A Dsysv.c90 unsigned boff; local
94 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) {
95 vs = volume_id_get_buffer(id, off + (boff * SYSV_SUPERBLOCK_BLOCK), 0x200);
107 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) {
108 xs = volume_id_get_buffer(id, off + (boff + XENIX_SUPERBLOCK_BLOCK), 0x200);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udev/extras/volume_id/lib/
H A Dsysv.c96 unsigned int boff; local
100 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) {
102 volume_id_get_buffer(id, off + (boff * SYSV_SUPERBLOCK_BLOCK), 0x200);
114 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) {
116 volume_id_get_buffer(id, off + (boff + XENIX_SUPERBLOCK_BLOCK), 0x200);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/volume_id/
H A Dsysv.c90 unsigned boff; local
94 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) {
95 vs = volume_id_get_buffer(id, off + (boff * SYSV_SUPERBLOCK_BLOCK), 0x200);
107 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) {
108 xs = volume_id_get_buffer(id, off + (boff + XENIX_SUPERBLOCK_BLOCK), 0x200);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/volume_id/
H A Dsysv.c90 unsigned boff; local
94 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) {
95 vs = volume_id_get_buffer(id, off + (boff * SYSV_SUPERBLOCK_BLOCK), 0x200);
107 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) {
108 xs = volume_id_get_buffer(id, off + (boff + XENIX_SUPERBLOCK_BLOCK), 0x200);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udev/extras/volume_id/lib/
H A Dsysv.c96 unsigned int boff; local
100 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) {
102 volume_id_get_buffer(id, off + (boff * SYSV_SUPERBLOCK_BLOCK), 0x200);
114 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) {
116 volume_id_get_buffer(id, off + (boff + XENIX_SUPERBLOCK_BLOCK), 0x200);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udev/extras/volume_id/lib/
H A Dsysv.c96 unsigned int boff; local
100 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) {
102 volume_id_get_buffer(id, off + (boff * SYSV_SUPERBLOCK_BLOCK), 0x200);
114 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) {
116 volume_id_get_buffer(id, off + (boff + XENIX_SUPERBLOCK_BLOCK), 0x200);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/affs/
H A Dfile.c502 u32 bidx, boff, bsize; local
512 boff = tmp % bsize;
518 tmp = min(bsize - boff, to - from);
520 memcpy(data + from, AFFS_DATA(bh) + boff, tmp);
524 boff = 0;
536 u32 bidx, boff; local
545 boff = size % bsize;
546 if (boff) {
550 tmp = min(bsize - boff, newsize - size);
551 BUG_ON(boff
661 u32 bidx, boff, bsize; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/affs/
H A Dfile.c502 u32 bidx, boff, bsize; local
512 boff = tmp % bsize;
518 tmp = min(bsize - boff, to - from);
520 memcpy(data + from, AFFS_DATA(bh) + boff, tmp);
524 boff = 0;
536 u32 bidx, boff; local
545 boff = size % bsize;
546 if (boff) {
550 tmp = min(bsize - boff, newsize - size);
551 BUG_ON(boff
661 u32 bidx, boff, bsize; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/media/
H A Dvideobuf-core.h97 size_t boff; member in struct:videobuf_buffer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/media/
H A Dvideobuf-core.h97 size_t boff; member in struct:videobuf_buffer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/
H A Dvideobuf-core.c305 b->m.offset = vb->boff;
313 b->m.offset = vb->boff;
387 q->bufs[i]->boff = PAGE_ALIGN(bsize) * i;
582 buf->boff = b->m.offset;
1172 buf->boff == (vma->vm_pgoff << PAGE_SHIFT)) {
1203 mbuf->offsets[i] = q->bufs[i]->boff;
H A Dvideobuf-dma-sg.c503 bus = (dma_addr_t)(unsigned long)fbuf->base + vb->boff;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/
H A Dvideobuf-core.c305 b->m.offset = vb->boff;
313 b->m.offset = vb->boff;
387 q->bufs[i]->boff = PAGE_ALIGN(bsize) * i;
582 buf->boff = b->m.offset;
1172 buf->boff == (vma->vm_pgoff << PAGE_SHIFT)) {
1203 mbuf->offsets[i] = q->bufs[i]->boff;
H A Dvideobuf-dma-sg.c503 bus = (dma_addr_t)(unsigned long)fbuf->base + vb->boff;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dextent_map.c678 u64 boff = 0; local
693 boff = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster);
694 boff += (v_blkno & (u64)(bpc - 1));
697 *p_blkno = boff;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dextent_map.c678 u64 boff = 0; local
693 boff = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster);
694 boff += (v_blkno & (u64)(bpc - 1));
697 *p_blkno = boff;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_buf.c1359 size_t boff, /* starting buffer offset */
1367 bend = boff + bsize;
1368 while (boff < bend) {
1369 page = bp->b_pages[xfs_buf_btoct(boff + bp->b_offset)];
1370 cpoff = xfs_buf_poff(boff + bp->b_offset);
1372 PAGE_CACHE_SIZE-cpoff, bp->b_count_desired-boff);
1387 boff += csize;
1357 xfs_buf_iomove( xfs_buf_t *bp, size_t boff, size_t bsize, void *data, xfs_buf_rw_t mode) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_buf.c1359 size_t boff, /* starting buffer offset */
1367 bend = boff + bsize;
1368 while (boff < bend) {
1369 page = bp->b_pages[xfs_buf_btoct(boff + bp->b_offset)];
1370 cpoff = xfs_buf_poff(boff + bp->b_offset);
1372 PAGE_CACHE_SIZE-cpoff, bp->b_count_desired-boff);
1387 boff += csize;
1357 xfs_buf_iomove( xfs_buf_t *bp, size_t boff, size_t bsize, void *data, xfs_buf_rw_t mode) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/davinci/
H A Dvpif_capture.c186 vb->boff = vpif_uservirt_to_phys(vb->baddr);
187 if (!IS_ALIGNED(vb->boff, 8))
191 addr = vb->boff;
328 addr = common->next_frm->boff;
1053 addr = buf1->boff;
1186 addr = common->cur_frm->boff;
H A Dvpif_display.c168 vb->boff = vpif_uservirt_to_phys(vb->baddr);
169 if (!ISALIGNED(vb->boff))
173 addr = vb->boff;
956 addr = buf1->boff;
1121 addr = common->cur_frm->boff;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpif_capture.c186 vb->boff = vpif_uservirt_to_phys(vb->baddr);
187 if (!IS_ALIGNED(vb->boff, 8))
191 addr = vb->boff;
328 addr = common->next_frm->boff;
1053 addr = buf1->boff;
1186 addr = common->cur_frm->boff;
H A Dvpif_display.c168 vb->boff = vpif_uservirt_to_phys(vb->baddr);
169 if (!ISALIGNED(vb->boff))
173 addr = vb->boff;
956 addr = buf1->boff;
1121 addr = common->cur_frm->boff;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/net/
H A Dctcm_mpc.c140 char boff[12]; local
158 sprintf(boff, "%4.4X", (__u32)ct);
193 addr, boff, bhex, basc);
217 addr, boff, bhex, basc);
225 addr, boff, bhex, basc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/net/
H A Dctcm_mpc.c140 char boff[12]; local
158 sprintf(boff, "%4.4X", (__u32)ct);
193 addr, boff, bhex, basc);
217 addr, boff, bhex, basc);
225 addr, boff, bhex, basc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dbcmsrom.c124 uint boff, uint16 *srom, uint bsz, bool check_crc);
127 uint boff, uint16 *srom, uint bsz);
2141 uint boff, uint16 *srom, uint bsz, bool check_crc)
2147 ASSERT((boff & 1) == 0 && (bsz & 1) == 0);
2155 if (boff + bsz > 2 * nw) {
2162 for (woff = boff / 2, wsz = bsz / 2, i = 0;
2204 uint boff, uint16 *srom, uint bsz)
2212 ASSERT((boff & 1) == 0 && (bsz & 1) == 0);
2220 if (boff + bsz > 2 * nw) {
2234 for (woff = boff /
2140 get_si_pcmcia_srom(si_t *sih, osl_t *osh, uint8 *pcmregs, uint boff, uint16 *srom, uint bsz, bool check_crc) argument
2203 set_si_pcmcia_srom(si_t *sih, osl_t *osh, uint8 *pcmregs, uint boff, uint16 *srom, uint bsz) argument
[all...]

Completed in 311 milliseconds

12