OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eth_rmem
(Results
1 - 1
of
1
) sorted by null
/external/grub/netboot/
ns8390.c
35
static Address eth_bmem,
eth_rmem
;
variable
471
memcpy(&pkthdr, (char *)
eth_rmem
+ pktoff, 4);
489
memcpy(p, (char *)
eth_rmem
+ pktoff, frag);
498
memcpy(p, (char *)
eth_rmem
+ pktoff, len);
701
eth_rmem
= eth_bmem - 0x2000;
821
eth_rmem
= eth_bmem;
Completed in 117 milliseconds