OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dest_partition
(Results
1 - 2
of
2
) sorted by null
/external/grub/stage2/
disk_io.c
755
unsigned long
dest_partition
= current_partition;
local
766
int ret = next_partition (current_drive,
dest_partition
,
806
dest_partition
= 0xFFFFFF;
876
|| (
dest_partition
>> 16) == pc_slice)
898
&& (
dest_partition
== current_partition
899
|| ((
dest_partition
>> 16) == 0xFF
900
&& ((
dest_partition
>> 8) & 0xFF) == bsd_part)))
[
all
...]
builtins.c
1758
int dest_drive,
dest_partition
, dest_sector;
local
[
all
...]
Completed in 488 milliseconds