Home
last modified time | relevance | path

Searched refs:mod_spec (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp77 static bool LookForDsymNextToExecutablePath(const ModuleSpec &mod_spec, in LookForDsymNextToExecutablePath() argument
98 FileAtPathContainsArchAndUUID(dsym_fspec, mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
99 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
115 mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
116 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
130 ModuleSpec mutable_mod_spec = mod_spec; in LookForDsymNextToExecutablePath()
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c60 void *mod_spec; /* fmd_hdl_get/setspecific data value */ member
104 mp->mod_spec = NULL; in fmd_hdl_register()
164 mp->mod_spec = spec; in fmd_hdl_setspecific()
176 return (mp->mod_spec); in fmd_hdl_getspecific()