Home
last modified time | relevance | path

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

12345

/external/vboot_reference/cgpt/
Dcgpt_add.c51 static int GptSetEntryAttributes(struct drive *drive, in GptSetEntryAttributes()
83 static int SetEntryAttributes(struct drive *drive, in SetEntryAttributes()
118 static int CgptCheckAddValidity(struct drive *drive) { in CgptCheckAddValidity()
134 static int CgptGetUnusedPartition(struct drive *drive, uint32_t *index, in CgptGetUnusedPartition()
160 struct drive drive; in CgptSetAttributes() local
196 struct drive drive; in CgptGetPartitionDetails() local
255 static int GptAdd(struct drive *drive, CgptAddParams *params, uint32_t index) { in GptAdd()
286 struct drive drive; in CgptAdd() local
Dcgpt_common.c70 int CheckValid(const struct drive *drive) { in CheckValid()
79 int Load(struct drive *drive, uint8_t *buf, in Load()
115 int ReadPMBR(struct drive *drive) { in ReadPMBR()
126 int WritePMBR(struct drive *drive) { in WritePMBR()
137 int Save(struct drive *drive, const uint8_t *buf, in Save()
157 static int GptLoad(struct drive *drive, uint32_t sector_bytes) { in GptLoad()
231 static int GptSave(struct drive *drive) { in GptSave()
317 int DriveOpen(const char *drive_path, struct drive *drive, int mode, in DriveOpen()
367 int DriveClose(struct drive *drive, int update_as_needed) { in DriveClose()
395 uint64_t DriveLastUsableLBA(const struct drive *drive) { in DriveLastUsableLBA()
[all …]
Dcgpt.h46 struct drive { struct
61 // 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()
118 struct drive drive; in CgptCreate() local
Dcgpt_boot.c17 struct drive drive; in CgptGetBootPartitionNumber() local
67 struct drive drive; in CgptBoot() local
Dcgpt_show.c171 static void EntriesDetails(struct drive *drive, const int secondary, int raw) { in EntriesDetails()
185 static int GptShow(struct drive *drive, CgptShowParams *params) { in GptShow()
402 struct drive drive; in CgptShow() local
Dcgpt_find.c41 static int match_content(CgptFindParams *params, struct drive *drive, in match_content()
103 static int gpt_search(CgptFindParams *params, struct drive *drive, in gpt_search()
148 struct drive drive; in do_search() local
Dcgpt_edit.c12 struct drive drive; in CgptEdit() local
Dcgpt_repair.c13 struct drive drive; in CgptRepair() local
Dcgpt_legacy.c13 struct drive drive; in CgptLegacy() local
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/os2/
Dfilesys.c57 char drive = apr_toupper(path[0]); in filepath_root_test() local
66 apr_status_t filepath_drive_get(char **rootpath, char drive, in filepath_drive_get()
113 ULONG drive; in apr_filepath_get() local
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/os2/
Dfilesys.c57 char drive = apr_toupper(path[0]); in filepath_root_test() local
66 apr_status_t filepath_drive_get(char **rootpath, char drive, in filepath_drive_get()
113 ULONG drive; in apr_filepath_get() 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
/external/googleapis/google/apps/drive/activity/v2/
Dtarget.proto42 Drive drive = 5; field
60 DriveReference drive = 3; field
182 DriveReference drive = 4; field
/external/rust/android-crates-io/crates/rayon/src/
Drange_inclusive.rs111 fn drive<C>(iter: Iter<Self>, consumer: C) -> C::Result in drive() method
141 fn drive<C>(self, consumer: C) -> C::Result in drive() method
282 fn drive<C>(self, consumer: C) -> C::Result in drive() method
Drange.rs103 fn drive<C>(iter: Iter<Self>, consumer: C) -> C::Result in drive() method
133 fn drive<C>(self, consumer: C) -> C::Result in drive() method
337 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/android-crates-io/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.rs40 fn drive<C>(self, consumer: C) -> C::Result in drive() method
141 fn drive<C>(self, consumer: C) -> C::Result in drive() method
221 fn drive<C>(self, consumer: C) -> C::Result in drive() method
339 fn drive<C>(self, consumer: C) -> C::Result in drive() method
/external/rust/android-crates-io/crates/rayon/src/iter/
Donce.rs50 fn drive<C>(self, consumer: C) -> C::Result in drive() method
/external/clang/test/SemaObjC/
Dconditional-expr-8.m40 - (void)drive; method

12345