Home
last modified time | relevance | path

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

/NextBSD/sys/boot/common/
HDmodule.c741 u_char *cp, *recptr, *bufend, *best; in mod_search_hints() local
752 recptr = mdp->d_hints; in mod_search_hints()
753 bufend = recptr + mdp->d_hintsz; in mod_search_hints()
756 while (recptr < bufend && !found) { in mod_search_hints()
757 intp = (int*)recptr; in mod_search_hints()
786 recptr += reclen + sizeof(int); in mod_search_hints()
/NextBSD/sys/kern/
HDkern_linker.c1732 u_char *cp, *recptr, *bufend, *result, *best, *pathbuf, *sep; in linker_hints_lookup() local
1786 recptr = (u_char *)intp; in linker_hints_lookup()
1788 while (recptr < bufend && !found) { in linker_hints_lookup()
1789 intp = (int *)recptr; in linker_hints_lookup()
1819 recptr += reclen + sizeof(int); in linker_hints_lookup()