Home
last modified time | relevance | path

Searched defs:tb (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/external/libnetfilter_conntrack/src/conntrack/
Dparse_mnl.c20 const struct nlattr **tb = data; in nfct_parse_ip_attr_cb() local
49 struct nlattr *tb[CTA_IP_MAX+1] = {}; in nfct_parse_ip() local
121 const struct nlattr **tb = data; in nfct_parse_proto_attr_cb() local
152 struct nlattr *tb[CTA_PROTO_MAX+1] = {}; in nfct_parse_proto() local
245 const struct nlattr **tb = data; in nfct_parse_tuple_attr_cb() local
271 struct nlattr *tb[CTA_TUPLE_MAX+1] = {}; in nfct_parse_tuple() local
304 const struct nlattr **tb = data; in nfct_parse_pinfo_tcp_attr_cb() local
332 struct nlattr *tb[CTA_PROTOINFO_TCP_MAX+1] = {}; in nfct_parse_protoinfo_tcp() local
379 const struct nlattr **tb = data; in nfct_parse_pinfo_sctp_attr_cb() local
403 struct nlattr *tb[CTA_PROTOINFO_SCTP_MAX+1] = {}; in nfct_parse_protoinfo_sctp() local
[all …]
Dparse.c21 struct nfattr *tb[CTA_IP_MAX]; in __parse_ip() local
93 struct nfattr *tb[CTA_PROTO_MAX]; in __parse_proto() local
186 struct nfattr *tb[CTA_TUPLE_MAX]; in __parse_tuple() local
211 struct nfattr *tb[CTA_PROTOINFO_TCP_MAX]; in __parse_protoinfo_tcp() local
255 struct nfattr *tb[CTA_PROTOINFO_SCTP_MAX]; in __parse_protoinfo_sctp() local
282 struct nfattr *tb[CTA_PROTOINFO_DCCP_MAX]; in __parse_protoinfo_dccp() local
309 struct nfattr *tb[CTA_PROTOINFO_MAX]; in __parse_protoinfo() local
327 struct nfattr *tb[CTA_COUNTERS_MAX]; in __parse_counters() local
383 struct nfattr *tb[CTA_NAT_SEQ_MAX]; in __parse_nat_seq() local
430 struct nfattr *tb[CTA_HELP_MAX]; in __parse_helper() local
[all …]
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c17 struct trace_buffer *tb; in trace_buffer_allocate() local
38 static bool trace_check_bounds(struct trace_buffer *tb, void *p) in trace_check_bounds()
43 static bool trace_check_alloc(struct trace_buffer *tb, void *p) in trace_check_alloc()
62 static void *trace_alloc(struct trace_buffer *tb, int bytes) in trace_alloc()
76 static struct trace_entry *trace_alloc_entry(struct trace_buffer *tb, int payload_size) in trace_alloc_entry()
87 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value) in trace_log_reg()
104 int trace_log_counter(struct trace_buffer *tb, u64 value) in trace_log_counter()
120 int trace_log_string(struct trace_buffer *tb, char *str) in trace_log_string()
142 int trace_log_indent(struct trace_buffer *tb) in trace_log_indent()
155 int trace_log_outdent(struct trace_buffer *tb) in trace_log_outdent()
[all …]
/external/iproute2/rdma/
Dlink.c59 static void link_print_caps(struct rd *rd, struct nlattr **tb) in link_print_caps()
94 static void link_print_subnet_prefix(struct rd *rd, struct nlattr **tb) in link_print_subnet_prefix()
112 static void link_print_lid(struct rd *rd, struct nlattr **tb) in link_print_lid()
126 static void link_print_sm_lid(struct rd *rd, struct nlattr **tb) in link_print_sm_lid()
140 static void link_print_lmc(struct rd *rd, struct nlattr **tb) in link_print_lmc()
165 static void link_print_state(struct rd *rd, struct nlattr **tb) in link_print_state()
193 static void link_print_phys_state(struct rd *rd, struct nlattr **tb) in link_print_phys_state()
210 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX] = {}; in link_parse_cb() local
Ddev.c69 static void dev_print_caps(struct rd *rd, struct nlattr **tb) in dev_print_caps()
104 static void dev_print_fw(struct rd *rd, struct nlattr **tb) in dev_print_fw()
117 static void dev_print_node_guid(struct rd *rd, struct nlattr **tb) in dev_print_node_guid()
135 static void dev_print_sys_image_guid(struct rd *rd, struct nlattr **tb) in dev_print_sys_image_guid()
164 static void dev_print_node_type(struct rd *rd, struct nlattr **tb) in dev_print_node_type()
182 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX] = {}; in dev_parse_cb() local
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_event.c1012 struct nlattr *tb[]) in mlme_event_michael_mic_failure()
1048 struct nlattr *tb[]) in mlme_event_join_ibss()
1079 int cancel_event, struct nlattr *tb[]) in mlme_event_remain_on_channel()
1127 struct nlattr *tb[]) in mlme_event_ft_event()
1156 struct nlattr *tb[]) in mlme_event_dh_event()
1178 struct nlattr *tb[], int external_scan) in send_scan_event()
1254 struct nlattr *tb[]) in nl80211_cqm_event()
1356 struct nlattr **tb) in nl80211_new_peer_candidate()
1379 struct nlattr **tb) in nl80211_new_station_event()
1412 struct nlattr **tb) in nl80211_del_station_event()
[all …]
Ddriver_nl80211_capa.c105 struct nlattr *tb) in wiphy_info_supported_iftypes()
205 struct nlattr *tb) in wiphy_info_iface_comb()
221 struct nlattr *tb) in wiphy_info_supp_cmds()
257 static unsigned int get_akm_suites_info(struct nlattr *tb) in get_akm_suites_info()
342 struct nlattr *tb[NL80211_IFTYPE_AKM_ATTR_MAX + 1]; in get_iface_akm_suites_info() local
404 struct nlattr *tb) in wiphy_info_iftype_akm_suites()
418 struct nlattr *tb) in wiphy_info_akm_suites()
431 struct nlattr *tb) in wiphy_info_cipher_suites()
490 struct nlattr *tb) in wiphy_info_max_roc()
527 struct nlattr *tb) in wiphy_info_ext_feature_flags()
[all …]
/external/python/cpython2/Lib/
Dtraceback.py46 def print_tb(tb, limit=None, file=None): argument
74 def format_tb(tb, limit = None): argument
78 def extract_tb(tb, limit = None): argument
110 def print_exception(etype, value, tb, limit=None, file=None): argument
130 def format_exception(etype, value, tb, limit = None): argument
315 def tb_lineno(tb): argument
/external/python/cpython2/Python/
Dtraceback.c23 tb_dealloc(PyTracebackObject *tb) in tb_dealloc()
34 tb_traverse(PyTracebackObject *tb, visitproc visit, void *arg) in tb_traverse()
42 tb_clear(PyTracebackObject *tb) in tb_clear()
86 PyTracebackObject *tb; in newtracebackobject() local
110 PyTracebackObject *tb = newtracebackobject(oldtb, frame); in PyTraceBack_Here() local
232 tb_printinternal(PyTracebackObject *tb, PyObject *f, long limit) in tb_printinternal()
/external/libnetfilter_conntrack/src/expect/
Dparse_mnl.c17 const struct nlattr **tb = data; in nlmsg_parse_expection_attr_cb() local
52 struct nlattr *tb[CTA_EXPECT_MAX+1] = {}; in nfexp_nlmsg_parse() local
/external/iproute2/devlink/
Dmnlg.c87 const struct nlattr **tb = data; in parse_mc_grps_cb() local
114 struct nlattr *tb[CTRL_ATTR_MCAST_GRP_MAX + 1] = {}; in parse_genl_mc_grps() local
132 const struct nlattr **tb = data; in get_group_id_attr_cb() local
148 struct nlattr *tb[CTRL_ATTR_MAX + 1] = {}; in get_group_id_cb() local
193 const struct nlattr **tb = data; in get_family_id_attr_cb() local
209 struct nlattr *tb[CTRL_ATTR_MAX + 1] = {}; in get_family_id_cb() local
/external/iproute2/ip/
Diplink_bond_slave.c35 static void print_slave_state(FILE *f, struct rtattr *tb) in print_slave_state()
55 static void print_slave_mii_status(FILE *f, struct rtattr *tb) in print_slave_mii_status()
71 static void bond_slave_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) in bond_slave_print_opt()
Diplink_vrf.c59 static void vrf_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) in vrf_print_opt()
72 struct rtattr *tb[]) in vrf_slave_print_opt()
126 struct rtattr *tb[IFLA_MAX+1]; in ipvrf_get_table() local
196 struct rtattr *tb[IFLA_MAX+1]; in name_is_vrf() local
Diproute_lwtunnel.c141 struct rtattr *tb[SEG6_IPTUNNEL_MAX+1]; in print_encap_seg6() local
197 struct rtattr *tb[SEG6_LOCAL_MAX + 1]; in print_encap_seg6local() local
245 struct rtattr *tb[MPLS_IPTUNNEL_MAX+1]; in print_encap_mpls() local
259 struct rtattr *tb[LWTUNNEL_IP_MAX+1]; in print_encap_ip() local
310 struct rtattr *tb[ILA_ATTR_MAX+1]; in print_encap_ila() local
329 struct rtattr *tb[LWTUNNEL_IP6_MAX+1]; in print_encap_ip6() local
356 struct rtattr *tb[LWT_BPF_PROG_MAX+1]; in print_encap_bpf_prog() local
367 struct rtattr *tb[LWT_BPF_MAX+1]; in print_encap_bpf() local
/external/libnl/lib/netfilter/
Dct.c121 struct nlattr *tb[CTA_IP_MAX+1]; in ct_parse_ip() local
176 struct nlattr *tb[CTA_PROTO_MAX+1]; in ct_parse_proto() local
219 struct nlattr *tb[CTA_TUPLE_MAX+1]; in ct_parse_tuple() local
243 struct nlattr *tb[CTA_PROTOINFO_TCP_MAX+1]; in ct_parse_protoinfo_tcp() local
260 struct nlattr *tb[CTA_PROTOINFO_MAX+1]; in ct_parse_protoinfo() local
279 struct nlattr *tb[CTA_COUNTERS_MAX+1]; in ct_parse_counters() local
319 struct nlattr *tb[CTA_TIMESTAMP_MAX + 1]; in ct_parse_timestamp() local
338 struct nlattr *tb[CTA_MAX+1]; in nfnlmsg_ct_parse() local
Dexp.c79 struct nlattr *tb[CTA_IP_MAX+1]; in exp_parse_ip() local
134 struct nlattr *tb[CTA_PROTO_MAX+1]; in exp_parse_proto() local
166 struct nlattr *tb[CTA_TUPLE_MAX+1]; in exp_parse_tuple() local
190 struct nlattr *tb[CTA_EXPECT_NAT_MAX+1]; in exp_parse_nat() local
227 struct nlattr *tb[CTA_MAX+1]; in nfnlmsg_exp_parse() local
/external/libnfnetlink/include/libnfnetlink/
Dlibnfnetlink.h167 #define nfnl_attr_present(tb, attr) \ argument
170 #define nfnl_get_data(tb, attr, type) \ argument
177 #define nfnl_get_pointer_to_data(tb, attr, type) \ argument
197 #define nfnl_parse_nested(tb, max, nfa) \ argument
/external/python/cpython3/Lib/
Dtraceback.py45 def print_tb(tb, limit=None, file=None): argument
55 def format_tb(tb, limit=None): argument
59 def extract_tb(tb, limit=None): argument
87 def print_exception(etype, value, tb, limit=None, file=None, chain=True): argument
108 def format_exception(etype, value, tb, limit=None, chain=True): argument
216 def clear_frames(tb): argument
305 def walk_tb(tb): argument
/external/python/cpython3/Lib/idlelib/
Dstackviewer.py10 def StackBrowser(root, flist=None, tb=None, top=None): argument
23 def __init__(self, flist=None, tb=None): argument
28 def get_stack(self, tb): argument
/external/python/cpython2/Lib/idlelib/
DStackViewer.py11 def StackBrowser(root, flist=None, tb=None, top=None): argument
22 def __init__(self, flist=None, tb=None): argument
27 def get_stack(self, tb): argument
/external/skqp/infra/bots/
Dutils.py33 def __exit__(self, t, v, tb): argument
51 def __exit__(self, t, v, tb): argument
71 def __exit__(self, t, v, tb): argument
/external/skia/infra/bots/
Dutils.py34 def __exit__(self, t, v, tb): argument
52 def __exit__(self, t, v, tb): argument
72 def __exit__(self, t, v, tb): argument
/external/python/cpython3/Python/
Dtraceback.c41 PyTracebackObject *tb; in tb_create_raw() local
163 tb_dealloc(PyTracebackObject *tb) in tb_dealloc()
174 tb_traverse(PyTracebackObject *tb, visitproc visit, void *arg) in tb_traverse()
182 tb_clear(PyTracebackObject *tb) in tb_clear()
245 PyObject *exc, *val, *tb, *newtb; in PyTraceBack_Here() local
263 PyObject *exc, *val, *tb; in _PyTraceback_Add() local
546 tb_printinternal(PyTracebackObject *tb, PyObject *f, long limit) in tb_printinternal()
/external/iproute2/genl/
Dctrl.c72 struct rtattr *tb[CTRL_ATTR_MAX + 1]; in genl_ctrl_resolve_family() local
133 struct rtattr *tb[CTRL_ATTR_OP_MAX + 1]; in print_ctrl_cmds() local
154 struct rtattr *tb[CTRL_ATTR_MCAST_GRP_MAX + 1]; in print_ctrl_grp() local
179 struct rtattr *tb[CTRL_ATTR_MAX + 1]; in print_ctrl() local
/external/compiler-rt/test/msan/
Dftime.cc12 struct timeb tb; in main() local

12345678910>>...15