probe_signature 574 dev/pci/bktr/bktr_card.c u_char probe_signature[128], *probe_temp;
probe_signature 817 dev/pci/bktr/bktr_card.c signCard( bktr, 1, 128, (u_char *) &probe_signature );
probe_signature 822 dev/pci/bktr/bktr_card.c printf(" %02x ", probe_signature[j]);
probe_signature 834 dev/pci/bktr/bktr_card.c if ((probe_temp[j] & 0xf) != (probe_signature[j] & 0xf)) {