/illumos-gate/usr/src/boot/sys/sys/ |
H A D | disklabel.h | 137 struct partition { /* the partition table */ struct 138 u_int32_t p_size; /* number of sectors in partition */ 139 u_int32_t p_offset; /* starting sector */ 140 u_int32_t p_fsize; /* filesystem basic fragment size */ 141 u_int8_t p_fstype; /* filesystem type, see below */ 142 u_int8_t p_frag; /* filesystem fragments per block */ 143 u_int16_t p_cpg; /* filesystem cylinders per group */
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vtoc.h | 124 struct partition { struct 125 ushort_t p_tag; /* ID tag of partition */ argument 127 daddr_t p_start; /* start sector no of partition */ argument 128 long p_size; /* # of blocks in partition */ argument
|
/illumos-gate/usr/src/boot/common/ |
H A D | disk.c | 234 int rc, slice, partition; in disk_open() local 421 int unit, slice, partition; in disk_parsedev() local
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | libi386.h | 38 int partition; member
|
H A D | biosdisk.c | 1307 int i, unit, slice, partition; in bd_getdev() local
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | freebsd.h | 62 #define MAKEBOOTDEV(type, adaptor, controller, unit, partition) \ argument
|
H A D | disk_io.c | 600 unsigned long *partition, int *type, in next_partition() 1115 int partition = dev & 0xFFFFFF; in set_device() local
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.h | 45 int partition; member
|
/illumos-gate/usr/src/boot/sys/i386/include/ |
H A D | bootinfo.h | 109 #define MAKEBOOTDEV(type, slice, unit, partition) \ argument
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | partition.c | 263 descriptor_t *partition = NULL; in partition_get_descriptor_by_name() local
|
/illumos-gate/usr/src/grub/grub-0.97/lib/ |
H A D | device.c | 870 write_to_partition (char **map, int drive, int partition, in write_to_partition()
|
/illumos-gate/usr/src/lib/libadutils/common/ |
H A D | adutils_impl.h | 72 adutils_ad_partition_t partition; /* Data or global catalog? */ member
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 362 int partition; in nxge_fflp_fcram_init() local 1698 uint8_t partition; in nxge_fflp_config_hash_lookup_enable() local 1731 uint8_t partition; in nxge_fflp_config_hash_lookup_disable() local
|
H A D | nxge_main.c | 1504 int partition; in nxge_setup_mutexes() local 1575 int partition; in nxge_destroy_mutexes() local
|
/illumos-gate/usr/src/cmd/prtvtoc/ |
H A D | prtvtoc.c | 512 print_table_row(uint_t partition, uint_t tag, uint_t flag, in print_table_row()
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_fflp.h | 233 fcram_parition_t partition[MAX_PARTITION]; member
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_fflp.c | 3011 p_hash_tbl_data_log_t p_err, uint8_t partition) in npi_fflp_fcram_error_get() 3023 npi_fflp_fcram_error_clear(npi_handle_t handle, uint8_t partition) in npi_fflp_fcram_error_clear()
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | ef10_nvram.c | 585 __in nvram_partition_t *partition) in checksum_tlv_partition() 612 nvram_partition_t partition; in tlv_update_partition_len_and_cks() local
|
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_fip.c | 251 fip_desc_partition_t *partition; in eib_fip_parse_login_ack() local
|
/illumos-gate/usr/src/cmd/format/ |
H A D | startup.c | 1528 char *partition = "s2"; in search_for_logical_dev() local
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | vdsk_common.h | 267 vd_partition_t partition[V_NUMPAR]; /* partition headers */ member
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfs.c | 1427 int partition = dev->d_partition; in zfs_probe_dev() local
|
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 735 int32_t partition; member 801 uint32_t partition; member 818 uchar_t partition; member
|
/illumos-gate/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 2244 int partition = DCDPART(bp->b_edev); in make_dcd_cmd() local
|
/illumos-gate/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 3085 struct ipart *partition[FD_NUMPART]; local
|