Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbios.c98 if (geometry->flags & BIOSDISK_FLAG_CDROM) in biosdisk()
163 geometry->flags = BIOSDISK_FLAG_LBA_EXTENSION | BIOSDISK_FLAG_CDROM; in get_cdinfo()
197 geometry->flags = BIOSDISK_FLAG_LBA_EXTENSION | BIOSDISK_FLAG_CDROM; in get_cdinfo()
H A Dcommon.c350 || ! (geom.flags & BIOSDISK_FLAG_CDROM)) in init_bios_info()
H A Dshared.h99 #define BIOSDISK_FLAG_CDROM 0x2 macro
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog590 (BIOSDISK_FLAG_CDROM): New macro.