Searched defs:partitions (Results 1 - 8 of 8) sorted by relevance
| /osnet-11/usr/src/grub/grub2/include/grub/ |
| H A D | gpt_partition.h | 55 grub_uint64_t partitions; member in struct:grub_gpt_header
|
| /osnet-11/usr/src/lib/libc/amd64/gen/ |
| H A D | proc64_id.c | 61 int line_size, partitions, ways, sets; local 89 partitions = ((cpuid_info.ebx >> 12) & 0x3ff) + 1; 92 cache_size = ways * partitions * line_size * sets;
|
| /osnet-11/usr/src/lib/libdiskmgt/common/ |
| H A D | partition.c | 94 * This is called by media/slice to get the associated partitions. 95 * For a media desc. we just get all the partitions, but for a slice desc. 101 descriptor_t **partitions; local 116 partitions = (descriptor_t **)calloc(TOTAL_NUMPART + 1, 118 if (partitions == NULL) { 171 partitions[0] = cache_get_desc(DM_PARTITION, 175 cache_free_descriptors(partitions); 178 partitions[1] = NULL; 180 return (partitions); 210 partitions[po 260 descriptor_t **partitions; local [all...] |
| /osnet-11/usr/src/grub/grub2/grub-core/partmap/ |
| H A D | sun.c | 66 struct grub_sun_partition_descriptor partitions[8]; member in struct:grub_sun_block 124 desc = &block.block_sun.partitions[partnum];
|
| H A D | sunpc.c | 53 struct grub_sun_pc_partition_descriptor partitions[GRUB_PARTMAP_SUN_PC_MAX_PARTS]; member in struct:grub_sun_pc_block 125 if (block.block_sun.partitions[partnum].num_sectors == 0 || 126 block.block_sun.partitions[partnum].id == GRUB_PARTMAP_SUN_PC_WHOLE_DISK_ID) 128 if (block.block_sun.partitions[partnum].id == 0 129 || block.block_sun.partitions[partnum].id == GRUB_PARTMAP_SUN_PC_WHOLE_DISK_ID) 133 desc = &block.block_sun.partitions[partnum]; 245 "overlapping sunpc partitions %d and %d\n", 252 grub_util_warn("Overlapping sunpc partitions detected (partitions "
|
| /osnet-11/usr/src/lib/libparted/common/libparted/labels/ |
| H A D | pc98.c | 2 libparted - a library for manipulating disk partitions 34 /* hacked from Linux/98 source: fs/partitions/nec98.h 112 PC98RawPartition partitions [MAX_PART_COUNT]; member in struct:_PC98RawTable 207 for (p = part_table.partitions; 208 p < part_table.partitions + MAX_PART_COUNT; 353 raw_part = &table.partitions [i]; 508 memset (table->partitions, 0, sizeof (table->partitions)); 516 if (!fill_raw_part (&table->partitions [i - 1], part)) 614 /* ext2 partitions mus [all...] |
| H A D | sun.c | 3 libparted - a library for manipulating disk partitions 89 u_int16_t nparts; /* Number of partitions */ 109 SunRawPartition partitions[SUN_DISK_MAXPARTITIONS]; member in struct:_SunRawLabel 232 label->partitions[WHOLE_DISK_PART].start_cylinder = 0; 233 label->partitions[WHOLE_DISK_PART].num_sectors = 398 if (!PED_BE32_TO_CPU(label->partitions[i].num_sectors)) 405 start = PED_BE32_TO_CPU(label->partitions[i].start_cylinder) 408 + PED_BE32_TO_CPU(label->partitions[i].num_sectors) - 1; 481 memset (label->partitions, 0, 495 label->partitions[ [all...] |
| H A D | dos.c | 2 libparted - a library for manipulating disk partitions 58 /* The maximum number of DOS primary partitions. */ 141 DosRawPartition partitions [DOS_N_PRI_PARTITIONS]; member in struct:_DosRawTable 155 * logical partitions */ 205 if (part_table->partitions[i].boot_ind != 0 206 && part_table->partitions[i].boot_ind != 0x80) 212 if (part_table->partitions[i].type == PARTITION_GPT) 684 * error on the end of partitions. We should offer to fix the 883 /* weird: empty extended partitions are filled with 0xf6 by PM */ 902 /* parse the partitions fro [all...] |
Completed in 481 milliseconds