Home
last modified time | relevance | path

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

/dragonfly/stand/boot/common/
H A Dmodule.c778 u_char *cp, *recptr, *bufend, *best; in mod_search_hints() local
789 recptr = mdp->d_hints; in mod_search_hints()
790 bufend = recptr + mdp->d_hintsz; in mod_search_hints()
793 while (recptr < bufend && !found) { in mod_search_hints()
794 intp = (int*)recptr; in mod_search_hints()
823 recptr += reclen + sizeof(int); in mod_search_hints()