OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KMOD_PROBE_IGNORE_COMMAND
(Results
1 - 3
of
3
) sorted by null
/external/kmod/libkmod/
libkmod.h
156
KMOD_PROBE_IGNORE_COMMAND
= 0x00004,
libkmod-module.c
1202
*
KMOD_PROBE_IGNORE_COMMAND
: whether the probe should ignore install
1275
!!(flags &
KMOD_PROBE_IGNORE_COMMAND
), &list);
[
all
...]
/external/kmod/tools/
modprobe.c
504
flags |=
KMOD_PROBE_IGNORE_COMMAND
;
Completed in 552 milliseconds