Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c521 unsigned long long start, len, offset, ext_offset, gpt_offset; in set_partition_hidden_flag() local
543 &ext_offset, &gpt_offset, &gpt_count, &gpt_size, mbr)) in set_partition_hidden_flag()
603 unsigned long long *ext_offset, in next_partition() argument
730 *ext_offset = 0; in next_partition()
795 *offset = *ext_offset + PC_SLICE_START (buf, i); in next_partition()
796 if (! *ext_offset) in next_partition()
797 *ext_offset = *offset; in next_partition()
916 unsigned long long ext_offset; in real_open_partition() local
931 &part_offset, &entry, &ext_offset, in real_open_partition()
H A Dshared.h1027 unsigned long long *ext_offset,
H A Dbuiltins.c1660 unsigned long long start, len, offset, ext_offset, gpt_offset; in find_common() local
1691 &ext_offset, &gpt_offset, in find_common()
3389 unsigned long long start, len, offset, ext_offset, gpt_offset; in parttype_func() local
3427 &ext_offset, &gpt_offset, &gpt_count, &gpt_size, mbr)) in parttype_func()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c179 u32 ext_offset = cudbg_hdr->data_len; in get_next_ext_entity_hdr() local
194 ext_offset += sizeof(struct cudbg_entity_hdr) + in get_next_ext_entity_hdr()
206 if (ext_offset != (*entity_hdr)->next_ext_offset) { in get_next_ext_entity_hdr()
207 ext_offset -= sizeof(struct cudbg_entity_hdr) + in get_next_ext_entity_hdr()
216 ext_offset); in get_next_ext_entity_hdr()
220 dbg_buff->offset = ext_offset; in get_next_ext_entity_hdr()