/src/sys/arch/hppa/stand/common/ |
srt0.S | 73 blr %r0,%r5 ; Get address of 'boff' into 'r5', 74 ldo begin-boff(%r5),%r5 ; and subtract to get 'begin'. 75 boff: label
|
/src/sys/fs/ntfs/ |
ntfs_compr.c | 52 int blen, boff; local in function:ntfs_uncompblock 80 boff = -1 - (GET_UINT16(cbuf + cpos) >> dshift); 83 dbuf[pos] = dbuf[pos + boff];
|
ntfs_subr.c | 274 off_t boff; local in function:ntfs_loadntnode 284 boff = ntfs_cntob(ntmp->ntm_mftcn) + 286 bn = ntfs_cntobn(ntfs_btocn(boff)); 287 boff = ntfs_btocnoff(boff); 291 l = MIN(resid, ntfs_cntob(1) - boff); 299 memcpy(data, (char *)bp->b_data + boff, l); 303 boff = 0;
|
/src/sys/arch/ofppc/stand/ofwboot/ |
rdb.c | 230 daddr_t boff; local in function:search_rdb_label 232 boff = pbp->e.lowcyl * pbp->e.secpertrk 235 if (boff > (pp - 1)->p_offset)
|
/src/sys/ufs/ffs/ |
ffs_bswap.c | 199 int32_t btotoff, boff, clustersumoff; local in function:ffs_cg_swap 248 boff = n->cg_old_boff; 252 boff = bswap32(n->cg_old_boff); 266 n16 = (u_int16_t *)((u_int8_t *)n + boff); 267 o16 = (u_int16_t *)((u_int8_t *)o + boff);
|
/src/usr.sbin/makefs/msdos/ |
msdosfs_denode.c | 205 int boff; local in function:msdosfs_detrunc 260 if ((boff = length & pmp->pm_crbomask) != 0) { 271 memset((char *)bp->b_data + boff, 0, 272 pmp->pm_bpcluster - boff);
|
/src/sys/arch/acorn32/stand/lib/ |
riscosdisk.c | 41 daddr_t boff; member in struct:riscosdisk 88 rd->boff = 0; 101 rd->boff = dl.d_partitions[partition].p_offset; 128 dblk += rd->boff;
|
/src/sys/arch/landisk/stand/boot/ |
biosdisk.c | 85 int boff; member in struct:biosdisk 129 d->boff = sector; 151 d->boff = 0; 310 bi_disk.labelsector = d->boff + LABELSECTOR; 315 d->boff = lp->d_partitions[partition].p_offset; 317 d->boff += RF_PROTECTED_SECTORS; 322 printf("partition @%d\n", d->boff); 365 dblk += d->boff;
|
/src/sys/arch/powerpc/booke/ |
copyout.c | 472 size_t boff = (uintptr_t)udaddr & 3; local in function:copyoutstr 482 if (boff > 0) { 488 } while (!done && boff + wlen < 4); 490 data <<= 8 * boff; 491 if (!done || boff + wlen == 4) { 492 uint32_t mask = 0xffffffff << (8 * boff); 494 boff = 0; 509 KASSERT(done || boff == 0); 535 * wlen=1 boff=0: 537 * wlen=1 boff=1 [all...] |
/src/sys/arch/amiga/amiga/ |
disksubr.c | 401 daddr_t boff; local in function:readdisklabel 403 boff = pbp->e.lowcyl * pbp->e.secpertrk 406 if (boff > (pp - 1)->p_offset)
|
/src/sys/arch/ofppc/ofppc/ |
disksubr.c | 480 daddr_t boff; local in function:read_rdb_label 482 boff = pbp->e.lowcyl * pbp->e.secpertrk 484 if (boff > (pp - 1)->p_offset)
|
/src/sys/fs/msdosfs/ |
msdosfs_denode.c | 351 int boff; local in function:msdosfs_detrunc 408 if ((boff = length & pmp->pm_crbomask) != 0) { 419 memset((char *)bp->b_data + boff, 0, 420 pmp->pm_bpcluster - boff); 427 pmp->pm_bpcluster - boff,
|
/src/usr.sbin/fstyp/ |
hammer2.c | 143 size_t bytes, io_bytes, boff, fbytes; local in function:read_media 157 boff = (size_t)((hammer2_off_t)io_off - io_base); 160 while (io_bytes + boff < bytes) 191 if (boff) 192 memcpy(media, (char *)media + boff, bytes);
|
/src/sbin/fsck_ffs/ |
quota2.c | 197 uint64_t boff = off % sblock->fs_bsize; local in function:quota2_list_check 198 int qidx = off2qindex((blk == 0) ? quota2_full_header_size : 0, boff);
|
/src/sys/ufs/ext2fs/ |
ext2fs_alloc.c | 859 size_t boff; local in function:ext2fs_cg_verify_and_initialize 891 boff = (ioff % fs->e2fs_ipb) * EXT2_DINODE_SIZE(fs); 894 if (boff) { 905 memset((char *)bp->b_data + boff, 0, 906 fs->e2fs_bsize - boff); 907 boff = 0;
|
/src/sys/lib/libsa/ |
minixfs3.c | 234 int boff; local in function:block_map 258 boff = (int) (file_block - (zone << scale) ); /* relative blk in zone */ 267 *disk_block_p = (block_t) ((z << scale) + boff); 328 *disk_block_p = (block_t)((zone << scale) + boff);
|
/src/sbin/mount_portal/ |
puffs_portal.c | 662 size_t xfersize, winsize, boff; local in function:portal_node_read 705 boff = 0; 713 memcpy(buf + boff, win, winsize); 715 boff += winsize;
|
/src/usr.sbin/dumpfs/ |
dumpfs.c | 766 off_t boff, head, tail, len; local in function:print_journal 787 boff = bno * blklen; 789 ((head >= tail && (boff < tail || boff >= head)) || 790 (head < tail && (boff >= head && boff < tail)))) 794 (unsigned long)bno, (long long) boff); 796 if (lseek(fd, (off_t)(off*blklen) + boff, SEEK_SET)
|
/src/sys/dev/sbus/ |
qe.c | 324 int len, pad, boff = 0; local in function:qe_get 355 memcpy(mtod(m, void *), bp + boff, len); 356 boff += len; 373 int len, tlen = 0, boff = 0; local in function:qe_put 384 memcpy(bp + boff, mtod(m, void *), len); 385 boff += len;
|
be.c | 462 int len, tlen = 0, boff = 0; local in function:be_put 473 memcpy(bp + boff, mtod(m, void *), len); 474 boff += len; 493 int len, pad, boff = 0; local in function:be_get 525 memcpy(mtod(m, void *), bp + boff, len); 526 boff += len;
|
/src/sys/dev/acpi/ |
acpi_mcfg.c | 551 int boff; local in function:acpimcfg_map_bus 563 boff = bus - seg->ms_bus_start; 564 if (seg->ms_bus[boff].valid_ndevs > 0) 567 mb = &seg->ms_bus[boff]; 781 int error, boff, b, d, f, endbus; local in function:acpimcfg_configure_bus 801 boff = b - seg->ms_bus_start; 802 mb = &seg->ms_bus[boff]; 866 boff = b - seg->ms_bus_start; 867 mb = &seg->ms_bus[boff];
|
/src/sys/arch/i386/stand/lib/ |
biosdisk.c | 107 daddr_t boff; member in struct:biosdisk 257 dblk += d->boff; 667 d->boff = 0; 1227 d->boff += RF_PROTECTED_SECTORS; 1250 d->boff += RF_PROTECTED_SECTORS + raidframe.part[candidate].offset; 1299 d->boff = d->part[partition].offset; 1306 d->boff += RF_PROTECTED_SECTORS; 1310 bi_wedge.startblk = d->boff; 1317 printf("partition @%"PRId64"\n", d->boff); 1672 d->boff = offset [all...] |
/src/sys/dev/marvell/ |
if_gfe.c | 789 bus_size_t boff; local in function:gfe_rx_rxqinit 813 boff = 0; 820 rxd->ed_bufptr = htogt32(ds->ds_addr + boff); 827 boff += GE_RXBUF_SIZE; 828 if (boff == ds->ds_len) { 830 boff = 0;
|
/src/sys/dev/usb/ |
ohci.c | 3575 size_t boff, frlen; local in function:ohci_device_isoc_enter 3612 boff = 0; 3634 boff += frlen; 3635 buf = DMAADDR(&xfer->ux_dmabuf, boff); 3638 ohci_physaddr_t nend = DMAADDR(&xfer->ux_dmabuf, boff - 1);
|
/src/sys/dev/ic/ |
rtw.c | 2764 struct ieee80211_beacon_offsets boff; local in function:rtw_beacon_alloc 2766 if ((m = ieee80211_beacon_alloc(ic, ni, &boff)) != NULL) {
|