Searched refs:hmeta (Results 1 – 1 of 1) sorted by relevance
2057 struct dl_serinfo smeta, hmeta, *SLPinfo, *hintinfo; in gethints() local2172 hmeta.dls_size = __offsetof(struct dl_serinfo, dls_serpath); in gethints()2173 hmeta.dls_cnt = 0; in gethints()2178 hargs.serinfo = &hmeta; in gethints()2185 hintinfo = xmalloc(hmeta.dls_size); in gethints()2198 hargs.strspace = (char *)&hintinfo->dls_serpath[hmeta.dls_cnt]; in gethints()2212 for (hintndx = 0; hintndx < hmeta.dls_cnt; hintndx++, hintpath++) { in gethints()