HomeSort by relevance Sort by last modified time
    Searched defs:dti (Results 1 - 5 of 5) sorted by null

  /external/dtc/
dtc.c 170 struct dt_info *dti; local
303 dti = dt_from_source(arg);
305 dti = dt_from_fs(arg);
307 dti = dt_from_blob(arg);
311 dti->outname = outname;
319 dti->boot_cpuid_phys = cmdline_boot_cpuid;
321 fill_fullpaths(dti->dt, "");
322 process_checks(force, dti);
325 if (dti->dtsflags & DTSF_PLUGIN) {
330 generate_label_tree(dti, "aliases", false)
    [all...]
livetree.c 381 struct dt_info *dti; local
383 dti = xmalloc(sizeof(*dti));
384 dti->dtsflags = dtsflags;
385 dti->reservelist = reservelist;
386 dti->dt = tree;
387 dti->boot_cpuid_phys = boot_cpuid_phys;
389 return dti;
637 static void sort_reserve_entries(struct dt_info *dti)
642 for (ri = dti->reservelist
    [all...]
  /external/u-boot/scripts/dtc/
dtc.c 168 struct dt_info *dti; local
301 dti = dt_from_source(arg);
303 dti = dt_from_fs(arg);
305 dti = dt_from_blob(arg);
309 dti->outname = outname;
317 dti->boot_cpuid_phys = cmdline_boot_cpuid;
319 fill_fullpaths(dti->dt, "");
322 if (dti->dtsflags & DTSF_PLUGIN) {
326 process_checks(force, dti);
329 generate_label_tree(dti, "aliases", false)
    [all...]
livetree.c 382 struct dt_info *dti; local
384 dti = xmalloc(sizeof(*dti));
385 dti->dtsflags = dtsflags;
386 dti->reservelist = reservelist;
387 dti->dt = tree;
388 dti->boot_cpuid_phys = boot_cpuid_phys;
390 return dti;
647 static void sort_reserve_entries(struct dt_info *dti)
652 for (ri = dti->reservelist
    [all...]
  /external/toybox/toys/pending/
mke2fs.c 550 struct dirtree *dti, *dtb; local
578 dti = dirtree_read(toybuf, dirtree_notdotdot);
580 dti = xzalloc(sizeof(struct dirtree)+11);
581 strcpy(dti->name, "lost+found");
582 dti->st.st_mode = S_IFDIR|0755;
583 dti->st.st_ctime = dti->st.st_mtime = time(NULL);
593 dtb->child = dti;
749 } else if (dti) {
750 fill_inode(in+slot, dti);
    [all...]

Completed in 523 milliseconds