| /linux-6.15/scripts/kconfig/ |
| H A D | streamline_config.pl | 372 my $lsmod; 376 $lsmod = "$dir/lsmod"; 380 if (!defined($lsmod)) { 382 $lsmod = "lsmod"; 385 open($linfile, '-|', $lsmod) || die "Can not call lsmod with $lsmod";
|
| /linux-6.15/Documentation/translations/zh_TW/admin-guide/ |
| H A D | README.rst | 182 "make localmodconfig" 基於當前配置和加載的模塊(lsmod)創建配置。禁用 186 的lsmod存儲到一個文件中,並將其作爲lsmod參數傳入。 191 target$ lsmod > /tmp/mylsmod
|
| /linux-6.15/Documentation/translations/zh_CN/admin-guide/ |
| H A D | README.rst | 179 "make localmodconfig" 基于当前配置和加载的模块(lsmod)创建配置。禁用 183 的lsmod存储到一个文件中,并将其作为lsmod参数传入。 188 target$ lsmod > /tmp/mylsmod
|
| /linux-6.15/Documentation/target/ |
| H A D | target-export-device | 41 lsmod | grep -q configfs || modprobe configfs 42 lsmod | grep -q target_core_mod || modprobe target_core_mod
|
| H A D | tcm_mod_builder.rst | 122 target:/mnt/sdb/lio-core-2.6.git# lsmod
|
| /linux-6.15/tools/testing/selftests/drivers/platform/x86/intel/ifs/ |
| H A D | test_ifs.sh | 128 lsmod | grep -q "$IFS_NAME" && [[ "$ORIGIN_IFS_LOADED" == "$FALSE" ]] && { 223 ifs_info=$(lsmod | grep "$IFS_NAME") 230 ifs_info=$(lsmod | grep "$IFS_NAME") 239 ifs_info=$(lsmod | grep "$IFS_NAME")
|
| /linux-6.15/tools/testing/crypto/chacha20-s390/ |
| H A D | run-tests.sh | 14 lsmod | grep chacha | cut -f1 -d' ' | xargs rmmod
|
| /linux-6.15/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | ethtool-common.sh | 49 if ! $(lsmod | grep -q netdevsim); then
|
| /linux-6.15/Documentation/gpu/ |
| H A D | vkms.rst | 17 lsmod | grep vkms 35 On running the lsmod command now, the VKMS driver will appear listed.
|
| /linux-6.15/Documentation/translations/zh_TW/dev-tools/ |
| H A D | gdb-kernel-debugging.rst | 163 lx-lsmod -- List currently loaded modules
|
| /linux-6.15/Documentation/translations/zh_CN/dev-tools/ |
| H A D | gdb-kernel-debugging.rst | 167 lx-lsmod -- List currently loaded modules
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | lwt_dst_cache_ref_loop.sh | 49 lsmod 2>/dev/null | grep -q "ila"
|
| H A D | ioam6.sh | 227 lsmod 2>/dev/null | grep -q "ip6_tunnel" 235 lsmod 2>/dev/null | grep -q "ip6_tunnel"
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | README.rst | 205 loaded modules (lsmod). Disables any module 209 store the lsmod of that machine into a file 216 target$ lsmod > /tmp/mylsmod
|
| H A D | dynamic-debug-howto.rst | 160 seen in ``lsmod``, i.e. without the directory or the ``.ko``
|
| /linux-6.15/lib/ |
| H A D | Kconfig.kgdb | 112 0x0020 - allow passive inspection (backtrace, process list, lsmod)
|
| /linux-6.15/Documentation/process/debugging/ |
| H A D | gdb-kernel-debugging.rst | 175 lx-lsmod -- List currently loaded modules
|
| H A D | kgdb.rst | 99 ``lsmod``, or ``ps``. In order to build kdb into the kernel you follow the 430 ``lsmod`` Shows where kernel modules are loaded 645 are things like lsmod, dmesg, ps or possibly some of the memory
|
| /linux-6.15/tools/testing/selftests/net/openvswitch/ |
| H A D | openvswitch.sh | 773 if ! lsmod | grep openvswitch >/dev/null 2>&1; then
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/dlink/ |
| H A D | dl2k.rst | 166 lsmod
|
| /linux-6.15/Documentation/virt/kvm/x86/ |
| H A D | running-nested-guests.rst | 91 $ lsmod | grep -i kvm
|
| /linux-6.15/Documentation/usb/ |
| H A D | gadget_serial.rst | 213 should be loaded automatically. The command "lsmod" should show the
|
| /linux-6.15/Documentation/arch/s390/ |
| H A D | 3270.rst | 171 A. Is the driver loaded? Use the lsmod command (no operands)
|
| /linux-6.15/Documentation/nvme/ |
| H A D | nvme-pci-endpoint-target.rst | 205 # lsmod | grep nvmet
|
| /linux-6.15/kernel/module/ |
| H A D | Kconfig | 15 modprobe, lsmod, modinfo, insmod and rmmod.
|