Home
last modified time | relevance | path

Searched refs:b_dev (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/bsd/dev/dtrace/scripts/
H A Dio.d78 b_edev = B->b_dev;
92 dev_major = getmajor(B->b_dev);
93 dev_minor = getminor(B->b_dev);
94 dev_instance = getminor(B->b_dev);
/xnu-11215/bsd/kern/
H A Dkern_physio.c142 bp->b_dev = dev; in physio()
/xnu-11215/bsd/sys/
H A Dbuf_internal.h116 dev_t b_dev; /* Device associated with buffer. */ member
/xnu-11215/bsd/vfs/
H A Dvfs_bio.c1094 return bp->b_dev; in buf_device()
1103 bp->b_dev = vp->v_rdev; in buf_setdevice()
1446 bp->b_dev = devvp->v_rdev; in buf_strategy()
2101 bp->b_dev = vp->v_rdev; in bgetvp_locked()
2103 bp->b_dev = NODEV; in bgetvp_locked()
2168 bp->b_dev = NODEV; in bufhdrinit()
3967 bp->b_dev = NODEV; in bcleanbuf()
4532 bp->b_dev = vp->v_rdev; in alloc_io_buf()
4534 bp->b_dev = NODEV; in alloc_io_buf()
H A Dvfs_cluster.c1023 real_bp->b_dev = cbp->b_dev; in cluster_iodone_finish()
/xnu-11215/tools/lldbmacros/
H A Dmemory.py4593 buf.b_dev, buf.b_datap, buf.b_lblkno, buf.b_blkno, buf.b_iodone, buf.b_vp,