Home
last modified time | relevance | path

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

/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.c1501 ip6_getpmtu(struct route_in6 *ro_pmtu, int do_lookup, in ip6_getpmtu() argument
1514 if (ro_pmtu == NULL || do_lookup) { in ip6_getpmtu()
/freebsd/contrib/unbound/daemon/
H A Dremote.c1657 do_lookup(RES* ssl, struct worker* worker, char* arg) in do_lookup() function
3524 do_lookup(ssl, worker, skipwhite(p+6)); in execute_cmd()