Searched refs:hes_key (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/amd/amd/
H A Dinfo_hesiod.c93 char hes_key[MAXPATHLEN]; local
105 xsnprintf(hes_key, sizeof(hes_key), "%s.%s", key, map + HES_PREFLEN);
111 dlog("hesiod_search: hes_resolve(%s, %s)", hes_key, gopt.hesiod_base);
117 rvec = hesiod_resolve(hesiod_context, hes_key, gopt.hesiod_base);
119 rvec = hes_resolve(hes_key, gopt.hesiod_base);

Completed in 63 milliseconds