Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/common/
Dmodule.c53 u_char *d_hints; /* content of linker.hints file */ member
1077 if (mdp->d_hints == NULL) in mod_search_hints()
1079 recptr = mdp->d_hints; in mod_search_hints()
1094 INT_ALIGN(mdp->d_hints, cp); in mod_search_hints()
1244 if (mdp->d_hints == NULL) in devmatch_search_hints()
1246 walker = mdp->d_hints; in devmatch_search_hints()
1588 if (mdp->d_hints != NULL || (mdp->d_flags & MDIR_NOHINTS)) in moduledir_readhints()
1603 mdp->d_hints = malloc(size); in moduledir_readhints()
1604 if (mdp->d_hints == NULL) in moduledir_readhints()
1606 if (read(fd, mdp->d_hints, size) != size) in moduledir_readhints()
[all …]