HomeSort by relevance Sort by last modified time
    Searched refs:PARTITION (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ext2fs/
dosio.c 47 static PARTITION **partitions = NULL;
49 static PARTITION *active = NULL;
87 * offset for the given partition.
89 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part)
104 * Scans the passed partition table looking for *pno partition
108 * For partition numbers >5 Linux uses DOS extended partitions -
148 static io_channel alloc_io_channel(PARTITION *part)
176 * Open the 'name' partition, initialize all information structures
182 PARTITION *part
    [all...]
dosio.h 38 * All partition data we need is here
44 unsigned long start; /* LBA address of partition start */
45 unsigned long len; /* length of partition in sectors */
46 unsigned char pno; /* Partition number (read from *dev) */
48 /* This partition's drive geometry */
52 } PARTITION;
55 * PC partition table entry format
138 * Open the specified partition.
146 * partition number for the given device. If X is not specified, function
147 * scans the drive's partition table in search for the first Linux ext2f
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 209 PARTITION = 427,
410 #define PARTITION 427
glsl_parser.cc 318 PARTITION = 427,
519 #define PARTITION 427
    [all...]
glsl_lexer.cc     [all...]

Completed in 472 milliseconds