Searched refs:b_datap (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.101.15/bsd/vfs/ |
| H A D | vfs_bio.c | 736 return bp->b_datap; in buf_dataptr() 742 bp->b_datap = data; in buf_setdataptr() 847 io_bp->b_datap = (uintptr_t)(((char *)bp->b_datap) + io_offset); in buf_clone() 911 io_bp->b_datap = external_storage; in buf_create_shadow_internal() 916 io_bp->b_datap = bp->b_datap; in buf_create_shadow_internal() 945 io_bp->b_datap = external_storage; in buf_create_shadow_internal() 951 bcopy((caddr_t)bp->b_datap, (caddr_t)io_bp->b_datap, bp->b_bcount); in buf_create_shadow_internal() 978 my_buf.b_datap = (uintptr_t)NULL; in buf_make_private() 981 bcopy((caddr_t)bp->b_datap, (caddr_t)my_buf.b_datap, bp->b_bcount); in buf_make_private() 1016 bp->b_datap = my_buf.b_datap; in buf_make_private() [all …]
|
| H A D | vfs_cluster.c | 1236 if (bp == NULL || bp->b_datap == 0) { in cluster_zero() 1265 bzero((caddr_t)((vm_offset_t)bp->b_datap + upl_offset), size); in cluster_zero()
|
| /xnu-11417.101.15/bsd/sys/ |
| H A D | buf_internal.h | 117 uintptr_t b_datap; /* Memory, superblocks, indirect etc.*/ member
|
| /xnu-11417.101.15/bsd/dev/dtrace/scripts/ |
| H A D | io.d | 70 b_addr = (caddr_t)B->b_datap;
|
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | ip_compat.h | 81 # define MTYPE(m) ((m)->b_datap->db_type)
|
| /xnu-11417.101.15/tools/lldbmacros/ |
| H A D | memory.py | 4744 buf.b_dev, buf.b_datap, buf.b_lblkno, buf.b_blkno, buf.b_iodone, buf.b_vp,
|