/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | partition.c | 102 descriptor_t **partitions; in partition_get_assocs() local 117 partitions = (descriptor_t **)calloc(TOTAL_NUMPART + 1, in partition_get_assocs() 119 if (partitions == NULL) { in partition_get_assocs() 172 partitions[0] = cache_get_desc(DM_PARTITION, in partition_get_assocs() 176 cache_free_descriptors(partitions); in partition_get_assocs() 179 partitions[1] = NULL; in partition_get_assocs() 181 return (partitions); in partition_get_assocs() 211 partitions[pos] = cache_get_desc(DM_PARTITION, in partition_get_assocs() 214 cache_free_descriptors(partitions); in partition_get_assocs() 221 partitions[pos] = NULL; in partition_get_assocs() [all …]
|
/titanic_44/usr/src/lib/libc/amd64/gen/ |
H A D | proc64_id.c | 61 int line_size, partitions, ways, sets; in get_intel_cache_info() local 89 partitions = ((cpuid_info.ebx >> 12) & 0x3ff) + 1; in get_intel_cache_info() 92 cache_size = ways * partitions * line_size * sets; in get_intel_cache_info()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | gpt.h | 44 grub_uint64_t partitions; member
|
H A D | disk_io.c | 758 *gpt_offset = hdr->partitions; in next_partition()
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | README | 6 - recognizes fdisk partitions and BSD disklabels
|
H A D | AUTHORS | 54 logical partitions, and did a significant bugfix for the terminal stuff.
|
H A D | NEWS | 103 * The commands "hide" and "unhide" support logical partitions. 424 * "Extended" partitions now work (still cannot make an extended 467 * "makeactive" now works for standard PC partitions on hard disks (not 468 extended partitions... so any PC partition number above 3 will give
|
H A D | ChangeLog | 911 This fixes a problem where files from other partitions appear at 2140 of this function which now supports logical partitions. 2802 * stage2/fsys_ext2.c (ext2fs_mount): Detect ext2 partitions in 2816 partitions needed for linux. This contains the code that was 3387 partitions. 3418 function now checks all partitions you have certainly. 3430 partition is a PC slice which may have BSD partitions. Instead, 3431 try to complete the command-line with possible partitions.
|
/titanic_44/usr/src/uts/common/io/ |
H A D | cmlb.c | 2772 efi_gpe_t *partitions; local 2879 partitions = (efi_gpe_t *)buf; 2884 cmlb_swap_efi_gpe(nparts, partitions); 2890 if (partitions->efi_gpe_StartingLBA != 0 || 2891 partitions->efi_gpe_EndingLBA != 0) { 2893 partitions->efi_gpe_StartingLBA; 2895 partitions->efi_gpe_EndingLBA - 2896 partitions->efi_gpe_StartingLBA + 1; 2898 partitions->efi_gpe_StartingLBA; 2902 if (bcmp(&partitions->efi_gpe_PartitionTypeGUID, [all …]
|
/titanic_44/usr/src/cmd/avs/sdbc/ |
H A D | sd_diag.c | 80 int partitions = 0; in read_parts() local 98 partitions++; in read_parts() 102 config_file, partitions); in read_parts() 103 return (partitions); in read_parts()
|
/titanic_44/usr/src/cmd/format/ |
H A D | auto_sense.c | 83 int partitions[NDKMAP]; member 1565 if (pt->partitions[i] == HOG || pt->partitions[i] == 0) { 1575 nblks = pt->partitions[i] * ((1024*1024)/cur_blksz); 1618 if (pt->partitions[i] == HOG) {
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 357 zero for primary partitions and from four for extended partitions, and 503 disks, partitions, and file names depending on the context. Note that 849 Windows and multiple primary FAT partitions exist in one disk. See 1159 Windows and multiple primary partitions exist on one disk. See also 1352 Search for the file name FILENAME in all mountable partitions and
|
H A D | multiboot.texi | 696 example, if a disk is partitioned first into DOS partitions, and then 697 one of those DOS partitions is subdivided into several BSD partitions 702 DOS extended partitions are indicated as partition numbers starting from 703 4 and increasing, rather than as nested sub-partitions, even though the 704 underlying disk layout of extended partitions is hierarchical in
|
H A D | grub.info-1 | 228 partitions, and files in a directory depending on context. 365 drive. Note that the partition numbers for extended partitions are 366 counted from `4', regardless of the actual number of primary partitions 376 Of course, to actually access the disks or partitions with GRUB, you 386 partitions, or file names. So it should be quite easy to determine the 931 more than one primary partitions for DOS/Windows. Certainly you should
|
H A D | multiboot.info | 653 partitioned first into DOS partitions, and then one of those DOS 654 partitions is subdivided into several BSD partitions using BSD's 659 DOS extended partitions are indicated as partition numbers starting 660 from 4 and increasing, rather than as nested sub-partitions, even 661 though the underlying disk layout of extended partitions is
|
H A D | grub.texi | 280 devices, partitions, and files in a directory depending on context. 411 drive. Note that the partition numbers for extended partitions are 413 partitions on your hard disk. 425 Of course, to actually access the disks or partitions with GRUB, you 437 partitions, or file names. So it should be quite easy to determine the 1026 primary partitions for DOS/Windows. Certainly you should avoid doing 1854 from zero for primary partitions and from four for extended partitions, 2000 completion listing of disks, partitions, and file names depending on the 2353 and multiple primary FAT partitions exist in one disk. See also 2651 and multiple primary partitions exist on one disk. See also [all …]
|
H A D | grub.info | 229 partitions, and files in a directory depending on context. 366 drive. Note that the partition numbers for extended partitions are 367 counted from `4', regardless of the actual number of primary partitions 377 Of course, to actually access the disks or partitions with GRUB, you 387 partitions, or file names. So it should be quite easy to determine the 931 more than one primary partitions for DOS/Windows. Certainly you should 1662 zero for primary partitions and from four for extended partitions, and 1808 disks, partitions, and file names depending on the context. Note that 2153 Windows and multiple primary FAT partitions exist in one disk. See 2463 Windows and multiple primary partitions exist on one disk. See also [all …]
|
H A D | grub.info-3 | 162 This command is limited to _primary_ PC partitions on a hard disk.
|
/titanic_44/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 673 # Given a disk cxtxdx reduces all partitions
|