/illumos-gate/usr/src/uts/common/os/ |
H A D | bp_map.c | 102 return (bp->b_un.b_addr); 106 addr = (caddr_t)bp->b_un.b_addr; 119 bp->b_un.b_addr = kaddr + off; 121 return (bp->b_un.b_addr); 162 bp->b_un.b_addr = kaddr + off; 185 return (bp->b_un.b_addr); 214 addr = bp->b_un.b_addr; 219 bp->b_un.b_addr = (caddr_t)off; /* debugging aid */ 291 BP_COPY(dir, driverbuf, bp->b_un.b_addr + offset, size); 298 BP_COPY(dir, driverbuf, bp->b_un.b_addr [all...] |
H A D | bio.c | 430 kmem_free(bp->b_un.b_addr, bp->b_bufsize); 480 ASSERT(bp->b_un.b_addr != NULL); 659 kmem_free(nbp->b_un.b_addr, nbp->b_bufsize); 660 nbp->b_un.b_addr = NULL; 758 bp->b_un.b_addr = kmem_alloc(bsize, KM_SLEEP); 852 bzero(bp->b_un.b_addr, bp->b_bcount); 1386 * b_addr for page offset and can use bp_mapin 1495 ASSERT(bp->b_un.b_addr == NULL); 1496 bp->b_un.b_addr = kmem_alloc(bsize, KM_NOSLEEP); 1497 if (bp->b_un.b_addr ! [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | bio.c | 139 uintptr_t b_addr = addr; local 153 if (mdb_vread(&b, sizeof (buf_t), b_addr) == -1) 161 b_addr, addr);
|
/illumos-gate/usr/src/uts/sun/io/dada/impl/ |
H A D | dcd_resource.c | 77 bp->b_un.b_addr = 0; 81 0, NULL, &bp->b_un.b_addr, &rlen, NULL) != DDI_SUCCESS) { 109 if (bp->b_un.b_addr) 110 i_ddi_mem_free((caddr_t)bp->b_un.b_addr, NULL);
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs_thread.c | 178 bp->b_un.b_addr = roll_bufs + (nbuf << MAPBLOCKSHIFT); 227 if (ldl_read(ul, bp->b_un.b_addr, 260 bp->b_un.b_addr = crb->c_buf; 296 bp->b_un.b_addr += (j << DEV_BSHIFT); 329 bp2->b_un.b_addr = 330 bp->b_un.b_addr + bp->b_bcount;
|
H A D | lufs.c | 293 ebp = (void *)bp->b_un.b_addr; 294 if (!checksum(&ebp->chksum, (int32_t *)bp->b_un.b_addr, 353 bcopy(bp->b_un.b_addr, tbp->b_un.b_addr, DEV_BSIZE); 354 bcopy(bp->b_un.b_addr, tbp->b_un.b_addr + DEV_BSIZE, DEV_BSIZE); 370 bcopy(bp->b_un.b_addr, &ul->un_ondisk, sizeof (ml_odunit_t)); 516 bzero(bp->b_un.b_addr, bp->b_bcount); 518 ud = (void *)bp->b_un.b_addr; 542 ud2 = (void *)(bp->b_un.b_addr [all...] |
H A D | lufs_log.c | 337 newbp->b_un.b_addr = bp->b_un.b_addr + bp->b_bcount; 476 bp->b_un.b_addr = cb->cb_va; 516 bp->b_un.b_addr = va; 703 if ((bp->b_un.b_addr + bp->b_bufsize) != bpforw->b_un.b_addr) 753 bcopy(va, bp->b_un.b_addr + bp->b_bcount, copy_nb); 760 st = (sect_trailer_t *)(bp->b_un.b_addr + bp->b_bcount); 830 caddr_t src_va = bp->b_un.b_addr; 929 ((bp->b_un.b_addr [all...] |
H A D | ufs_vfsops.c | 581 struct fs *fsp = (struct fs *)bp->b_un.b_addr; 670 fspt = (struct fs *)tpt->b_un.b_addr; 722 bcopy(tpt->b_un.b_addr, bp->b_un.b_addr, fspt->fs_sbsize); 873 fsp = (struct fs *)tp->b_un.b_addr; 991 fsp = (struct fs *)tp->b_un.b_addr; 1012 bcopy(tp->b_un.b_addr, bp->b_un.b_addr, fsp->fs_sbsize); 1017 fsp = (struct fs *)bp->b_un.b_addr; 1994 bcopy(space, bp->b_un.b_addr, siz [all...] |
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_susp_subr.c | 394 secp = (uchar_t *)secbp->b_un.b_addr; 509 bcopy(secbp->b_un.b_addr, (char *)*buf_pp, HS_SECTOR_SIZE); 526 bcopy(&secbp->b_un.b_addr[cont_info_p->cont_offset], 540 bcopy(secbp->b_un.b_addr, (char *)&(*buf_pp)[partial_size],
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 737 addr = tpt->b_un.b_addr; 758 bcopy(udf_vfsp->udf_iseq->b_un.b_addr, 759 tpt->b_un.b_addr, udf_vfsp->udf_iseq_len); 1002 avdp = (struct anch_vol_desc_ptr *)secbp->b_un.b_addr; 1046 bcopy(secbp->b_un.b_addr, bp->b_un.b_addr, udf_vfsp->udf_mvds_len); 1052 addr = bp->b_un.b_addr; 1403 bcopy(secbp->b_un.b_addr, bp->b_un.b_addr, udf_vfsp->udf_iseq_len); 1408 addr = bp->b_un.b_addr; [all...] |
H A D | udf_alloc.c | 308 addr = (uint8_t *)bp->b_un.b_addr; 440 if (ud_check_free((uint8_t *)bp->b_un.b_addr, 441 (uint8_t *)bp->b_un.b_addr + bp->b_bcount, start, 446 ud_mark_used((uint8_t *)bp->b_un.b_addr, start, *count); 521 use = (struct unall_space_ent *)bp->b_un.b_addr; 805 * printf("%x %x %x\n", bp->b_un.b_addr, blkno, count); 809 ud_mark_free((uint8_t *)bp->b_un.b_addr, blkno, count); 868 use = (struct unall_space_ent *)bp->b_un.b_addr; 1025 bzero(bp->b_un.b_addr, bp->b_bcount); 1026 fe = (struct file_entry *)bp->b_un.b_addr; [all...] |
H A D | udf_inode.c | 432 fe = (struct file_entry *)bp->b_un.b_addr; 440 bp->b_un.b_addr, ip->i_icb_block) == 0) { 459 bp->b_un.b_addr; 551 ie = (struct indirect_entry *)ibp->b_un.b_addr; 572 if (ud_check_te_unrec(udf_vfsp, ibp->b_un.b_addr, 1187 fe = (struct file_entry *)bp->b_un.b_addr; 1268 bzero(bp->b_un.b_addr + crc_len, 1417 (bp->b_un.b_addr + 1428 (bp->b_un.b_addr + 1448 aed = (struct alloc_ext_desc *)bp->b_un.b_addr; [all...] |
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | io.d.in | 53 caddr_t b_addr; /* buffer address */ 66 b_addr = B->b_un.b_addr;
|
/illumos-gate/usr/src/uts/common/io/lvm/softpart/ |
H A D | sp.c | 729 buf->b_un.b_addr = kmem_alloc(sizeof (mp_watermark_t), 744 kmem_free(buf->b_un.b_addr, sizeof (mp_watermark_t)); 759 wm = (mp_watermark_t *)buf->b_un.b_addr; 768 kmem_free(buf->b_un.b_addr, sizeof (mp_watermark_t)); 779 kmem_free(buf->b_un.b_addr, sizeof (mp_watermark_t)); 790 kmem_free(buf->b_un.b_addr, sizeof (mp_watermark_t)); 803 kmem_free(buf->b_un.b_addr, sizeof (mp_watermark_t)); 817 kmem_free(buf->b_un.b_addr, sizeof (mp_watermark_t)); 822 kmem_free(buf->b_un.b_addr, sizeof (mp_watermark_t)); 1006 ps->ps_addr = parent_buf->b_un.b_addr; [all...] |
/illumos-gate/usr/src/uts/sun4/io/efcode/ |
H A D | fc_physio.c | 88 * Don't count on b_addr remaining untouched by the 92 bp->b_un.b_addr = io_base;
|
H A D | fc_ddi.c | 79 (uint_t)(((uintptr_t)bp->b_un.b_addr) & MMU_PAGEOFFSET); 81 dmareq.dmar_object.dmao_obj.virt_obj.v_addr = bp->b_un.b_addr;
|
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bio.c | 372 bp->b_un.b_addr = 0; 495 bp->b_un.b_addr = 0; 652 list->b_un.b_addr = (caddr_t) 694 list->b_un.b_addr = (caddr_t)start_addr; 731 (start_addr == (uintptr_t)(list->b_un.b_addr + list->b_bufsize))) { 748 list->b_un.b_addr = (caddr_t)start_addr; 889 bp->b_un.b_addr = buf; 899 new_bp->b_un.b_addr = buf;
|
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/ |
H A D | gda.c | 170 if (bp->b_un.b_addr) 171 i_ddi_mem_free((caddr_t)bp->b_un.b_addr, NULL);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_file.c | 173 vp, bp->b_un.b_addr, bp->b_bcount, ldbtob(bp->b_lblkno), 225 bp->b_un.b_addr = zio->io_data;
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_resource.c | 73 bp->b_un.b_addr = 0; 84 &bp->b_un.b_addr, &rlen, NULL) != DDI_SUCCESS) { 121 if (bp->b_un.b_addr) 122 i_ddi_mem_free((caddr_t)bp->b_un.b_addr, NULL); 440 (((uintptr_t)bp->b_un.b_addr & 0x7) ||
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 1084 fsinfo_disk = (fat_od_fsi_t *)(bp->b_un.b_addr); 1216 ep = (struct pcdir *)(bp->b_un.b_addr + eoffset); 1301 bcopy(bp->b_un.b_addr, fatp, readsize); 1343 bcopy(fatp, bp->b_un.b_addr, writesize); 1565 COPY_PTBL((*bp)->b_un.b_addr, dosp); 1571 if (bpb_get_BPBSig((*bp)->b_un.b_addr) != MBB_MAGIC) { 1679 COPY_PTBL((*bp)->b_un.b_addr, dosp); 1680 if (bpb_get_BPBSig((*bp)->b_un.b_addr) != MBB_MAGIC) { 1758 COPY_PTBL((*bp)->b_un.b_addr, dosp); 2512 if (!parseBPB(fsp, (uchar_t *)bp->b_un.b_addr, NUL [all...] |
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci_tpgs.c | 77 bp->b_un.b_addr = bufp; 255 bp->b_un.b_addr = (caddr_t)&inq; 327 bp->b_un.b_addr = bufp; 469 bp->b_un.b_addr = bufp;
|
/illumos-gate/usr/src/uts/sun/io/dada/conf/ |
H A D | dcd_confsubr.c | 221 bcopy((caddr_t)ident_bp->b_un.b_addr,
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/ |
H A D | asym_sun.c | 131 bp->b_un.b_addr = inqbuf; 467 inq = (struct scsi_inquiry *)bp->b_un.b_addr;
|
/illumos-gate/usr/src/uts/intel/io/amr/ |
H A D | amr.c | 1558 if (bp && bp->b_un.b_addr && bp->b_bcount) { 1591 bcopy(&inqp, bp->b_un.b_addr, 1607 if (bp && bp->b_un.b_addr && bp->b_bcount) { 1618 bcopy(&cp, bp->b_un.b_addr, 8); 1654 if (bp && bp->b_un.b_addr && bp->b_bcount) { 1659 bzero(bp->b_un.b_addr, bp->b_bcount); 2014 if (!(bp && bp->b_un.b_addr && bp->b_bcount)) 2023 headerp = (struct mode_header *)(bp->b_un.b_addr); 2036 headerp = (struct mode_header *)(bp->b_un.b_addr); 2053 bzero(bp->b_un.b_addr, b [all...] |