HomeSort by: relevance | last modified time | path
    Searched defs:probe_temp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/bktr/
bktr_card.c 574 u_char probe_signature[128], *probe_temp; local in function:probeCard
809 probe_temp = (u_char *) &bt848_card_signature[i].signature;
812 if ((probe_temp[j] & 0xf) != (probe_signature[j] & 0xf)) {
bktr_card.c 574 u_char probe_signature[128], *probe_temp; local in function:probeCard
809 probe_temp = (u_char *) &bt848_card_signature[i].signature;
812 if ((probe_temp[j] & 0xf) != (probe_signature[j] & 0xf)) {

Completed in 25 milliseconds