Home | History | Annotate | Download | only in commands

Lines Matching refs:entries_count

120     table->partition_table_size = ROUND_UP(content->header.entries_count * sizeof(*table->entries),
318 for (i = 0; i < table->header->entries_count; ++i) {
347 int current = (int) table->header->entries_count;
387 int count = (int) table->header->entries_count;
402 int count = (int) table->header->entries_count;
421 crc = crc32(crc, (void*) table->entries, table->header->entries_count * sizeof(*table->entries));
457 int current = (int) table->header->entries_count;
706 content->header.entries_count = cnode_count(partnode);
707 content->entries = malloc(content->header.entries_count * sizeof(struct GPT_entry_raw));
765 content->header.entries_count * sizeof(*maptable->entries));