Home
last modified time | relevance | path

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

/NextBSD/sys/boot/common/
HDdisk.h102 #define DISK_F_NOCACHE 0x0001 /* Do not use metadata caching */ macro
HDdisk.c281 if ((flags & DISK_F_NOCACHE) == 0) { in disk_open()
400 if ((flags & DISK_F_NOCACHE) == 0) in disk_open()
418 if (od->flags & DISK_F_NOCACHE) { in disk_close()
/NextBSD/sys/boot/i386/libi386/
HDbiosdisk.c281 DISK_F_NOCACHE: 0) == 0) { in bd_print()
314 DISK_F_NOCACHE: 0)); in bd_open()
652 DISK_F_NOCACHE: 0) != 0) /* oops, not a viable device */ in bd_getdev()