Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Dbuf.h573 dev_t buf_device(buf_t bp);
/xnu-11417.101.15/bsd/dev/
H A Dmemdev.c266 …devid = minor(buf_device(bp)); /* Get minor devic… in mdevstrategy()
/xnu-11417.101.15/bsd/miscfs/specfs/
H A Dspec_vnops.c2537 bdev = buf_device(bp); in spec_strategy()
/xnu-11417.101.15/bsd/vfs/
H A Dvfs_bio.c1092 buf_device(buf_t bp) in buf_device() function