Home
last modified time | relevance | path

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

/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c62 size_t npres; in bootflags() local
222 npres = sizeof (newargs) - (size_t)(np - newargs); in bootflags()
230 while (*cp && npres > 0) { in bootflags()
246 sz = MIN(npres, (size_t)(cp - sp)); in bootflags()
247 npres -= sz; in bootflags()
256 while (npres > 0 && (*np++ = *cp++) != '\0') in bootflags()
257 npres--; in bootflags()