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 44 static PARTITION **partitions = NULL;
46 static PARTITION *active = NULL;
84 * offset for the given partition.
86 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part)
101 * Scans the passed partition table looking for *pno partition
105 * For partition numbers >5 Linux uses DOS extended partitions -
145 static io_channel alloc_io_channel(PARTITION *part)
173 * Open the 'name' partition, initialize all information structures
179 PARTITION *part
    [all...]
dosio.h 34 * All partition data we need is here
40 unsigned long start; /* LBA address of partition start */
41 unsigned long len; /* length of partition in sectors */
42 unsigned char pno; /* Partition number (read from *dev) */
44 /* This partition's drive geometry */
48 } PARTITION;
51 * PC partition table entry format
134 * Open the specified partition.
142 * partition number for the given device. If X is not specified, function
143 * scans the drive's partition table in search for the first Linux ext2f
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.h 201 PARTITION = 418,
glsl_parser.cpp 303 PARTITION = 418,
    [all...]
glsl_lexer.cpp     [all...]

Completed in 50 milliseconds