Searched refs:pp_vendor (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/ex/
H A Dif_ex_pccard.c137 if (pp->pp_vendor == PCMCIA_VENDOR_OLICOM &&
/freebsd-9.3-release/sys/dev/pccard/
H A Dpccardvar.h94 uint32_t pp_vendor; /* 0 == end of table */ member in struct:pccard_product
H A Dpccard.c396 for (ent = tab; ent->pp_vendor != 0; ent =
399 if (ent->pp_vendor == PCCARD_VENDOR_ANY &&
409 if (matches && ent->pp_vendor != PCCARD_VENDOR_ANY &&
410 vendor != ent->pp_vendor)
/freebsd-9.3-release/sys/dev/ed/
H A Dif_ed_pccard.c319 printf("vendor=%#x,product=%#x", pp->prod.pp_vendor,

Completed in 107 milliseconds