/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_event.c | 878 struct nlattr *tb[]) in mlme_event_michael_mic_failure() 914 struct nlattr *tb[]) in mlme_event_join_ibss() 941 int cancel_event, struct nlattr *tb[]) in mlme_event_remain_on_channel() 989 struct nlattr *tb[]) in mlme_event_ft_event() 1017 struct nlattr *tb[], int external_scan) in send_scan_event() 1083 struct nlattr *tb[]) in nl80211_cqm_event() 1150 struct nlattr **tb) in nl80211_new_peer_candidate() 1173 struct nlattr **tb) in nl80211_new_station_event() 1206 struct nlattr **tb) in nl80211_del_station_event() 1232 struct nlattr **tb) in nl80211_rekey_offload_event() [all …]
|
D | driver_nl80211_capa.c | 103 struct nlattr *tb) in wiphy_info_supported_iftypes() 206 struct nlattr *tb) in wiphy_info_iface_comb() 222 struct nlattr *tb) in wiphy_info_supp_cmds() 256 struct nlattr *tb) in wiphy_info_cipher_suites() 315 struct nlattr *tb) in wiphy_info_max_roc() 352 struct nlattr *tb) in wiphy_info_ext_feature_flags() 366 struct nlattr *tb) in wiphy_info_feature_flags() 438 struct nlattr *tb) in wiphy_info_probe_resp_offload() 454 struct nlattr *tb) in wiphy_info_wowlan_triggers() 484 struct nlattr *tb[NL80211_ATTR_MAX + 1]; in wiphy_info_handler() local [all …]
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | Liveness.java | 61 private void computeLiveness1(TypedBlock tb) { in computeLiveness1() 113 private void computeLiveness1u(TypedBlock tb) { in computeLiveness1u() 126 private void computeLiveness2(TypedBlock tb) { in computeLiveness2() 170 private boolean computeLiveness2except(TypedBlock tb) { in computeLiveness2except() 196 TypedBlock tb = blocks[i]; in hasChanged() local 213 TypedBlock tb = blocks[i]; in computeUsage() local
|
/external/iproute2/ip/ |
D | iplink_bond_slave.c | 25 static void print_slave_state(FILE *f, struct rtattr *tb) in print_slave_state() 42 static void print_slave_mii_status(FILE *f, struct rtattr *tb) in print_slave_mii_status() 52 static void bond_slave_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) in bond_slave_print_opt()
|
D | iproute_lwtunnel.c | 60 struct rtattr *tb[MPLS_IPTUNNEL_MAX+1]; in print_encap_mpls() local 74 struct rtattr *tb[LWTUNNEL_IP_MAX+1]; in print_encap_ip() local 105 struct rtattr *tb[ILA_ATTR_MAX+1]; in print_encap_ila() local 120 struct rtattr *tb[LWTUNNEL_IP6_MAX+1]; in print_encap_ip6() local
|
D | ipaddress.c | 201 static void print_linkmode(FILE *f, struct rtattr *tb) in print_linkmode() 211 static char *parse_link_kind(struct rtattr *tb) in parse_link_kind() 223 static void print_linktype(FILE *fp, struct rtattr *tb) in print_linktype() 279 struct rtattr *tb[IFLA_INET6_MAX + 1]; in print_af_spec() local 591 static void __print_link_stats(FILE *fp, struct rtattr **tb) in __print_link_stats() 604 struct rtattr * tb[IFLA_MAX+1]; in print_link_stats() local 617 struct rtattr * tb[IFLA_MAX+1]; in print_linkinfo_brief() local 718 struct rtattr * tb[IFLA_MAX+1]; in print_linkinfo() local 1347 struct rtattr *tb[IFA_MAX + 1]; in ipaddr_filter() local 1670 ipaddr_loop_each_vf(struct rtattr *tb[], int vfnum, int *min, int *max) in ipaddr_loop_each_vf() [all …]
|
D | link_vti6.c | 51 struct rtattr *tb[IFLA_MAX + 1]; in vti6_parse_opt() local 196 static void vti6_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) in vti6_print_opt()
|
D | xfrm_monitor.c | 52 struct rtattr * tb[XFRMA_MAX+1]; in xfrm_acquire_print() local 140 struct rtattr * tb[XFRMA_MAX+1]; in xfrm_policy_flush_print() local 181 struct rtattr * tb[XFRMA_MAX+1]; in xfrm_report_print() local
|
D | ipmroute.c | 49 int tb; member 61 struct rtattr * tb[RTA_MAX+1]; in print_mroute() local
|
D | link_vti.c | 55 struct rtattr *tb[IFLA_MAX + 1]; in vti_parse_opt() local 199 static void vti_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) in vti_print_opt()
|
D | ipaddrlabel.c | 61 struct rtattr *tb[IFAL_MAX+1]; in print_addrlabel() local 197 struct rtattr * tb[IFAL_MAX+1]; in flush_addrlabel() local
|
D | link_ip6tnl.c | 67 struct rtattr *tb[IFLA_MAX + 1]; in ip6tunnel_parse_opt() local 255 static void ip6tunnel_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) in ip6tunnel_print_opt()
|
/external/libnl/lib/netfilter/ |
D | ct.c | 107 struct nlattr *tb[CTA_IP_MAX+1]; in ct_parse_ip() local 162 struct nlattr *tb[CTA_PROTO_MAX+1]; in ct_parse_proto() local 192 struct nlattr *tb[CTA_TUPLE_MAX+1]; in ct_parse_tuple() local 216 struct nlattr *tb[CTA_PROTOINFO_TCP_MAX+1]; in ct_parse_protoinfo_tcp() local 233 struct nlattr *tb[CTA_PROTOINFO_MAX+1]; in ct_parse_protoinfo() local 252 struct nlattr *tb[CTA_COUNTERS_MAX+1]; in ct_parse_counters() local 293 struct nlattr *tb[CTA_MAX+1]; in nfnlmsg_ct_parse() local
|
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
D | timestamp.h | 61 static inline char *av_ts_make_time_string(char *buf, int64_t ts, AVRational *tb) in av_ts_make_time_string() 72 #define av_ts2timestr(ts, tb) av_ts_make_time_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts, tb) argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
D | collector.py | 242 def collectSupplement(self, supplement, tb): argument 261 def collectLine(self, tb, extra_data): argument 332 def collectException(self, etype, value, tb, limit=None): argument 512 def collect_exception(t, v, tb, limit=None): argument
|
/external/iproute2/genl/ |
D | ctrl.c | 76 struct rtattr *tb[CTRL_ATTR_MAX + 1]; in genl_ctrl_resolve_family() local 138 struct rtattr *tb[CTRL_ATTR_OP_MAX + 1]; in print_ctrl_cmds() local 159 struct rtattr *tb[CTRL_ATTR_MCAST_GRP_MAX + 1]; in print_ctrl_grp() local 184 struct rtattr *tb[CTRL_ATTR_MAX + 1]; in print_ctrl() local
|
/external/iproute2/tc/ |
D | m_action.c | 265 struct rtattr *tb[TCA_ACT_MAX + 1]; in tc_print_one_action() local 302 struct rtattr *tb[TCA_MAX + 1]; in tc_print_action_flush() local 329 struct rtattr *tb[TCA_ACT_MAX_PRIO + 1]; in tc_print_action() local 359 struct rtattr * tb[TCAA_MAX+1]; in print_action() local
|
D | m_ematch.c | 366 static int print_ematch_seq(FILE *fd, struct rtattr **tb, int start, in print_ematch_seq() 446 struct rtattr **tb; in print_ematch_list() local 469 struct rtattr *tb[TCA_EMATCH_TREE_MAX+1]; in print_ematch() local
|
/external/toybox/toys/posix/ |
D | ps.c | 400 static char *string_field(struct carveup *tb, struct strawberry *field) in string_field() 521 static void show_ps(struct carveup *tb) in show_ps() 559 struct carveup *tb = (void *)toybuf; in get_ps() local 928 struct carveup *ta = *(struct carveup **)aa, *tb = *(struct carveup **)bb; in ksort() local 1168 struct carveup **tb; in top_common() member 1309 struct carveup tb; in top_common() local 1479 static void do_pgk(struct carveup *tb) in do_pgk() 1498 static void match_pgrep(struct carveup *tb) in match_pgrep()
|
/external/compiler-rt/test/msan/ |
D | ftime.cc | 12 struct timeb tb; in main() local
|
/external/iproute2/tipc/ |
D | msg.c | 25 const struct nlattr **tb = data; in parse_attrs() local 35 struct nlattr *tb[CTRL_ATTR_MAX + 1] = {}; in family_id_cb() local
|
/external/iw/ |
D | link.c | 26 struct nlattr *tb[NL80211_ATTR_MAX + 1]; in link_bss_handler() local 115 struct nlattr *tb[NL80211_ATTR_MAX + 1]; in print_link_sta() local
|
D | event.c | 18 static int parse_beacon_hint_chan(struct nlattr *tb, in parse_beacon_hint_chan() 209 struct nlattr *tb[NUM_NL80211_WOWLAN_TRIG], in parse_wowlan_wake_event() local 297 struct nlattr *tb[NL80211_ATTR_MAX + 1], *nst; in print_event() local
|
/external/iproute2/lib/ |
D | libgenl.c | 14 struct rtattr *tb[CTRL_ATTR_MAX + 1]; in genl_parse_getfamily() local
|
/external/opencv3/3rdparty/jinja2/ |
D | debug.py | 39 def __init__(self, tb): argument 310 def tb_set_next(tb, next): argument
|