Home
last modified time | relevance | path

Searched refs:lsmod (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/scripts/kconfig/
H A Dstreamline_config.pl372 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 DREADME.rst182 "make localmodconfig" 基於當前配置和加載的模塊(lsmod)創建配置。禁用
186lsmod存儲到一個文件中,並將其作爲lsmod參數傳入。
191 target$ lsmod > /tmp/mylsmod
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
H A DREADME.rst179 "make localmodconfig" 基于当前配置和加载的模块(lsmod)创建配置。禁用
183lsmod存储到一个文件中,并将其作为lsmod参数传入。
188 target$ lsmod > /tmp/mylsmod
/linux-6.15/Documentation/target/
H A Dtarget-export-device41 lsmod | grep -q configfs || modprobe configfs
42 lsmod | grep -q target_core_mod || modprobe target_core_mod
H A Dtcm_mod_builder.rst122 target:/mnt/sdb/lio-core-2.6.git# lsmod
/linux-6.15/tools/testing/selftests/drivers/platform/x86/intel/ifs/
H A Dtest_ifs.sh128 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 Drun-tests.sh14 lsmod | grep chacha | cut -f1 -d' ' | xargs rmmod
/linux-6.15/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-common.sh49 if ! $(lsmod | grep -q netdevsim); then
/linux-6.15/Documentation/gpu/
H A Dvkms.rst17 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 Dgdb-kernel-debugging.rst163 lx-lsmod -- List currently loaded modules
/linux-6.15/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst167 lx-lsmod -- List currently loaded modules
/linux-6.15/tools/testing/selftests/net/
H A Dlwt_dst_cache_ref_loop.sh49 lsmod 2>/dev/null | grep -q "ila"
H A Dioam6.sh227 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 DREADME.rst205 loaded modules (lsmod). Disables any module
209 store the lsmod of that machine into a file
216 target$ lsmod > /tmp/mylsmod
H A Ddynamic-debug-howto.rst160 seen in ``lsmod``, i.e. without the directory or the ``.ko``
/linux-6.15/lib/
H A DKconfig.kgdb112 0x0020 - allow passive inspection (backtrace, process list, lsmod)
/linux-6.15/Documentation/process/debugging/
H A Dgdb-kernel-debugging.rst175 lx-lsmod -- List currently loaded modules
H A Dkgdb.rst99 ``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 Dopenvswitch.sh773 if ! lsmod | grep openvswitch >/dev/null 2>&1; then
/linux-6.15/Documentation/networking/device_drivers/ethernet/dlink/
H A Ddl2k.rst166 lsmod
/linux-6.15/Documentation/virt/kvm/x86/
H A Drunning-nested-guests.rst91 $ lsmod | grep -i kvm
/linux-6.15/Documentation/usb/
H A Dgadget_serial.rst213 should be loaded automatically. The command "lsmod" should show the
/linux-6.15/Documentation/arch/s390/
H A D3270.rst171 A. Is the driver loaded? Use the lsmod command (no operands)
/linux-6.15/Documentation/nvme/
H A Dnvme-pci-endpoint-target.rst205 # lsmod | grep nvmet
/linux-6.15/kernel/module/
H A DKconfig15 modprobe, lsmod, modinfo, insmod and rmmod.

12