/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
D | int13.c | 67 struct int13_drive *drive; in int13_set_num_drives() local 114 static int int13_get_last_status ( struct int13_drive *drive, in int13_get_last_status() 134 static int int13_rw_sectors ( struct int13_drive *drive, in int13_rw_sectors() 191 static int int13_read_sectors ( struct int13_drive *drive, in int13_read_sectors() 210 static int int13_write_sectors ( struct int13_drive *drive, in int13_write_sectors() 227 static int int13_get_parameters ( struct int13_drive *drive, in int13_get_parameters() 250 static int int13_get_disk_type ( struct int13_drive *drive, in int13_get_disk_type() 291 static int int13_extended_rw ( struct int13_drive *drive, in int13_extended_rw() 329 static int int13_extended_read ( struct int13_drive *drive, in int13_extended_read() 342 static int int13_extended_write ( struct int13_drive *drive, in int13_extended_write() [all …]
|
D | ib_srpboot.c | 15 struct int13_drive *drive; in ib_srpboot() local
|
D | iscsiboot.c | 16 struct int13_drive *drive; in iscsiboot() local
|
D | aoeboot.c | 17 struct int13_drive *drive; in aoeboot() local
|
/external/vboot_reference/cgpt/ |
D | cgpt_add.c | 68 static int GptSetEntryAttributes(struct drive *drive, in GptSetEntryAttributes() 100 static int SetEntryAttributes(struct drive *drive, in SetEntryAttributes() 129 static int CgptCheckAddValidity(struct drive *drive) { in CgptCheckAddValidity() 147 static int CgptGetUnusedPartition(struct drive *drive, uint32_t *index, in CgptGetUnusedPartition() 173 struct drive drive; in CgptSetAttributes() local 209 struct drive drive; in CgptGetPartitionDetails() local 267 static int GptAdd(struct drive *drive, CgptAddParams *params, uint32_t index) { in GptAdd() 297 struct drive drive; in CgptAdd() local
|
D | cgpt_common.c | 54 int CheckValid(const struct drive *drive) { in CheckValid() 63 int Load(struct drive *drive, uint8_t **buf, in Load() 106 int ReadPMBR(struct drive *drive) { in ReadPMBR() 117 int WritePMBR(struct drive *drive) { in WritePMBR() 128 int Save(struct drive *drive, const uint8_t *buf, in Save() 148 static int GptLoad(struct drive *drive, uint32_t sector_bytes) { in GptLoad() 206 static int GptSave(struct drive *drive) { in GptSave() 289 int DriveOpen(const char *drive_path, struct drive *drive, int mode, in DriveOpen() 340 int DriveClose(struct drive *drive, int update_as_needed) { in DriveClose() 697 uint32_t GetNumberOfEntries(const struct drive *drive) { in GetNumberOfEntries() [all …]
|
D | cgpt.h | 45 struct drive { struct 60 // Returns CGPT_OK if success and information are stored in 'drive'. */ argument
|
D | cgpt_create.c | 24 static int GptCreate(struct drive *drive, CgptCreateParams *params) { in GptCreate() 106 struct drive drive; in CgptCreate() local
|
D | cgpt_boot.c | 16 struct drive drive; in CgptGetBootPartitionNumber() local 66 struct drive drive; in CgptBoot() local
|
D | cgpt_find.c | 42 static int match_content(CgptFindParams *params, struct drive *drive, in match_content() 110 static int gpt_search(CgptFindParams *params, struct drive *drive, in gpt_search() 155 struct drive drive; in do_search() local
|
D | cgpt_show.c | 144 void EntriesDetails(struct drive *drive, const int secondary, int raw) { in EntriesDetails() 158 static int GptShow(struct drive *drive, CgptShowParams *params) { in GptShow() 335 struct drive drive; in CgptShow() local
|
D | cgpt_repair.c | 13 struct drive drive; in CgptRepair() local
|
D | cgpt_legacy.c | 12 struct drive drive; in CgptLegacy() local
|
/external/syslinux/memdisk/ |
D | dskprobe.c | 43 static void probe_any(uint8_t func, uint8_t drive, com32sys_t * regs) in probe_any() 71 static int probe_int13h_01h(uint8_t drive) in probe_int13h_01h() 86 static int probe_int13h_08h(uint8_t drive, com32sys_t * regs) in probe_int13h_08h() 106 static int probe_int13h_15h(uint8_t drive, com32sys_t * regs) in probe_int13h_15h() 126 static int probe_int13h_41h(uint8_t drive, com32sys_t * regs) in probe_int13h_41h() 152 int probe_bda_drive(uint8_t drive) in probe_bda_drive() 176 int multi_probe_drive(uint8_t drive) in multi_probe_drive() 201 uint8_t drive = start; in probe_drive_range() local
|
/external/syslinux/com32/chain/ |
D | chain.c | 69 int drive; in find_by_sig() local 96 int drive; in find_by_guid() local 125 int drive; in find_by_label() local 279 int drive, hd, partition; in find_dp() local
|
/external/syslinux/com32/hdt/ |
D | hdt-cli-disk.c | 102 int drive = strtol(argv[0], (char **)NULL, 16); in main_show_disk() local 165 for (int drive = 0x80; drive < 0xff; drive++) { in main_show_disks() local 192 for (int drive = 0x80; drive < 0xff; drive++) { in disks_summary() local
|
D | hdt-dump-disks.c | 77 void show_disk(struct s_hardware *hardware, ZZJSON_CONFIG *conf, ZZJSON **it, int drive) { in show_disk() 128 for (int drive = 0x80; drive < 0xff; drive++) { in dump_disks() local
|
/external/syslinux/com32/gpllib/disk/ |
D | read.c | 37 int read_mbr(int drive, void *buf) in read_mbr() 57 int dev_read(int drive, void *buf, unsigned int lba, int sectors) in dev_read()
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | bios_disks.h | 22 uint8_t drive; member 31 uint8_t drive; member
|
/external/syslinux/com32/modules/ |
D | disk.c | 24 struct driveinfo drive; in main() local
|
/external/syslinux/gpxe/src/arch/i386/image/ |
D | bootsector.c | 59 unsigned int drive ) { in call_bootsector()
|
/external/webrtc/webrtc/base/ |
D | pathutils.cc | 228 bool Pathname::GetDrive(char* drive, uint32_t bytes) const { in GetDrive() 233 bool Pathname::GetDrive(char* drive, in GetDrive()
|
/external/syslinux/dos/ |
D | syslinux.c | 173 void write_device(int drive, const void *buf, size_t nsecs, unsigned int sector) in write_device() 206 void read_device(int drive, void *buf, size_t nsecs, unsigned int sector) in read_device() 261 uint32_t get_partition_offset(int drive) in get_partition_offset() 308 void write_mbr(int drive, const void *buf) in write_mbr() 337 void read_mbr(int drive, const void *buf) in read_mbr()
|
/external/clang/test/SemaObjC/ |
D | conditional-expr-8.m | 40 - (void)drive; method
|
/external/syslinux/win/ |
D | syslinux.c | 77 int GetBytesPerSector(HANDLE drive) in GetBytesPerSector() 94 HANDLE drive; in FixMBR() local
|