Home
last modified time | relevance | path

Searched refs:lastclust (Results 1 – 1 of 1) sorted by relevance

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