static unsigned int debug; module_param(debug, int, 0644); MODULE_PARM_DESC(debug, "enable debug messages"); 1 change: 0 additions & 1 deletion 1 drivers/media/pci/ivtv/ivtv-alsa-main.c Original file line num
#define MODULE_PARAM_PREFIX "module." static bool enable_dups_trace = IS_ENABLED(CONFIG_MODULE_DEBUG_AUTOLOAD_DUPS_TRACE); module_param(enable_dups_trace, bool_enable_only, 0644); /* * Protects dup_kmod_reqs list, adds / removals with RCU. */ static DEFINE_MUTEX(kmod_dup_mutex); stati...
module_param(modname, charp, 0644); MODULE_PARM_DESC(modname, "The name of module you want do clean or delete...\n"); //#define CONFIG_REPLACE_EXIT_FUNCTION #ifdef CONFIG_REPLACE_EXIT_FUNCTION // 此处为外部注册的待卸载模块的exit函数 // 用于替代模块原来的exit函数 // 注意--此函数由于...
1.2.3 从文件加载模块finish_module SYSCALL_DEFINE3(finit_module,int,fd,constchar__user*,uargs,int,flags){structload_infoinfo={};loff_tsize;void*hdr;interr;err=may_init_module();if(err)returnerr;pr_debug("finit_module: fd=%d, uargs=%p, flags=%i\n",fd,uargs,flags);if(flags&~(MO...
CLI Example: salt'*' file.apply_template_on_contents \contents='This is a {{ template }} string.' \template=jinja \"context={}""defaults={'template': 'cool'}"\ saltenv=base file.get_mode Returnthe modeofa file path fileordirectoryofwhichtogetthe mode ...
0xeb395084 param_get_invbool vmlinux EXPORT_SYMBOL 0xbf9d1b96 nfsd_debug vmlinux EXPORT_SYMBOL_GPL 0xfeb3665e devres_destroy vmlinux EXPORT_SYMBOL_GPL 0x91a295f3 tty_hangup vmlinux EXPORT_SYMBOL 0x7ba9ca8c pci_disable_device vmlinux EXPORT_SYMBOL 0xbb4f4a95 init_mm vmlinux EXPO...
module_param_named(debug_mask, binder_alloc_debug_mask, uint, 0644); #endif #define binder_alloc_debug(mask, x...) \ do { \ @@ -1037,6 +1039,13 @@ int binder_alloc_shrinker_init(void) return ret; } #ifdef REDROID void binder_alloc_shrinker_exit(void) { unregister_shrinker(&bin...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
cd etc && install -m 0644 luajit.1 /usr/local/share/man/man1 cd etc && sed -e "s|^prefix=.*|prefix=/usr/local|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \ install -m 0644 luajit.pc.tmp /usr/local/lib/pkgconfig/luajit.pc && \ rm -f luajit...
from_param _pointer_type_cache[None] = c_void_p # XXX for whatever reasons, creating the first instance of a callback # function is needed for the unittests on Win64 to succeed. This MAY # be a compiler bug, since the problem occurs only when _ctypes is # compiled with the MS ...