HomeSort by relevance Sort by last modified time
    Searched refs:tbp (Results 1 - 2 of 2) sorted by null

  /external/blktrace/
blktrace.c 1119 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 is added *
1172 struct trace_buf *tbp = *tbpp; local
1271 struct trace_buf *tbp; local
1329 struct trace_buf *tbp, *prev; local
1743 struct trace_buf *tbp; local
    [all...]
  /external/libnl/lib/route/
neightbl.c 186 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]); \

Completed in 275 milliseconds