Home
last modified time | relevance | path

Searched refs:BA_ISOCHRONOUS (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dbuf_internal.h274 #define BA_ISOCHRONOUS 0x00001000 /* device specific isochronous throughput to media */ macro
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_bio.c563 SET(bap->ba_flags, BA_ISOCHRONOUS); in bufattr_markisochronous()
569 if ((bap->ba_flags & BA_ISOCHRONOUS)) { in bufattr_isochronous()