Searched defs:tbp (Results 1 - 2 of 2) sorted by relevance

/external/libnl/lib/route/
H A Dneightbl.c186 struct nlattr *tbp[NDTPA_MAX + 1]; local
189 err = nla_parse_nested(tbp, NDTPA_MAX, tb[NDTA_PARMS], NULL);
194 if (tbp[NDTPA_ ##name]) { \
195 p->ntp_ ##var = nla_get_u32(tbp[NDTPA_ ##name]); \
/external/blktrace/
H A Dblktrace.c1119 struct trace_buf *tbp; local
1121 tbp = malloc(sizeof(*tbp) + bufsize);
1122 INIT_LIST_HEAD(&tbp->head);
1123 tbp->len = 0;
1124 tbp->buf = (void *)(tbp + 1);
1125 tbp->cpu = cpu;
1126 tbp->dpp = NULL; /* Will be set when tbp i
1172 struct trace_buf *tbp = *tbpp; local
1254 flush_subbuf_net(struct trace_buf *tbp) argument
1271 struct trace_buf *tbp; local
1297 tb_combine(struct trace_buf *prev, struct trace_buf *tbp) argument
1329 struct trace_buf *tbp, *prev; local
1743 struct trace_buf *tbp; local
[all...]

Completed in 125 milliseconds