OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pc_slice
(Results
1 - 6
of
6
) sorted by null
/external/grub/stage2/
filesys.h
21
#include "
pc_slice
.h"
disk_io.c
760
int bsd_part,
pc_slice
;
local
771
pc_slice
= current_partition >> 16;
876
|| (dest_partition >> 16) ==
pc_slice
)
880
pc_slice
, bsd_part + 'a');
887
grub_sprintf (str, "%d)",
pc_slice
);
[
all
...]
Makefile.am
9
nbi.h
pc_slice
.h serial.h shared.h smp-imps.h term.h \
builtins.c
1276
int
pc_slice
= part >> 16;
1282
drive - 0x80,
pc_slice
);
1285
drive - 0x80,
pc_slice
, bsd_part + 'a');
1259
int
pc_slice
= part >> 16;
local
[
all
...]
Makefile.in
437
nbi.h
pc_slice
.h serial.h shared.h smp-imps.h term.h \
[
all
...]
/external/grub/
ChangeLog
822
* stage2/
pc_slice
.h (PC_SLICE_TYPE_DELL_UTIL): New macro.
[
all
...]
Completed in 273 milliseconds