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

  /external/syslinux/com32/gplinclude/disk/
bootloaders.h 17 int get_bootloader_string(struct driveinfo *, const struct part_entry *,
msdos.h 16 typedef void (*p_callback) (struct driveinfo *, struct part_entry *, int, int);
partition.h 23 struct part_entry { struct
swsusp.h 18 int swsusp_check(struct driveinfo *, struct part_entry *);
  /external/syslinux/com32/gpllib/disk/
msdos.c 23 static int is_extended_partition(struct part_entry *ptab)
60 struct part_entry *ptab =
61 (struct part_entry *)(ebr + PARTITION_TABLES_OFFSET);
112 static int process_mbr(struct driveinfo *drive_info, struct part_entry *ptab,
143 * struct part_entry *ptab,
158 struct part_entry *ptab =
159 (struct part_entry *)(mbr + PARTITION_TABLES_OFFSET);
swsusp.c 13 int swsusp_check(struct driveinfo *drive_info, struct part_entry *ptab)
bootloaders.c 25 int get_bootloader_string(struct driveinfo *d, const struct part_entry *p,
  /external/toybox/toys/pending/
fdisk.c 56 struct part_entry { struct
89 struct part_entry partitions[PARTITION_MAX];
207 struct part_entry *pe;
303 struct part_entry *pe = &partitions[i];
576 struct part_entry *pe = &partitions[i];
662 struct part_entry *pe;
883 struct part_entry *pe = &partitions[i];
918 struct part_entry *pe = &partitions[idx];
980 struct part_entry *pe;
1043 struct part_entry *pe
    [all...]
  /external/syslinux/com32/hdt/
hdt-dump-disks.c 37 struct part_entry *ptab,
hdt-menu-disk.c 37 struct part_entry *ptab __unused,
60 * @ptab: part_entry describing the partition
62 * @ptab_root: part_entry describing the root partition (extended only)
74 struct part_entry *ptab,
hdt-cli-disk.c 40 * @ptab: part_entry describing the partition
42 * @ptab_root: part_entry describing the root partition (extended only)
54 struct part_entry *ptab,

Completed in 176 milliseconds