Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dbuf.h567 dev_t buf_device(buf_t bp);
/xnu-10002.1.13/bsd/dev/
H A Dmemdev.c271 …devid = minor(buf_device(bp)); /* Get minor devic… in mdevstrategy()
/xnu-10002.1.13/bsd/miscfs/specfs/
H A Dspec_vnops.c2520 bdev = buf_device(bp); in spec_strategy()
/xnu-10002.1.13/bsd/vfs/
H A Dvfs_bio.c1086 buf_device(buf_t bp) in buf_device() function