Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c58 size_t npres; in bootflags() local
205 npres = sizeof (newargs) - (size_t)(np - newargs); in bootflags()
213 while (*cp && npres > 0) { in bootflags()
229 sz = MIN(npres, (size_t)(cp - sp)); in bootflags()
230 npres -= sz; in bootflags()
239 while (npres > 0 && (*np++ = *cp++) != '\0') in bootflags()
240 npres--; in bootflags()