Home
last modified time | relevance | path

Searched refs:partition (Results 1 – 25 of 75) sorted by relevance

123

/illumos-gate/usr/src/uts/common/sys/
H A Dfdmedia.h293 static struct partition dpt_80x36[NDKMAP] = {
300 static struct partition dpt_80x21[NDKMAP] = {
307 static struct partition dpt_80x18[NDKMAP] = {
314 static struct partition dpt_80x15[NDKMAP] = {
321 static struct partition dpt_80x9[NDKMAP] = {
328 static struct partition dpt_77x8[NDKMAP] = {
336 static struct partition dpt_40x16[NDKMAP] = {
344 static struct partition dpt_40x9[NDKMAP] = {
351 static struct partition dpt_40x8[NDKMAP] = {
359 static struct partition dpt_40x4[NDKMAP] = {
[all …]
/illumos-gate/usr/src/cmd/format/
H A Dformat.dat180 partition = "SUN0104" \
184 partition = "SUN0207" \
188 partition = "SUN0327" \
192 partition = "SUN0340" \
197 partition = "SUN0424" \
201 partition = "SUN0535" \
205 partition = "SUN0669" \
209 partition = "SUN1.0G" \
213 partition = "SUN1.05" \
217 partition = "SUN1.3G" \
[all …]
/illumos-gate/usr/src/boot/common/
H A Ddisk.c234 int rc, slice, partition; in disk_open() local
284 partition >= 0) { in disk_open()
306 partition = D_PARTISGPT; in disk_open()
314 partition = D_PARTWILD; in disk_open()
351 if (partition < 0) { in disk_open()
355 partition = 0; in disk_open()
435 partition = D_PARTWILD; in disk_parsedev()
438 partition = D_PARTNONE; in disk_parsedev()
454 partition = D_PARTISGPT; in disk_parsedev()
466 partition = *cp - 'a'; in disk_parsedev()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c600 unsigned long *partition, int *type, in next_partition() argument
617 int bsd_part_no = (*partition & 0xFF00) >> 8; in next_partition()
654 *partition = (*partition & 0xFF00FF) | (i << 8); in next_partition()
675 int sol_part_no = (*partition & 0xFF00) >> 8; in next_partition()
710 *partition = (*partition & 0xFF00FF) | (i << 8); in next_partition()
724 int pc_slice_no = (*partition & 0xFF0000) >> 16; in next_partition()
820 *partition = (pc_slice_no << 16) | 0xFFFF; in next_partition()
856 *partition = (*entry << 16) | 0xFFFF; in next_partition()
876 if (*partition != 0xFFFFFF && *gpt_offset != 0) in next_partition()
1115 int partition = dev & 0xFFFFFF; in set_device() local
[all …]
H A Dfreebsd.h62 #define MAKEBOOTDEV(type, adaptor, controller, unit, partition) \ argument
65 ((partition) << B_PARTITIONSHIFT) | B_DEVMAGIC)
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h267 vd_partition_t partition[V_NUMPAR]; /* partition headers */ member
397 (vtoc)->v_part[i].p_tag = (vd_vtoc)->partition[i].id_tag; \
398 (vtoc)->v_part[i].p_flag = (vd_vtoc)->partition[i].perm; \
399 (vtoc)->v_part[i].p_start = (vd_vtoc)->partition[i].start; \
400 (vtoc)->v_part[i].p_size = (vd_vtoc)->partition[i].nblocks; \
438 (vd_vtoc)->partition[i].id_tag = (vtoc)->v_part[i].p_tag; \
439 (vd_vtoc)->partition[i].perm = (vtoc)->v_part[i].p_flag; \
440 (vd_vtoc)->partition[i].start = (vtoc)->v_part[i].p_start; \
441 (vd_vtoc)->partition[i].nblocks = (vtoc)->v_part[i].p_size; \
/illumos-gate/usr/src/boot/sys/sys/
H A Ddisklabel.h137 struct partition { /* the partition table */ struct
292 void bsd_partition_le_dec(u_char *ptr, struct partition *d);
294 void bsd_partition_le_enc(u_char *ptr, struct partition *d);
/illumos-gate/usr/src/grub/
H A Dmenu.lst29 # root (hd<disk no>,<partition no>)
35 # root (hd<disk no>,<partition no>)
44 # root (hd<disk no>,<partition no>,x) --x = Solaris root slice
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi22 * Partition table:: The format of partition tables
136 beginning of the disk, but @emph{not} relative to the partition
146 The installed partition.
170 For any particular partition, it is presumed that only one of the
190 The current partition number.
193 The current partition type.
199 The @dfn{partition} part of the root device.
202 The current partition starting address, in sectors.
205 The current partition length, in sectors.
243 in the partition.
[all …]
H A Dgrub.info-1340 it so that you can specify a drive/partition.
357 partition numbers are counted from _zero_, not from one. This
374 searches for the first PC slice which has a BSD `a' partition.
379 partition you want, the GRUB command-line (*note Command-line
522 partition into which you want to install GRUB:
538 root partition; if you need to specify a root partition for your OS,
746 1. Set GRUB's root device to the partition by the command
751 2. Set the "active" flag in the partition using the command
804 a root partition to the kernel.
933 the partition hiding/unhiding technique.
[all …]
H A Dgrub.info-3265 to mount it to get the partition size (for passing the partition
498 partition table fail. This is a bad sign.
555 17 : Cannot mount selected partition
580 22 : No such partition
589 24 : Attempt to access block outside partition
707 `--install-partition=PAR'
1225 The installed partition.
1268 The current partition number.
1271 The current partition type.
1277 The "partition" part of the root device.
[all …]
H A Dgrub.info539 root partition; if you need to specify a root partition for your OS,
804 root partition to the kernel.
1675 partition of the disk (or the boot sector of the partition when
2150 -- Command: hide partition
2188 Create a new primary partition. PART is a partition specification
2200 Change the type of an existing partition. PART is a partition
2460 -- Command: unhide partition
2638 partition or a ReiserFS partition.(1) (*note embed-Footnote-1::)
2974 to mount it to get the partition size (for passing the partition
3289 22 : No such partition
[all …]
H A Dgrub.texi423 partition.
552 your OS's root partition; if you need to specify a root partition for
873 root partition to the kernel.
2351 Hide the partition @var{partition} by setting the @dfn{hidden} bit in
2384 Create a new primary partition. @var{part} is a partition specification
2395 Change the type of an existing partition. @var{part} is a partition
2649 Unhide the partition @var{partition} by clearing the @dfn{hidden} bit in
2819 is a FFS partition or a ReiserFS partition.@footnote{The latter feature
3128 attempt to mount it to get the partition size (for passing the partition
3131 and correctly determine the PC partition where a BSD sub-partition is
[all …]
H A Dgrub.info-2370 partition of the disk (or the boot sector of the partition when
713 * hide:: Hide a partition
716 * partnew:: Make a primary partition
725 * unhide:: Unhide a partition
846 - Command: hide partition
884 Create a new primary partition. PART is a partition specification
896 Change the type of an existing partition. PART is a partition
1156 - Command: unhide partition
1194 * makeactive:: Make a partition active
1241 to remind you of your OS's root partition:
[all …]
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dbootinfo.h109 #define MAKEBOOTDEV(type, slice, unit, partition) \ argument
111 ((unit) << B_UNITSHIFT) | ((partition) << B_PARTITIONSHIFT) | \
/illumos-gate/usr/src/grub/grub-0.97/
H A DTODO72 partition. (We already have the code, but need an approval by an
76 partition, so that it won't be accidentally erased or modified by
87 ? Add a partition naming syntax that means ``the first partition of
H A DNEWS143 * Booting Windows from a logical partition is supported.
201 * The utility `grub-install' recognizes a separate boot partition
235 * Recognize the Linux extended partition type.
293 * Support the partition ids for NetBSD and OpenBSD.
378 * GRUB now correctly points ES:SI at a partition descriptor when
401 format. Added "relative" disk and partition capability, see
425 partition active with "makeactive" command).
469 a "no such partition" error). If a BSD sub-partition is is used, it
470 will ignore it, and only use the primary PC partition number.
504 it uses it's builtin root partition.
[all …]
/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c353 struct partition *p1 = *(struct partition **)one; in partcmp()
354 struct partition *p2 = *(struct partition **)two; in partcmp()
512 print_table_row(uint_t partition, uint_t tag, uint_t flag, in print_table_row() argument
517 partition, tag, flag, first_sector, sector_count, last_sector); in print_table_row()
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c238 new_currdev.d_kind.biosdisk.partition = 0; in extract_currdev()
273 new_currdev.d_kind.biosdisk.partition = 0; in extract_currdev()
278 new_currdev.d_kind.biosdisk.partition = in extract_currdev()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c362 int partition; in nxge_fflp_fcram_init() local
400 for (partition = 0; partition < FFLP_FCRAM_MAX_PARTITION; partition++) { in nxge_fflp_fcram_init()
405 " enable for partition %d ", partition)); in nxge_fflp_fcram_init()
1698 uint8_t partition; in nxge_fflp_config_hash_lookup_enable() local
1705 for (partition = 0; partition < NXGE_MAX_RDC_GROUPS; partition++) { in nxge_fflp_config_hash_lookup_enable()
1706 if (p_cfgp->grpids[partition]) { in nxge_fflp_config_hash_lookup_enable()
1708 handle, partition); in nxge_fflp_config_hash_lookup_enable()
1731 uint8_t partition; in nxge_fflp_config_hash_lookup_disable() local
1738 for (partition = 0; partition < NXGE_MAX_RDC_GROUPS; partition++) { in nxge_fflp_config_hash_lookup_disable()
1739 if (p_cfgp->grpids[partition]) { in nxge_fflp_config_hash_lookup_disable()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.h44 extern int write_to_partition (char **map, int drive, int partition,
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c744 device->partition = device->slice; in get_start_sector()
759 device->partition = pno; in get_start_sector()
806 device->partition = i; in get_start_sector()
850 device->partition = pno - 1; in get_start_sector()
881 device->partition + 1); in get_start_sector()
1030 (void) fprintf(stdout, WRITE_STAGE2_DISK, device->partition, in write_stage2()
1052 (void) fprintf(stdout, WRITE_PBOOT, device->partition, in write_stage1()
1452 = (device->partition << 16) | (device->slice << 8) | 0xff; in prepare_stage2()
H A Dinstallgrub.h45 int partition; member
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.c263 descriptor_t *partition = NULL; in partition_get_descriptor_by_name() local
272 partition = partitions[i]; in partition_get_descriptor_by_name()
280 if (partition == NULL) { in partition_get_descriptor_by_name()
284 return (partition); in partition_get_descriptor_by_name()
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c3085 struct ipart *partition[FD_NUMPART]; local
3109 partition[i] = &localpart[i];
3112 if (partition[i]->systid == UNUSED)
3115 if (partition[j]->systid == UNUSED)
3117 if (LE_32(partition[j]->relsect) <
3118 LE_32(partition[i]->relsect)) {
3119 struct ipart *temp = partition[i];
3120 partition[i] = partition[j];
3121 partition[j] = temp;
3208 if (partition[i]->systid == UNUSED) {
[all …]

123