Home
last modified time | relevance | path

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

/freebsd-13.1/stand/common/
H A Dmodule.c1249 if (mdp->d_hints == NULL) in mod_search_hints()
1251 recptr = mdp->d_hints; in mod_search_hints()
1266 INT_ALIGN(mdp->d_hints, cp); in mod_search_hints()
1416 if (mdp->d_hints == NULL) in devmatch_search_hints()
1418 walker = mdp->d_hints; in devmatch_search_hints()
1775 mdp->d_hints = malloc(size); in moduledir_readhints()
1776 if (mdp->d_hints == NULL) in moduledir_readhints()
1785 free(mdp->d_hints); in moduledir_readhints()
1786 mdp->d_hints = NULL; in moduledir_readhints()
1832 mdp->d_hints = NULL; in moduledir_rebuild()
[all …]