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

/freebsd-12-stable/sys/dev/ed/
H A Dif_ed_novell.c236 char pbuf0[ED_PAGE_SIZE], pbuf[ED_PAGE_SIZE], tbuf[ED_PAGE_SIZE]; local
240 pbuf0[i] = 0;
244 ed_pio_writemem(sc, pbuf0, x * 256, ED_PAGE_SIZE);
249 if (bcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) {
269 if (bcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) {

Completed in 41 milliseconds