Home
last modified time | relevance | path

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

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