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

/freebsd-10-stable/sys/dev/bktr/
H A Dbktr_card.c634 u_char probe_signature[128], *probe_temp; local
859 signCard( bktr, 1, 128, (u_char *) &probe_signature );
864 printf(" %02x ", probe_signature[j]);
876 if ((probe_temp[j] & 0xf) != (probe_signature[j] & 0xf)) {

Completed in 146 milliseconds