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

/openbsd-current/sys/msdosfs/
H A Dmsdosfs_fat.c730 uint32_t len, newst, foundl, cn, l; local
757 foundl = 0;
767 if (l > foundl) {
769 foundl = l;
784 if (l > foundl) {
786 foundl = l;
794 if (!foundl)
800 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));
/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c770 u_long len, newst, foundl, cn, l; local
795 foundl = 0;
805 if (l > foundl) {
807 foundl = l;
822 if (l > foundl) {
824 foundl = l;
832 if (!foundl)
838 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));

Completed in 173 milliseconds