Searched refs:linfo (Results 1 - 2 of 2) sorted by relevance

/external/qemu/hw/
H A Ddma.c31 #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/
H A Dipaddress.c689 struct nlmsg_list **linfo = (struct nlmsg_list**)arg; local
700 for (lp = linfo; *lp; lp = &(*lp)->next) /* NOTHING */;
709 struct nlmsg_list *linfo = NULL; local
800 if (rtnl_dump_filter(&rth, store_nlmsg, &linfo, NULL, NULL) < 0) {
889 lp=&linfo;
946 for (l=linfo; l; l = n) {

Completed in 717 milliseconds