OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linfo
(Results
1 - 2
of
2
) sorted by null
/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
595
struct nlmsg_list **
linfo
= (struct nlmsg_list**)arg;
local
606
for (lp =
linfo
; *lp; lp = &(*lp)->next) /* NOTHING */;
615
struct nlmsg_list *
linfo
= NULL;
local
702
if (rtnl_dump_filter(&rth, store_nlmsg, &
linfo
, NULL, NULL) < 0) {
791
lp=&
linfo
;
848
for (l=
linfo
; l; l = n) {
Completed in 10 milliseconds