# File lib/specinfra/command/freebsd/base/kernel_module.rb, line 3
    def check_is_loaded(name)
      "kldstat -q -m #{name}"
    end