Searched refs:ext_offset (Results 1 – 3 of 3) sorted by relevance
/external/grub/stage2/ |
D | disk_io.c | 505 unsigned long start, len, offset, ext_offset; in set_partition_hidden_flag() local 527 &ext_offset, mbr)) in set_partition_hidden_flag() 580 unsigned long *ext_offset, char *buf) in next_partition() argument 653 *ext_offset = 0; in next_partition() 684 *offset = *ext_offset + PC_SLICE_START (buf, i); in next_partition() 685 if (! *ext_offset) in next_partition() 686 *ext_offset = *offset; in next_partition() 757 unsigned long ext_offset; in real_open_partition() local 769 &part_offset, &entry, &ext_offset, buf); in real_open_partition()
|
D | builtins.c | 1238 unsigned long start, len, offset, ext_offset; in find_func() local 1245 &ext_offset, buf)) in find_func() 2872 unsigned long start, len, offset, ext_offset; in parttype_func() local 2910 &ext_offset, mbr)) in parttype_func()
|
D | shared.h | 937 unsigned long *ext_offset, char *buf);
|