Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dmodule.c1039 uchar_t *cp, *recptr, *bufend, *best; in mod_search_hints() local
1051 recptr = mdp->d_hints; in mod_search_hints()
1052 bufend = recptr + mdp->d_hintsz; in mod_search_hints()
1055 while (recptr < bufend && !found) { in mod_search_hints()
1056 intp = (int *)recptr; in mod_search_hints()
1086 recptr += reclen + sizeof (int); in mod_search_hints()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Djoin.c134 char* recptr; member
316 fp->recptr = cp; in getrec()
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c1311 struct perfrec *recptr; local