Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Darlan.c1062 char tempBuf[49]; in arlan_check_fingerprint() local
1070 memcpy_fromio(tempBuf, arlan->textRegion, 29); in arlan_check_fingerprint()
1071 tempBuf[30] = 0; in arlan_check_fingerprint()
1074 if (0 != strncmp(tempBuf, probeText, 29)){ in arlan_check_fingerprint()