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

/freebsd-13-stable/sys/dev/pccard/
H A Dpccard.c405 ent->pp_cis[0] == NULL &&
406 ent->pp_cis[1] == NULL) {
419 if (matches && ent->pp_cis[0] &&
421 strcmp(ent->pp_cis[0], vendorstr) != 0))
423 if (matches && ent->pp_cis[1] &&
425 strcmp(ent->pp_cis[1], prodstr) != 0))
427 if (matches && ent->pp_cis[2] &&
429 strcmp(ent->pp_cis[2], cis3str) != 0))
431 if (matches && ent->pp_cis[3] &&
433 strcmp(ent->pp_cis[
[all...]
H A Dpccardvar.h87 const char *pp_cis[4]; member in struct:pccard_product

Completed in 36 milliseconds