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

/freebsd-13-stable/sys/kern/
H A Dsubr_hints.c125 res_find(char **hintp_cookie, int *line, int *startln, argument
140 * We are expecting that the caller will pass us a hintp_cookie that
141 * they are tracking. Upon entry, if *hintp_cookie is *not* set, this
146 if (*hintp_cookie == NULL) {
212 *hintp_cookie = hintp;
214 hintp = *hintp_cookie;

Completed in 52 milliseconds