Searched refs:module (Results 1 - 25 of 2457) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.h17 bool fixupX86FunctionCalls(llvm::Module &module);
19 bool fixupX86_64FunctionCalls(llvm::Module &module);
H A DRenderScriptx86ABIFixups.cpp27 bool isRSAPICall(llvm::Module &module, llvm::CallInst *call_inst) { argument
30 (void)module;
41 bool isRSLargeReturnCall(llvm::Module &module, llvm::CallInst *call_inst) { argument
52 (void)module;
70 bool isRSAllocationTyCallSite(llvm::Module &module, llvm::CallInst *call_inst) { argument
71 (void)module;
125 bool findRSCallSites(llvm::Module &module, argument
130 for (auto &func : module.getFunctionList())
138 if (isRSAPICall(module, call_inst) && predicate(module, call_ins
146 fixupX86StructRetCalls(llvm::Module &module) argument
210 fixupRSAllocationStructByValCalls(llvm::Module &module) argument
268 fixupX86FunctionCalls(llvm::Module &module) argument
272 fixupX86_64FunctionCalls(llvm::Module &module) argument
[all...]
/freebsd-13-stable/contrib/openpam/lib/libpam/
H A Dopenpam_load.c51 * Locate a matching dynamic or static module.
57 pam_module_t *module; local
59 module = openpam_dynamic(modulename);
61 (module == NULL) ? "no" : "using", modulename);
64 /* look for a static module */
65 if (module == NULL && strchr(modulename, '/') == NULL) {
66 module = openpam_static(modulename);
68 (module == NULL) ? "no" : "using", modulename);
71 if (module == NULL) {
75 return (module);
85 openpam_release_module(pam_module_t *module) argument
[all...]
H A Dopenpam_static.c55 * Locate a statically linked module
61 pam_module_t **module; local
63 SET_FOREACH(module, openpam_static_modules) {
64 if (strcmp((*module)->path, path) == 0)
65 return (*module);
H A Dopenpam_dynamic.c66 * Perform sanity checks and attempt to load a module
119 * Try to load a module from the suggested location.
125 pam_module_t *module; local
128 if ((module = calloc(1, sizeof *module)) == NULL ||
129 (module->path = strdup(modpath)) == NULL ||
130 (module->dlh = try_dlopen(modpath)) == NULL)
132 dlmodule = dlsym(module->dlh, "_pam_module");
135 module->func[i] = dlmodule->func[i];
137 module
181 pam_module_t *module; local
[all...]
/freebsd-13-stable/contrib/ntp/sntp/unity/auto/
H A Dtype_sanitizer.rb0 module TypeSanitizer
/freebsd-13-stable/stand/libsa/zfs/
H A Dzstd_shim.c45 #include <contrib/openzfs/module/zstd/zfs_zstd.c>
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.h29 lldb::ModuleSP module);
33 lldb::ModuleSP module);
36 lldb::ModuleSP module);
38 lldb::ModuleSP module);
41 const llvm::APSInt &constant, lldb::ModuleSP module);
H A DDWARFLocationExpression.cpp107 static DWARFExpression MakeLocationExpressionInternal(lldb::ModuleSP module, argument
109 const ArchSpec &architecture = module->GetArchitecture();
125 DWARFExpression result(module, extractor, nullptr);
133 lldb::ModuleSP module) {
135 module, [&](Stream &stream, RegisterKind &register_kind) -> bool {
137 module->GetArchitecture().GetMachine(), reg, register_kind);
162 llvm::codeview::RegisterId reg, lldb::ModuleSP module) {
163 return MakeRegisterBasedLocationExpressionInternal(reg, llvm::None, module);
167 llvm::codeview::RegisterId reg, int32_t offset, lldb::ModuleSP module) {
168 return MakeRegisterBasedLocationExpressionInternal(reg, offset, module);
131 MakeRegisterBasedLocationExpressionInternal( llvm::codeview::RegisterId reg, llvm::Optional<int32_t> relative_offset, lldb::ModuleSP module) argument
[all...]
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/bindings/
H A D__init__.py18 The package that contains a module per each C library that
51 module = importlib.import_module("." + module_name, __name__) variable in class:_setup_cffi.LazyLibrary
52 ffi.cdef(module.CDEF)
53 lib = LazyLibrary(ffi, module.LIBRARY)
54 setattr(module, "ffi", ffi)
55 setattr(module, "lib", lib)
/freebsd-13-stable/sys/contrib/openzfs/lib/libzstd/
H A DMakefile.am3 VPATH = $(top_srcdir)/module/zstd
17 lib/zstd.$(OBJEXT): CFLAGS += -fno-tree-vectorize -include $(top_srcdir)/module/zstd/include/zstd_compat_wrapper.h -Wp,-w
18 lib/zstd.l$(OBJEXT): CFLAGS += -fno-tree-vectorize -include $(top_srcdir)/module/zstd/include/zstd_compat_wrapper.h -Wp,-w
20 zfs_zstd.$(OBJEXT): CFLAGS += -include $(top_srcdir)/module/zstd/include/zstd_compat_wrapper.h
21 zfs_zstd.l$(OBJEXT): CFLAGS += -include $(top_srcdir)/module/zstd/include/zstd_compat_wrapper.h
/freebsd-13-stable/share/examples/kld/syscall/module/
H A Dsyscall.c33 #include <sys/module.h>
67 load(struct module *module, int cmd, void *arg) argument
/freebsd-13-stable/contrib/tcpdump/
H A Dnetdissect.c115 * Indicates whether an SMI module has been loaded, so that we can use
121 nd_load_smi_module(const char *module, char *errbuf, size_t errbuf_size) argument
124 if (smiLoadModule(module) == 0) {
125 snprintf(errbuf, errbuf_size, "could not load MIB module %s",
126 module);
132 snprintf(errbuf, errbuf_size, "MIB module %s not loaded: no libsmi support",
133 module);
/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_syms.c2 * XZ decoder module information
10 #include <linux/module.h>
/freebsd-13-stable/sys/security/mac_none/
H A Dmac_none.c47 #include <sys/module.h>
/freebsd-13-stable/share/examples/kld/cdev/
H A DMakefile5 SUBDIR= module test
/freebsd-13-stable/share/examples/kld/cdev/module/
H A DMakefile5 FILESDIR=${SHAREDIR}/examples/kld/${KMOD}/module
/freebsd-13-stable/share/examples/kld/syscall/
H A DMakefile5 SUBDIR= module test
/freebsd-13-stable/sys/contrib/openzfs/contrib/bpftrace/
H A Dzfs-trace.sh3 ZVER=$(cut -f 1 -d '-' /sys/module/zfs/version)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_sysfs/
H A Dzfs_sysfs_live.ksh31 # Test if the expected '/sys/module/zfs/<dir>/<attr>' are present
40 claim="Expected '/sys/module/zfs/<dir>/<attr>' attributes are present"
42 kernel_feature_attr="/sys/module/zfs/features.kernel/org.zfsonlinux:vdev_trim/supported"
43 pool_feature_attr="/sys/module/zfs/features.pool/org.open-zfs:large_blocks/guid"
44 pool_prop__attr="/sys/module/zfs/properties.pool/comment/values"
45 ds_prop__attr="/sys/module/zfs/properties.dataset/recordsize/values"
55 log_must grep -R "[a-z]" /sys/module/zfs/features.*
56 log_must grep -R "[a-z]" /sys/module/zfs/properties.*
57 log_mustnot grep -RE "[^[:print:]]" /sys/module/zfs/properties.*
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp34 static bool IsLinker(const LoadedModule& module) { argument
36 return module.base_address() == getauxval(AT_BASE);
38 return LibraryNameIs(module.full_name(), kLinkerName);
56 for (LoadedModule &module : modules) {
57 if (!IsLinker(module))
61 *linker = module;
62 module = LoadedModule();
/freebsd-13-stable/sys/sys/
H A Dmodule.h37 #define MDT_DEPEND 1 /* argument is a module name */
38 #define MDT_MODULE 2 /* module declaration */
39 #define MDT_VERSION 3 /* module version(s) */
52 typedef struct module *module_t;
59 const char *name; /* module name */
65 * A module can use this to report module specific data to the user via
121 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \
122 static struct mod_depend _##module##_depend_on_##mdepend \
128 MODULE_METADATA(_md_##module##_on
[all...]
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A DMakefile.am57 export KMOD_SPL=@abs_top_builddir@/module/spl/spl.ko
58 export KMOD_ZAVL=@abs_top_builddir@/module/avl/zavl.ko
59 export KMOD_ZNVPAIR=@abs_top_builddir@/module/nvpair/znvpair.ko
60 export KMOD_ZUNICODE=@abs_top_builddir@/module/unicode/zunicode.ko
61 export KMOD_ZCOMMON=@abs_top_builddir@/module/zcommon/zcommon.ko
62 export KMOD_ZLUA=@abs_top_builddir@/module/lua/zlua.ko
63 export KMOD_ICP=@abs_top_builddir@/module/icp/icp.ko
64 export KMOD_ZFS=@abs_top_builddir@/module/zfs/zfs.ko
65 export KMOD_FREEBSD=@abs_top_builddir@/module/openzfs.ko
66 export KMOD_ZZSTD=@abs_top_builddir@/module/zst
[all...]
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h36 #include <sys/module.h>
53 #define THIS_MODULE ((struct module *)0)
57 /* OFED pre-module initialization */
59 /* OFED default module initialization */
90 * The following two macros are a workaround for not having a module
99 #define module_get(module)
100 #define module_put(module)
101 #define try_module_get(module) 1
/freebsd-13-stable/sys/contrib/openzfs/lib/libavl/
H A DMakefile.am3 VPATH = $(top_srcdir)/module/avl/

Completed in 136 milliseconds

1234567891011>>