HomeSort by: relevance | last modified time | path
    Searched defs:lastclust (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/macppc/stand/ofwboot/
ofdev.c 189 int blkno, clust, lastblk, lastclust; local in function:search_mac_label
194 lastclust = -1;
207 if (fstype && (lastclust == -1 || clust < lastclust)) {
211 if ((lastclust = clust) == 0)
215 if (lastclust < 0)

Completed in 11 milliseconds