HomeSort by: relevance | last modified time | path
    Searched defs:pbuf0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ne2000.c 216 int8_t pbuf0[ED_PAGE_SIZE], pbuf[ED_PAGE_SIZE], local in function:ne2000_attach
221 pbuf0[i] = 0;
225 ne2000_writemem(nict, nich, asict, asich, pbuf0,
229 if (memcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) {
254 ne2000_writemem(nict, nich, asict, asich, pbuf0,
258 if (memcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) {
ne2000.c 216 int8_t pbuf0[ED_PAGE_SIZE], pbuf[ED_PAGE_SIZE], local in function:ne2000_attach
221 pbuf0[i] = 0;
225 ne2000_writemem(nict, nich, asict, asich, pbuf0,
229 if (memcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) {
254 ne2000_writemem(nict, nich, asict, asich, pbuf0,
258 if (memcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) {

Completed in 22 milliseconds