OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bsd_part_no
(Results
1 - 1
of
1
) sorted by null
/external/grub/stage2/
disk_io.c
590
int
bsd_part_no
= (*partition & 0xFF00) >> 8;
local
593
if (
bsd_part_no
== 0xFF)
614
bsd_part_no
= -1;
618
for (i =
bsd_part_no
+ 1; i < BSD_LABEL_NPARTS (buf); i++)
[
all
...]
Completed in 30 milliseconds