Home
last modified time | relevance | path

Searched refs:BIOSDISK_FLAG_LBA_EXTENSION (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dbios.c55 if (geometry->flags & BIOSDISK_FLAG_LBA_EXTENSION) in biosdisk()
98 geometry->flags &= ~BIOSDISK_FLAG_LBA_EXTENSION; in biosdisk()
160 geometry->flags = BIOSDISK_FLAG_LBA_EXTENSION | BIOSDISK_FLAG_CDROM; in get_cdinfo()
194 geometry->flags = BIOSDISK_FLAG_LBA_EXTENSION | BIOSDISK_FLAG_CDROM; in get_cdinfo()
275 geometry->flags = BIOSDISK_FLAG_LBA_EXTENSION; in get_diskinfo()
H A Dcommon.c302 info->drive_mode = ((geom.flags & BIOSDISK_FLAG_LBA_EXTENSION) in init_bios_info()
H A Dshared.h97 #define BIOSDISK_FLAG_LBA_EXTENSION 0x1 macro
H A Dbuiltins.c1866 if (geom.flags & BIOSDISK_FLAG_LBA_EXTENSION) in geometry_func()
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog8883 * shared_src/shared.h (BIOSDISK_FLAG_LBA_EXTENSION): New macro.