Searched refs:DISK_F_NOCACHE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/common/
H A Ddisk.h107 #define DISK_F_NOCACHE 0x0001 /* Do not use metadata caching */ macro
H A Ddisk.c285 if ((flags & DISK_F_NOCACHE) == 0) {
405 if ((flags & DISK_F_NOCACHE) == 0)
423 if (od->flags & DISK_F_NOCACHE) {
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosdisk.c309 DISK_F_NOCACHE: 0) == 0) {
347 DISK_F_NOCACHE: 0));
705 DISK_F_NOCACHE: 0) != 0) /* oops, not a viable device */

Completed in 61 milliseconds