Home
last modified time | relevance | path

Searched refs:testbuf (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c866 char romdata[16], testbuf[32]; in eth_probe() local
898 eth_pio_read(8192, testbuf, sizeof(test)); in eth_probe()
899 if (!memcmp(test, testbuf, sizeof(test))) in eth_probe()
910 eth_pio_read(16384, testbuf, sizeof(test)); in eth_probe()
911 if (!memcmp(testbuf, test, sizeof(test))) in eth_probe()
/titanic_41/usr/src/cmd/sa/
H A Dsadp.c778 testbuf() in testbuf() function