HomeSort by relevance Sort by last modified time
    Searched defs:partition (Results 26 - 30 of 30) sorted by null

12

  /external/kernel-headers/original/linux/
genhd.h 22 LINUX_RAID_PARTITION = 0xfd, /* autodetect RAID partition */
32 FREEBSD_PARTITION = 0xa5, /* FreeBSD Partition ID */
33 OPENBSD_PARTITION = 0xa6, /* OpenBSD Partition ID */
34 NETBSD_PARTITION = 0xa9, /* NetBSD Partition ID */
35 BSDI_PARTITION = 0xb7, /* BSDI Partition ID */
36 MINIX_PARTITION = 0x81, /* Minix Partition ID */
42 struct partition { struct
47 unsigned char sys_ind; /* What partition type */
52 unsigned int nr_sects; /* nr of sectors in partition */
64 struct partition { struct
    [all...]
  /external/qemu/
block.c 751 struct partition { struct
756 uint8_t sys_ind; /* What partition type */
761 uint32_t nr_sects; /* nr of sectors in partition */
764 /* try to guess the disk logical geometry from the MSDOS partition table. Return 0 if OK, -1 if could not guess */
770 struct partition *p;
783 p = ((struct partition *)(buf + 0x1be)) + i;
786 /* We make the assumption that the partition terminates on
    [all...]
  /external/qemu/block/
vvfat.c 40 BOOTEASY.ASM and Ranish Partition Manager
262 partition_t partition[4]; member in struct:mbr_t
322 unsigned int first_sectors_number; /* 1 for a single partition, 0x40 for a disk with partition table */
334 uint32_t sector_count; /* total number of sectors of the partition */
335 uint32_t cluster_count; /* total number of clusters of this partition */
382 partition_t* partition=&(real_mbr->partition[0]); local
390 partition->attributes=0x80; /* bootable */
392 /* LBA is used when partition is outside the CHS geometry *
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 57 milliseconds

12