Searched refs:partition (Results 1 - 25 of 59) sorted by relevance

123

/illumos-gate/usr/src/uts/common/sys/
H A Dfdmedia.h293 * Default partition maps
295 static struct partition dpt_80x36[NDKMAP] = {
302 static struct partition dpt_80x21[NDKMAP] = {
309 static struct partition dpt_80x18[NDKMAP] = {
316 static struct partition dpt_80x15[NDKMAP] = {
323 static struct partition dpt_80x9[NDKMAP] = {
330 static struct partition dpt_77x8[NDKMAP] = {
338 static struct partition dpt_40x16[NDKMAP] = {
346 static struct partition dpt_40x9[NDKMAP] = {
353 static struct partition dpt_40x
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfreebsd.h44 * adaptor (uba, mba, etc), unit number and partition number.
62 #define MAKEBOOTDEV(type, adaptor, controller, unit, partition) \
65 ((partition) << B_PARTITIONSHIFT) | B_DEVMAGIC)
H A Ddisk_io.c102 /* The register ESI should contain the address of the partition to be
121 /* these are the translated numbers for the open partition */
311 * Check partition boundaries
321 * Get the read to the beginning of a partition.
386 embed a Stage 1.5 into a partition instead of a MBR, use system
452 /* Turn on the active flag for the partition SAVED_PARTITION in the
465 /* If the partition is not a primary partition, the active flag is
477 /* If the partition is an extended partition, settin
596 next_partition(unsigned long drive, unsigned long dest, unsigned long *partition, int *type, unsigned long long *start, unsigned long long *len, unsigned long long *offset, int *entry, unsigned long long *ext_offset, unsigned long long *gpt_offset, int *gpt_count, int *gpt_size, char *buf) argument
1112 int partition = dev & 0xFFFFFF; local
[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/boot/sys/boot/common/
H A Ddisk.c282 int rc, slice, partition; local
297 partition = dev->d_partition;
302 * main partition table.
305 DEBUG("%s unit %d, slice %d, partition %d => %p (cached)",
321 DEBUG("%s unit %d, slice %d, partition %d => %p",
328 DEBUG("Can't read partition table");
335 partition >= 0) {
337 rc = ptable_getpart(od->table, &part, partition);
341 /* Try to get information about partition */
351 partition
487 int unit, slice, partition; local
[all...]
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dbootinfo.h83 * adaptor (uba, mba, etc), unit number and partition number.
109 #define MAKEBOOTDEV(type, slice, unit, partition) \
111 ((unit) << B_UNITSHIFT) | ((partition) << B_PARTITIONSHIFT) | \
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/mips/
H A Dberipad-de4.dts161 partition@0 {
167 partition@20000 {
173 partition@C20000 {
179 partition@1820000 {
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dp1020rdb.dts96 partition@0 {
104 partition@40000 {
111 partition@80000 {
118 partition@400000 {
124 partition@f00000 {
141 partition@0 {
149 partition@100000 {
156 partition@200000 {
163 partition@600000 {
170 partition
[all...]
H A Dp3041ds.dts195 partition@u-boot {
200 partition@kernel {
205 partition@dtb {
210 partition@fs {
444 partition@0 {
450 partition@2000000 {
455 partition@12000000 {
460 partition@1a000000 {
465 partition@1e000000 {
470 partition
[all...]
H A Dp5020ds.dts191 partition@u-boot {
196 partition@kernel {
201 partition@dtb {
206 partition@fs {
440 partition@0 {
446 partition@2000000 {
451 partition@12000000 {
456 partition@1a000000 {
461 partition@1e000000 {
466 partition
[all...]
H A Dmpc8572ds.dts135 partition@0 {
141 partition@3000000 {
147 partition@3e00000 {
153 partition@4000000 {
159 partition@4400000 {
164 partition@7f00000 {
170 partition@7f80000 {
184 partition@0 {
190 partition@2000000 {
195 partition
[all...]
H A Dp2041rdb.dts194 partition@u-boot {
199 partition@kernel {
204 partition@dtb {
209 partition@fs {
/illumos-gate/usr/src/boot/sys/sys/
H A Ddisklabel.h68 #define LABEL_PART 2 /* partition containing label */
69 #define RAW_PART 2 /* partition containing whole disk */
70 #define SWAP_PART 1 /* partition normally containing swap */
133 /* filesystem and partition information: */
137 struct partition { /* the partition table */ struct in struct:disklabel
138 u_int32_t p_size; /* number of sectors in partition */
209 * per-partition information.
224 #define FS_BOOT 13 /* partition contains bootstrap */
294 void bsd_partition_le_dec(u_char *ptr, struct partition *
[all...]
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dlibuboot.h39 int partition; member in struct:uboot_devdesc::__anon367::__anon368
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c176 * Parse a device string into type, unit, slice and partition numbers. A
182 * The returned values for slice and partition are interpreted by
192 * <type_name><unit>:<slice>.<partition> DEV_TYP_STOR
199 get_load_device(int *type, int *unit, int *slice, int *partition) argument
208 *partition = -1;
252 /* No slice and partition specification. */
275 /* No partition specification. */
289 /* No partition specification. */
293 *partition = strtol(p, &endp, 10);
300 /* Junk beyond partition numbe
311 char partition[32]; local
[all...]
/illumos-gate/usr/src/cmd/avs/dsbitmap/
H A Ddsbitmap.c116 get_partsize(char *partition) argument
127 if ((fd = open(partition, O_RDONLY)) < 0) {
128 error(NULL, gettext("unable to open partition, %s: %s"),
129 partition, strerror(errno));
142 gettext("unable to read the vtoc from partition, %s: %s"),
143 partition, strerror(errno));
152 "from partition, %s: %s"),
153 partition, strerror(errno));
177 gettext("unable to read disk partition, %s: %s"),
178 partition, strerro
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h216 * vDisk logical partition
247 * vDisk partition definition
250 uint16_t id_tag; /* ID tag of partition */
251 uint16_t perm; /* permission flags for partition */
253 uint64_t start; /* block number of partition start */
254 uint64_t nblocks; /* number of blocks in partition */
267 vd_partition_t partition[V_NUMPAR]; /* partition headers */ member in struct:vd_vtoc
397 (vtoc)->v_part[i].p_tag = (vd_vtoc)->partition[i].id_tag; \
398 (vtoc)->v_part[i].p_flag = (vd_vtoc)->partition[
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/
H A DMakefile.com30 media.o slice.o partition.o findevs.o events.o \
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.h45 int partition; member in struct:_device_data
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c243 new_currdev.d_kind.biosdisk.partition = 0;
274 new_currdev.d_kind.biosdisk.partition = 0;
278 new_currdev.d_kind.biosdisk.partition = B_PARTITION(initial_bootdev);
279 if (new_currdev.d_kind.biosdisk.partition == 0xff)
280 new_currdev.d_kind.biosdisk.partition = -1;
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dvybrid.dtsi173 partition@40000 {
179 partition@240000 {
184 partition@440000 {
189 partition@e40000 {
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_impl.h65 /* A set of DSs for a given AD partition */
72 adutils_ad_partition_t partition; /* Data or global catalog? */ member in struct:adutils_ad
/illumos-gate/usr/src/cmd/format/
H A DMakefile33 menu_partition.o misc.o modify_partition.o partition.o \
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dlibi386.h46 int partition; member in struct:i386_devdesc::__anon281::__anon282
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c311 * (1) configure and enable partition 0 with no relocation
315 * (4) disable the partition
326 NXGE_ERROR_MSG((nxgep, NXGE_ERR_CTL, "failed partition cfg\n"));
333 "failed partition enable\n"));
362 int partition; local
400 for (partition = 0; partition < FFLP_FCRAM_MAX_PARTITION; partition++) {
401 rs = npi_fflp_cfg_fcram_partition_disable(handle, partition);
404 "failed FCRAM partition"
1701 uint8_t partition; local
1734 uint8_t partition; local
[all...]

Completed in 149 milliseconds

123