OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mod_name
(Results
1 - 6
of
6
) sorted by null
/external/toybox/toys/other/
rmmod.c
28
char *
mod_name
;
local
32
mod_name
= basename(*toys.optargs);
35
len = strlen(
mod_name
);
36
if (len > 3 && !strcmp(&
mod_name
[len-3], ".ko" ))
mod_name
[len-3] = 0;
41
if (delete_module(
mod_name
, flags))
42
perror_exit("failed to unload %s",
mod_name
);
/external/selinux/policycoreutils/semodule_deps/
semodule_deps.c
146
char *
mod_name
, *req_name, *id;
local
163
mod_name
=
192
mod_name
);
203
mod_name
,
/toolchain/binutils/binutils-2.25/include/
oasys.h
78
bfd_byte
mod_name
[32];
member in struct:oasys_extmodule_table_a
/external/selinux/libsepol/src/
link.c
2093
const char *
mod_name
= cur->branch_list->module_name ?
local
2152
const char *
mod_name
= cur->branch_list->module_name ?
local
2224
const char *
mod_name
= decl->module_name ?
local
[
all
...]
/prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar
/prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar
Completed in 1760 milliseconds