probe_temp        574 dev/pci/bktr/bktr_card.c 	u_char 		probe_signature[128], *probe_temp;
probe_temp        831 dev/pci/bktr/bktr_card.c 	  probe_temp = (u_char *) &bt848_card_signature[i].signature;
probe_temp        834 dev/pci/bktr/bktr_card.c 	    if ((probe_temp[j] & 0xf) != (probe_signature[j] & 0xf)) {