Searched refs:lookup (Results 151 - 175 of 625) sorted by relevance

1234567891011>>

/freebsd-current/sys/kern/
H A Dvfs_lookup.c79 * ISRESTARTED flag which signals the underlying lookup code to change the root
101 SDT_PROBE_DEFINE4(vfs, namei, lookup, entry, "struct vnode *", "char *",
103 SDT_PROBE_DEFINE4(vfs, namei, lookup, return, "int", "struct vnode *", "bool",
188 "enables \"..\" components in path lookup in capability mode");
192 "enables \"..\" components in path lookup in capability mode "
234 * lookup to succeed if the resulting directory was already traversed
420 SDT_PROBE4(vfs, namei, lookup, entry, *dpp, cnp->cn_pnbuf,
484 SDT_PROBE4(vfs, namei, lookup, return, 0, ndp->ni_vp, false, ndp);
488 SDT_PROBE4(vfs, namei, lookup, return, error, NULL, false, ndp);
577 * call lookup t
[all...]
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c6123 struct lkpi_cfg80211_get_bss_iter_lookup *lookup; local
6126 lookup = arg;
6129 if (lookup->match)
6133 if (lookup->bss == NULL)
6136 if (lookup->privacy != IEEE80211_PRIVACY_ANY) {
6142 if (lookup->bss_type != IEEE80211_BSS_TYPE_ANY) {
6148 if (lookup->chan != NULL) {
6151 chan = linuxkpi_ieee80211_get_channel(lookup->wiphy,
6153 if (chan == NULL || chan != lookup->chan)
6157 if (lookup
6189 struct lkpi_cfg80211_get_bss_iter_lookup lookup; local
[all...]
/freebsd-current/sys/netinet/
H A Din_gif.c338 * section, but ip_encap lookup+input are executed in epoch section.
387 .lookup = in_gif_lookup,
398 .lookup = in_gif_lookup,
410 .lookup = in_gif_lookup,
/freebsd-current/sys/netinet6/
H A Din6_gif.c355 * section, but ip_encap lookup+input are executed in epoch section.
410 .lookup = in6_gif_lookup,
420 .lookup = in6_gif_lookup,
431 .lookup = in6_gif_lookup,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp244 unsigned Idx = I2X.lookup(&MI);
280 const DefUseInfo &DU = DUM.lookup(X);
304 const DefUseInfo &DU = DUM.lookup(X);
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStandardLibrary.cpp229 getMappingPerLang(L)->NamespaceSymbols->lookup(Scope)) {
253 return getMappingPerLang(L)->NamespaceSymbols->lookup("");
268 return getMappingPerLang(L)->NamespaceSymbols->lookup(Scope);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h156 /// look up symbols based on their IR name use the lookup function instead).
161 /// look up symbols based on their IR name use the lookup function instead).
168 /// (to look up symbols based on their IR name use the lookup function
175 Expected<ExecutorAddr> lookup(JITDylib &JD, StringRef UnmangledName) { function in class:llvm::orc::LLJIT
180 Expected<ExecutorAddr> lookup(StringRef UnmangledName) { function in class:llvm::orc::LLJIT
181 return lookup(*Main, UnmangledName);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h516 return Members.lookup(Key);
632 return InterleaveGroupMap.lookup(Instr);
788 return !Dependences.contains(Src) || !Dependences.lookup(Src).count(Sink);
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp975 return Defs.lookup(VD);
1009 Kind lookup(const VarDecl *VD) const {
1350 switch (S.lookup(LeftVD)) {
1352 if (S.lookup(RightVD) == Strategy::Kind::Span)
1369 switch (S.lookup(LeftVD)) {
1371 if (S.lookup(RightVD) == Strategy::Kind::Span)
1399 switch (S.lookup(VD)) {
1429 switch (S.lookup(VD)) {
1689 if (VD && s.lookup(VD) == Strategy::Kind::Span) {
1751 switch (S.lookup(V
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h122 return Virt2ShapeMap.lookup(virtReg);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerImpl.h129 if (!IsResultInvalidated.lookup(ID)) {
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoTesterChecker.cpp171 const EvalFn *Fn = TestCalls.lookup(Call);
H A DSTLAlgorithmModeling.cpp75 const FnCheck *Handler = Callbacks.lookup(Call);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp164 return static_cast<bool>(Impl.lookup(Call));
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h77 /// A lookup of in-memory (virtual file) buffers
183 ModuleFile *lookup(const FileEntry *File) const;
272 /// This traversal is intended to support various "lookup"
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h169 // in a simple vector and use linear lookup.
170 // TODO: Implement an actual map for fast lookup for "hashable" call
192 [[nodiscard]] const T *lookup(const CallEvent &Call) const { function in class:clang::ento::CallDescriptionMap
193 // Slow path: linear lookup.
202 /// When available, always prefer lookup with a CallEvent! This function
215 // Slow path: linear lookup.
239 /// When available, always prefer lookup with a CallEvent! This function
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h94 std::optional<LinkageInfo> lookup(const NamedDecl *ND, function in class:clang::LinkageComputer
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp59 return map.lookup(name) - 1; // returns -1 if not found
/freebsd-current/sys/dev/netmap/
H A Dnetmap_bdg.h49 * VALE only supports unicast or broadcast. The lookup
64 bdg_lookup_fn_t lookup; member in struct:netmap_bdg_ops
122 * Programmable lookup functions to figure out the destination port.
134 * Contains the data structure used by the bdg_ops.lookup function.
135 * By default points to *ht which is allocated on attach and used by the default lookup
/freebsd-current/sbin/quotacheck/
H A Dquotacheck.c117 lookup(u_long, int);
439 if ((fup = lookup(id, type)) == NULL)
527 lookup(u_long id, int type) function
546 if ((fup = lookup(id, type)) != NULL)
/freebsd-current/stand/efi/boot1/
H A Dufs_module.c157 if ((ino = lookup(filepath)) == 0) {
158 DPRINTF("Failed to lookup '%s' (file not found?)\n", filepath);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h119 Constant *R = ValueStack.back().lookup(V);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp139 if (ComdatMap.lookup(C).External)
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h61 return Properties.lookup(Name);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp105 /// Performs lookup by, for each symbol, first calling
108 void LegacyJITSymbolResolver::lookup(const LookupSet &Symbols, function in class:LegacyJITSymbolResolver
146 /// Performs flags lookup by calling findSymbolInLogicalDylib and

Completed in 325 milliseconds

1234567891011>>