Home
last modified time | relevance | path

Searched refs:ext_offset (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c518 unsigned long start, len, offset, ext_offset, gpt_offset; in set_partition_hidden_flag() local
540 &ext_offset, &gpt_offset, &gpt_count, &gpt_size, mbr)) in set_partition_hidden_flag()
600 unsigned long *ext_offset, in next_partition() argument
727 *ext_offset = 0; in next_partition()
792 *offset = *ext_offset + PC_SLICE_START (buf, i); in next_partition()
793 if (! *ext_offset) in next_partition()
794 *ext_offset = *offset; in next_partition()
913 unsigned long ext_offset; in real_open_partition() local
928 &part_offset, &entry, &ext_offset, in real_open_partition()
H A Dshared.h1024 unsigned long *ext_offset,
H A Dbuiltins.c1657 unsigned long start, len, offset, ext_offset, gpt_offset; in find_common() local
1688 &ext_offset, &gpt_offset, in find_common()
3382 unsigned long start, len, offset, ext_offset, gpt_offset; in parttype_func() local
3420 &ext_offset, &gpt_offset, &gpt_count, &gpt_size, mbr)) in parttype_func()
/titanic_44/usr/src/uts/i86pc/os/
H A Dmicrocode.c812 uint32_t ext_offset; in ucode_load_intel() local
834 ext_offset = body_size + UCODE_HEADER_SIZE_INTEL; in ucode_load_intel()
835 ext_size = usize - ext_offset; in ucode_load_intel()
842 (void) memcpy(&ustart[ext_offset], in ucode_load_intel()