Home
last modified time | relevance | path

Searched refs:show_details (Results 1 – 22 of 22) sorted by relevance

/external/iproute2/genl/
Dgenl.c31 int show_details = 0; variable
119 ++show_details; in main()
/external/iproute2/tc/
Dq_htb.c290 if (show_details) in htb_print_opt()
313 if (linklayer > TC_LINKLAYER_ETHERNET || show_details) in htb_print_opt()
315 if (show_details) { in htb_print_opt()
341 if (show_details) in htb_print_opt()
Dq_cbq.c492 if (linklayer > TC_LINKLAYER_ETHERNET || show_details) in cbq_print_opt()
494 if (show_details) { in cbq_print_opt()
521 if (show_details) { in cbq_print_opt()
532 if (lss && show_details) { in cbq_print_opt()
550 if (fopt && show_details) { in cbq_print_opt()
Dq_tbf.c278 if (show_details) { in tbf_print_opt()
294 if (show_details) { in tbf_print_opt()
320 if (linklayer > TC_LINKLAYER_ETHERNET || show_details) in tbf_print_opt()
Dtc.c35 int show_details = 0; variable
317 ++show_details; in main()
Dq_choke.c193 if (show_details) { in choke_print_opt()
Dq_red.c192 if (show_details) { in red_print_opt()
Dq_sfq.c228 if (show_details) { in sfq_print_opt()
Dq_gred.c325 if (show_details) { in gred_print_opt()
Dm_police.c364 if (linklayer > TC_LINKLAYER_ETHERNET || show_details) in print_police()
Dtc_qdisc.c265 if (show_details && tb[TCA_STAB]) { in print_qdisc()
/external/iproute2/bridge/
Dbridge.c24 int show_details; variable
146 ++show_details; in main()
Dbr_common.h17 extern int show_details;
Dmdb.c120 if (show_details) { in print_mdb()
Dlink.c173 if (show_details) { in print_linkinfo()
/external/iproute2/ip/
Dip.c32 int show_details; variable
233 ++show_details; in main()
Dipaddress.c834 if (!filter.family || filter.family == AF_PACKET || show_details) { in print_linkinfo()
872 if (tb[IFLA_PROMISCUITY] && show_details) in print_linkinfo()
876 if (tb[IFLA_LINKINFO] && show_details) in print_linkinfo()
879 if (do_link && tb[IFLA_AF_SPEC] && show_details) in print_linkinfo()
882 if ((do_link || show_details) && tb[IFLA_IFALIAS]) { in print_linkinfo()
892 if ((do_link || show_details) && tb[IFLA_VFINFO_LIST] && tb[IFLA_NUM_VF]) { in print_linkinfo()
Diproute.c360 if ((r->rtm_type != RTN_UNICAST || show_details > 0) && !filter.type) in print_route()
435 if (table && (table != RT_TABLE_MAIN || show_details > 0) && !filter.tb) in print_route()
438 if ((r->rtm_protocol != RTPROT_BOOT || show_details > 0) && filter.protocolmask != -1) in print_route()
440 if ((r->rtm_scope != RT_SCOPE_UNIVERSE || show_details > 0) && filter.scopemask != -1) in print_route()
/external/iproute2/include/
Dutils.h18 extern int show_details;
/external/iproute2/misc/
Dss.c93 int show_details = 0; variable
1852 if (show_details) { in tcp_show_line()
2095 if (show_details) { in inet_show_sock()
2508 if (show_details && opt[0]) in dgram_show_line()
2757 if (show_details) { in unix_show_sock()
2764 if (show_mem || show_details) in unix_show_sock()
2940 if (show_details) in packet_stats_print()
3008 if (show_details) { in packet_show_sock()
3236 if (show_details) { in netlink_show_one()
3704 show_details++; in main()
/external/v8/src/
Dobjects.cc2596 void String::StringShortPrint(StringStream* accumulator, bool show_details) { in StringShortPrint() argument
2625 if (show_details) accumulator->Add("<String[%u]: ", length()); in StringShortPrint()
2629 if (show_details) accumulator->Put('>'); in StringShortPrint()
2633 if (show_details) accumulator->Add("<String[%u]\\: ", length()); in StringShortPrint()
2653 if (show_details) accumulator->Put('>'); in StringShortPrint()
Dobjects.h9510 void StringShortPrint(StringStream* accumulator, bool show_details = true);