Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-riscv64.pl118 sub do_lookup { subroutine
172 my $ret = do_lookup(@_);
264 $code .= do_lookup(
276 $code .= do_lookup(
288 $code .= do_lookup(
300 $code .= do_lookup(
496 $code .= do_lookup(
508 $code .= do_lookup(
520 $code .= do_lookup(
532 $code .= do_lookup(
/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c284 boolean_t do_lookup; in tarfs_lookup_path() local
288 do_lookup = true; in tarfs_lookup_path()
305 name = do_lookup ? NULL : cn.cn_nameptr; in tarfs_lookup_path()
306 namelen = do_lookup ? 0 : cn.cn_namelen; in tarfs_lookup_path()
339 do_lookup = true; in tarfs_lookup_path()
348 if (!do_lookup) { in tarfs_lookup_path()
365 if (do_lookup) { in tarfs_lookup_path()
368 do_lookup = false; in tarfs_lookup_path()
/freebsd/sys/netinet6/
H A Dip6_output.c1385 ip6_getpmtu(struct route_in6 *ro_pmtu, int do_lookup, in ip6_getpmtu() argument
1398 if (ro_pmtu == NULL || do_lookup) { in ip6_getpmtu()
/freebsd/contrib/unbound/daemon/
H A Dremote.c2103 do_lookup(RES* ssl, struct worker* worker, char* arg) in do_lookup() function
4060 do_lookup(ssl, worker, skipwhite(p+6)); in execute_cmd()