Home
last modified time | relevance | path

Searched defs:drive (Results 1 – 25 of 90) sorted by relevance

1234

/external/vboot_reference/cgpt/
Dcgpt_add.c68 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
Dcgpt_common.c54 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 …]
Dcgpt.h45 struct drive { struct
60 // Returns CGPT_OK if success and information are stored in 'drive'. */ argument
Dcgpt_create.c24 static int GptCreate(struct drive *drive, CgptCreateParams *params) { in GptCreate()
106 struct drive drive; in CgptCreate() local
Dcgpt_boot.c16 struct drive drive; in CgptGetBootPartitionNumber() local
66 struct drive drive; in CgptBoot() local
Dcgpt_find.c42 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
Dcgpt_show.c144 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
Dcgpt_repair.c13 struct drive drive; in CgptRepair() local
Dcgpt_legacy.c12 struct drive drive; in CgptLegacy() local
/external/mtools/
Dconfig.c193 static int canon_drv(int drive) { in canon_drv()
200 static int canon_drv(int drive) { in canon_drv()
217 static char ch_canon_drv(char drive) { in ch_canon_drv()
221 static void maintain_default_drive(char drive) in maintain_default_drive()
241 char drive='\0'; in syntax() local
422 static void purge(char drive, int fn) in purge()
669 static void parse_old_device_line(char drive) in parse_old_device_line()
871 char drive='\0'; in mtoolstest() local
Dmdir.c183 static __inline__ int print_volume_label(Stream_t *Dir, char drive) in print_volume_label()
279 static int enterDrive(Stream_t *Dir, char drive) in enterDrive()
321 char drive; in enterDirectory() local
Dminfo.c137 char drive, in print_mformat_commandline()
257 char drive; in minfo() local
Dstreamcache.c57 Stream_t *open_root_dir(char drive, int flags, int *isRop) in open_root_dir()
Dmmount.c38 char drive; in mmount() local
Dmcat.c58 char drive, name[EXPAND_BUF]; in mcat() local
/external/rust/crates/rayon/src/
Drange_inclusive.rs112 fn drive<C>(iter: Iter<Self>, consumer: C) -> C::Result in drive() method
142 fn drive<C>(self, consumer: C) -> C::Result in drive() method
283 fn drive<C>(self, consumer: C) -> C::Result in drive() method
Drange.rs106 fn drive<C>(iter: Iter<Self>, consumer: C) -> C::Result in drive() method
136 fn drive<C>(self, consumer: C) -> C::Result in drive() method
340 fn drive<C>(self, consumer: C) -> C::Result in drive() method
Dpar_either.rs33 fn drive<C>(self, consumer: C) -> C::Result in drive() function
/external/rust/crates/rayon/src/slice/
Drchunks.rs40 fn drive<C>(self, consumer: C) -> C::Result in drive() method
140 fn drive<C>(self, consumer: C) -> C::Result in drive() method
220 fn drive<C>(self, consumer: C) -> C::Result in drive() method
337 fn drive<C>(self, consumer: C) -> C::Result in drive() method
Dchunks.rs41 fn drive<C>(self, consumer: C) -> C::Result in drive() method
142 fn drive<C>(self, consumer: C) -> C::Result in drive() method
222 fn drive<C>(self, consumer: C) -> C::Result in drive() method
340 fn drive<C>(self, consumer: C) -> C::Result in drive() method
/external/rust/crates/rayon/src/iter/
Donce.rs50 fn drive<C>(self, consumer: C) -> C::Result in drive() method
Dzip_eq.rs55 fn drive<C>(self, consumer: C) -> C::Result in drive() function
Dinterleave_shortest.rs68 fn drive<C>(self, consumer: C) -> C::Result in drive() function
/external/cronet/components/metrics/
Ddrive_metrics_provider.cc83 metrics::SystemProfileProto::Hardware::Drive* drive) { in FillDriveMetrics()
/external/clang/test/SemaObjC/
Dconditional-expr-8.m40 - (void)drive; method

1234