Searched refs:pp_cis (Results 1 – 3 of 3) sorted by relevance
404 ent->pp_cis[0] == NULL && in pccard_do_product_lookup()405 ent->pp_cis[1] == NULL) { in pccard_do_product_lookup()418 if (matches && ent->pp_cis[0] && in pccard_do_product_lookup()420 strcmp(ent->pp_cis[0], vendorstr) != 0)) in pccard_do_product_lookup()422 if (matches && ent->pp_cis[1] && in pccard_do_product_lookup()424 strcmp(ent->pp_cis[1], prodstr) != 0)) in pccard_do_product_lookup()426 if (matches && ent->pp_cis[2] && in pccard_do_product_lookup()428 strcmp(ent->pp_cis[2], cis3str) != 0)) in pccard_do_product_lookup()430 if (matches && ent->pp_cis[3] && in pccard_do_product_lookup()432 strcmp(ent->pp_cis[3], cis4str) != 0)) in pccard_do_product_lookup()
87 const char *pp_cis[4]; member
325 if (pp->prod.pp_cis[i]) in ed_pccard_print_entry()326 printf(",CIS%d='%s'", i, pp->prod.pp_cis[i]); in ed_pccard_print_entry()