OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tm_name
(Results
1 - 12
of
12
) sorted by null
/external/libnl/include/netlink/cli/
tc.h
30
const char *
tm_name
;
member in struct:nl_cli_tc_module
/external/libnl/src/lib/
tc.c
144
if (!(ops = rtnl_tc_lookup_ops(tm->tm_type, tm->
tm_name
))) {
146
"\"%s\": No matching libnl TC module found.", tm->
tm_name
);
151
"\"%s\": Module already registered.", tm->
tm_name
);
/external/libnl/lib/cli/qdisc/
blackhole.c
51
.
tm_name
= "blackhole",
ingress.c
52
.
tm_name
= "ingress",
bfifo.c
70
.
tm_name
= "bfifo",
pfifo.c
64
.
tm_name
= "pfifo",
fq_codel.c
99
.
tm_name
= "fq_codel",
htb.c
181
.
tm_name
= "htb",
188
.
tm_name
= "htb",
plug.c
100
.
tm_name
= "plug",
/external/libnl/lib/cli/cls/
cgroup.c
62
.
tm_name
= "cgroup",
basic.c
80
.
tm_name
= "basic",
/toolchain/binutils/binutils-2.25/opcodes/
tic54x-dis.c
173
const char *
tm_name
,
189
info->fprintf_func (info->stream, "%-7s",
tm_name
);
Completed in 1101 milliseconds