HomeSort by relevance Sort by last modified time
    Searched refs:KMOD_PROBE_IGNORE_LOADED (Results 1 - 3 of 3) sorted by null

  /external/kmod/libkmod/
libkmod.h 157 KMOD_PROBE_IGNORE_LOADED = 0x00008,
libkmod-module.c 1204 * KMOD_PROBE_IGNORE_LOADED: do not check whether the module is already
1208 * KMOD_PROBE_FAIL_ON_LOADED: if KMOD_PROBE_IGNORE_LOADED is not specified
1253 if (!(flags & KMOD_PROBE_IGNORE_LOADED)
    [all...]
  /external/kmod/tools/
modprobe.c 506 flags |= KMOD_PROBE_IGNORE_LOADED;

Completed in 670 milliseconds