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

  /external/chromium_org/third_party/ply/
lex.py     [all...]
  /external/qemu/hw/
dma.c 31 #define linfo(...) fprintf (stderr, "dma: " __VA_ARGS__) macro
34 #define linfo(...) macro
237 linfo ("ichan %d, op %d, ai %d, dir %d, opmode %d\n",
273 linfo ("write_cont: nport %#06x, ichan % 2d, val %#06x\n",
313 linfo ("held cont=%d chan=%d\n", ncont, ichan);
324 linfo ("released cont=%d chan=%d\n", ncont, ichan);
  /external/iproute2/ip/
ipaddress.c 745 struct nlmsg_list **linfo = (struct nlmsg_list**)arg; local
756 for (lp = linfo; *lp; lp = &(*lp)->next) /* NOTHING */;
765 struct nlmsg_list *linfo = NULL; local
863 if (rtnl_dump_filter(&rth, store_nlmsg, &linfo) < 0) {
956 lp=&linfo;
1013 for (l=linfo; l; l = n) {
    [all...]

Completed in 132 milliseconds