Home
last modified time | relevance | path

Searched refs:buf_device (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dbuf.h556 dev_t buf_device(buf_t bp);
/xnu-8019.80.24/bsd/dev/
H A Dmemdev.c257 …devid = minor(buf_device(bp)); /* Get minor devic… in mdevstrategy()
/xnu-8019.80.24/bsd/dev/vn/
H A Dvn.c783 vn = vn_table + vnunit(buf_device(bp)); in vnstrategy()
/xnu-8019.80.24/bsd/miscfs/specfs/
H A Dspec_vnops.c2469 bdev = buf_device(bp); in spec_strategy()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_bio.c1081 buf_device(buf_t bp) in buf_device() function