Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c738 u_long len, newst, foundl, cn, l; in clusteralloc1() local
750 newst = pmp->pm_nxtfree; in clusteralloc1()
753 for (cn = newst; cn <= pmp->pm_maxcluster;) { in clusteralloc1()
770 for (cn = 0; cn < newst;) { in clusteralloc1()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_fat.c763 u_long len, newst, foundl, cn, l; in clusteralloc1() local
778 newst = pmp->pm_nxtfree; in clusteralloc1()
781 for (cn = newst; cn <= pmp->pm_maxcluster;) { in clusteralloc1()
798 for (cn = 0; cn < newst;) { in clusteralloc1()
/freebsd/contrib/sqlite3/
H A Dshell.c29578 #define QSS_SETV(qss, newst) ((newst) | ((qss) & QSS_ScanMask)) argument