Searched refs:endoff (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexpand.c98 int endoff; /* offset of end of region */ member in struct:ifsregion
408 removerecordregions(int endoff) argument
413 if (ifsfirst.endoff > endoff) {
422 if (ifsfirst.begoff > endoff)
426 ifsfirst.endoff = endoff;
432 while (ifslastp->next && ifslastp->next->begoff < endoff)
442 if (ifslastp->endoff > endoff)
[all...]
/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Ddir.c302 * Delete directory entries between startcl, startoff and endcl, endoff.
306 int startoff, cl_t endcl, int endoff, int notlast)
318 e = delbuf + endoff;
305 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, int startoff, cl_t endcl, int endoff, int notlast) argument

Completed in 26 milliseconds