Home
last modified time | relevance | path

Searched refs:partition (Results 26 – 50 of 75) sorted by relevance

123

/illumos-gate/usr/src/lib/libdiskmgt/
H A DMakefile.com46 partition.o \
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_fip.c251 fip_desc_partition_t *partition; in eib_fip_parse_login_ack() local
336 partition = &(ack->ak_vhub_partition); in eib_fip_parse_login_ack()
337 if (partition->pn_type != FIP_DESC_TYPE_PARTITION || in eib_fip_parse_login_ack()
338 partition->pn_len != FIP_DESC_LEN_PARTITION) { in eib_fip_parse_login_ack()
342 FIP_DESC_LEN_PARTITION, partition->pn_type, in eib_fip_parse_login_ack()
343 partition->pn_len); in eib_fip_parse_login_ack()
391 ld->ld_vhub_pkey = ntohs(partition->pn_pkey); in eib_fip_parse_login_ack()
/illumos-gate/usr/src/data/hwdata/
H A Defi.fixes47 # Place the EFI partition entry into slot n in the PMBR
49 # Mark the EFI partition as active within the PMBR
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_nvram.c585 __in nvram_partition_t *partition) in checksum_tlv_partition() argument
593 cursor = &partition->tlv_cursor; in checksum_tlv_partition()
598 ptr = partition->data; in checksum_tlv_partition()
612 nvram_partition_t partition; in tlv_update_partition_len_and_cks() local
622 partition.data = cursor->block; in tlv_update_partition_len_and_cks()
623 (void) memcpy(&partition.tlv_cursor, cursor, sizeof (*cursor)); in tlv_update_partition_len_and_cks()
624 header = (struct tlv_partition_header *)partition.data; in tlv_update_partition_len_and_cks()
630 new_len = tlv_block_length_used(&partition.tlv_cursor); in tlv_update_partition_len_and_cks()
645 checksum_tlv_partition(&partition)); in tlv_update_partition_len_and_cks()
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_impl.h72 adutils_ad_partition_t partition; /* Data or global catalog? */ member
/illumos-gate/usr/src/tools/smatch/src/gvpr/
H A Dsubg-fwd2 // Compute the forward partition of the chosen function
H A Dsubg-rev2 // Compute the reverse partition of the chosen function
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c490 sizeof (struct partition) * NDKMAP); in fd_attach()
658 struct partition *pp; in fd_open()
845 sizeof (struct partition) * NDKMAP); in fdgetlabel()
1037 struct partition *pp; in fd_strategy()
1129 struct partition *pp; in fdstart()
1632 fdp->d_part, sizeof (struct partition) * NDKMAP); in fd_ioctl()
1839 struct partition *vpart; in fd_build_user_vtoc()
1868 bcopy(fdp->d_part, vtocp->v_part, sizeof (struct partition) * NDKMAP); in fd_build_user_vtoc()
1885 struct partition *vpart; in fd_build_label_vtoc()
1943 bcopy(vtocp->v_part, fdp->d_part, sizeof (struct partition) * NDKMAP); in fd_build_label_vtoc()
/illumos-gate/usr/src/cmd/format/
H A DMakefile33 menu_partition.o misc.o modify_partition.o partition.o \
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c870 write_to_partition (char **map, int drive, int partition, in write_to_partition() argument
876 if ((partition & 0x00FF00) != 0x00FF00) in write_to_partition()
892 sprintf (dev + strlen(dev), "%d", ((partition >> 16) & 0xFF) + 1); in write_to_partition()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-440 partition table (*note Partition table::) and a BPB. So the question is
47 We embed Stage 1 in a MBR or in the boot sector of a partition, and
122 The format of partition tables
H A Dmultiboot.texi173 special @dfn{boot partition} (e.g. OS/2), or even loading from within
689 The three remaining bytes specify the boot partition. @samp{part1}
690 specifies the @dfn{top-level} partition number, @samp{part2} specifies a
691 @dfn{sub-partition} in the top-level partition, etc. Partition numbers
692 always start from zero. Unused partition bytes must be set to 0xFF. For
694 partitioning scheme, then @samp{part1} contains the DOS partition
699 partition number, @samp{part2} contains the BSD sub-partition within
700 that DOS partition, and @samp{part3} is 0xFF.
702 DOS extended partitions are indicated as partition numbers starting from
706 partition on a disk partitioned in conventional DOS style, then
H A Dmultiboot.info132 "boot partition" (e.g. OS/2), or even loading from within another
646 The three remaining bytes specify the boot partition. `part1'
647 specifies the "top-level" partition number, `part2' specifies a
648 "sub-partition" in the top-level partition, etc. Partition numbers
649 always start from zero. Unused partition bytes must be set to 0xFF. For
651 partitioning scheme, then `part1' contains the DOS partition number,
655 "disklabel" strategy, then `part1' contains the DOS partition number,
656 `part2' contains the BSD sub-partition within that DOS partition, and
659 DOS extended partitions are indicated as partition numbers starting
663 second extended partition on a disk partitioned in conventional DOS
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp.h233 fcram_parition_t partition[MAX_PARTITION]; member
/illumos-gate/usr/src/boot/i386/libi386/
H A Dlibi386.h38 int partition; member
H A Dbiosdisk.c1307 int i, unit, slice, partition; in bd_getdev() local
1311 partition = 0; in bd_getdev()
1330 partition = dev->d_partition; in bd_getdev()
1371 rootdev = MAKEBOOTDEV(major, slice, unit, partition); in bd_getdev()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h735 int32_t partition; member
801 uint32_t partition; member
818 uchar_t partition; member
833 uchar_t partition;
/illumos-gate/usr/src/uts/common/sys/
H A Dvtoc.h124 struct partition { struct
139 struct partition v_part[V_NUMPAR]; /* partition headers */
H A Dfdc.h117 struct partition d_part[NDKMAP]; /* partitions descriptions */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4534 auto void sprint_device (int drive, int partition); in setup_func()
4535 auto int embed_stage1_5 (char * stage1_5, int drive, int partition); in setup_func()
4556 void sprint_device (int drive, int partition) in setup_func()
4561 if ((partition & 0xFF0000) != 0xFF0000) in setup_func()
4564 grub_sprintf (tmp, ",%d", (partition >> 16) & 0xFF); in setup_func()
4567 if ((partition & 0x00FF00) != 0x00FF00) in setup_func()
4570 grub_sprintf (tmp, ",%c", 'a' + ((partition >> 8) & 0xFF)); in setup_func()
4576 int embed_stage1_5 (char *stage1_5, int drive, int partition) in setup_func()
4580 sprint_device (drive, partition); in setup_func()
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_errno.def50 grub_errno_def(EG_FINDROOTPRT, "Invalid partition number for findroot")
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c517 if (bdev->d_kind.biosdisk.partition == -1) in mount_root()
520 part = bdev->d_kind.biosdisk.partition; in mount_root()
/illumos-gate/usr/src/cmd/bnu/
H A DGrades34 # grade for a workload partition.
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog2555 current partition is FAT, but check if it has a FAT partition
2864 type when checking if last partition was a bsd partition.
2888 new version reiserfs partition.
2962 is not a primary partition.
3428 BSD partition is not specified.
4097 boot partition problem.
6116 partition for any extended partition as well. Set EXT to I after
7414 with the extended partition types.
7493 partition.
8990 Mach-style partition naming.
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c14839 dest->partition, in st_interpret_read_pos()
14935 if (dest->partition != part) { in st_interpret_read_pos()
14942 dest->partition = part; in st_interpret_read_pos()
15074 if (dest->partition != ext_pos_info->partition) { in st_interpret_read_pos()
15079 dest->partition, in st_interpret_read_pos()
15080 ext_pos_info->partition); in st_interpret_read_pos()
15082 dest->partition = ext_pos_info->partition; in st_interpret_read_pos()
15127 cdb[1] = pos->partition == partition ? 0 : 2; in st_logical_block_locate()
15134 cdb[8] = partition; in st_logical_block_locate()
15147 cdb[1] = pos->partition == partition ? 0 : 2; in st_logical_block_locate()
[all …]

123