HomeSort by: relevance | last modified time | path
    Searched defs:probe_signature (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
795 signCard(bktr, 1, 128, (u_char *) &probe_signature);
800 printf(" %02x ", probe_signature[j]);
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
795 signCard(bktr, 1, 128, (u_char *) &probe_signature);
800 printf(" %02x ", probe_signature[j]);
812 if ((probe_temp[j] & 0xf) != (probe_signature[j] & 0xf)) {

Completed in 168 milliseconds