Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c102 sp_ext_offset_t ext_offset; /* starting offset */ member
851 if (e1->ext_offset > e2->ext_offset) in meta_sp_cmp_by_offset()
853 if (e1->ext_offset < e2->ext_offset) in meta_sp_cmp_by_offset()
906 newext->ext_offset = offset; in meta_sp_list_insert()
1047 if ((offset >= ext->ext_offset) && in meta_sp_list_find()
1048 (offset < ext->ext_offset + ext->ext_length)) { in meta_sp_list_find()
1084 if (curoff < ext->ext_offset) in meta_sp_list_freefill()
1086 curoff, ext->ext_offset - curoff, in meta_sp_list_freefill()
1088 curoff = ext->ext_offset + ext->ext_length; in meta_sp_list_freefill()
1145 ext->ext_offset, ext->ext_length, in meta_sp_list_dump()
[all …]
/titanic_41/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_41/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()