Searched refs:offset_blks (Results 1 – 1 of 1) sorted by relevance
772 uint32_t offset_blks = 2; in partition_entries_offset() local786 offset_blks = offset_bytes / dev_desc->rawblksz; in partition_entries_offset()800 offset_blks = offset_bytes / dev_desc->rawblksz; in partition_entries_offset()804 debug("efi: partition entries offset (in blocks): %d\n", offset_blks); in partition_entries_offset()810 if (offset_blks < 2) in partition_entries_offset()811 offset_blks = 2; in partition_entries_offset()813 return offset_blks; in partition_entries_offset()