OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIOSDISK_FLAG_LBA_EXTENSION
(Results
1 - 4
of
4
) sorted by null
/external/grub/stage2/
bios.c
56
if (geometry->flags &
BIOSDISK_FLAG_LBA_EXTENSION
)
94
geometry->flags &= ~
BIOSDISK_FLAG_LBA_EXTENSION
;
157
geometry->flags =
BIOSDISK_FLAG_LBA_EXTENSION
| BIOSDISK_FLAG_CDROM;
253
geometry->flags =
BIOSDISK_FLAG_LBA_EXTENSION
;
common.c
281
info->drive_mode = ((geom.flags &
BIOSDISK_FLAG_LBA_EXTENSION
)
shared.h
79
#define
BIOSDISK_FLAG_LBA_EXTENSION
0x1
builtins.c
1422
if (geom.flags &
BIOSDISK_FLAG_LBA_EXTENSION
)
[
all
...]
Completed in 35 milliseconds