HomeSort by: relevance | last modified time | path
    Searched refs:pciide_product_desc (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/dev/pci/
pciidevar.h 131 const struct pciide_product_desc *sc_pp;
172 struct pciide_product_desc { struct
237 const struct pciide_product_desc* pciide_lookup_product
238 (u_int32_t, const struct pciide_product_desc *);
241 const struct pciide_product_desc *);
slide.c 54 static const struct pciide_product_desc pciide_symphony_products[] = {
67 static const struct pciide_product_desc pciide_winbond_products[] = {
101 const struct pciide_product_desc *pp = NULL;
toshide.c 51 static const struct pciide_product_desc pciide_toshiba2_products[] = {
101 const struct pciide_product_desc *pp;
schide.c 79 static const struct pciide_product_desc pciide_sch_products[] = {
stpcide.c 50 const struct pciide_product_desc pciide_stpc_products[] = {
viaide.c 62 static const struct pciide_product_desc *
70 static const struct pciide_product_desc pciide_amd_products[] = {
103 static const struct pciide_product_desc pciide_nvidia_products[] = {
291 static const struct pciide_product_desc pciide_via_products[] = {
398 static const struct pciide_product_desc *
430 const struct pciide_product_desc *pp;
jmide.c 160 struct pciide_product_desc *pp;
282 pp = malloc(sizeof(struct pciide_product_desc), M_DEVBUF, M_WAITOK);
cypide.c 50 static const struct pciide_product_desc pciide_cypress_products[] = {
geodeide.c 58 static const struct pciide_product_desc pciide_geode_products[] = {
iteide.c 54 static const struct pciide_product_desc pciide_ite_products[] = {
ixpide.c 55 static const struct pciide_product_desc pciide_ixpide_products[] = {
nside.c 51 static const struct pciide_product_desc pciide_natsemi_products[] = {
optiide.c 53 static const struct pciide_product_desc pciide_opti_products[] = {
pciide_common.c 98 const struct pciide_product_desc default_product_desc = {
105 const struct pciide_product_desc *
106 pciide_lookup_product(pcireg_t id, const struct pciide_product_desc *pp)
119 const struct pciide_product_desc *pp)
acardide.c 51 static const struct pciide_product_desc pciide_acard_products[] = {
rccide.c 52 static const struct pciide_product_desc pciide_serverworks_products[] = {
rdcide.c 48 static const struct pciide_product_desc pciide_intel_products[] = {
svwsata.c 47 static const struct pciide_product_desc pciide_svwsata_products[] = {
hptide.c 49 static const struct pciide_product_desc pciide_triones_products[] = {
artsata.c 57 static const struct pciide_product_desc pciide_artsata_products[] = {
aceride.c 57 static const struct pciide_product_desc pciide_acer_products[] = {
cmdide.c 65 static const struct pciide_product_desc pciide_cmd_products[] = {
pdcide.c 54 static const struct pciide_product_desc pciide_promise_products[] = {
pdcsata.c 75 static const struct pciide_product_desc pciide_pdcsata_products[] = {
  /src/sys/arch/i386/pci/
gcscide.c 118 static const struct pciide_product_desc pciide_gcscide_products[] = {

Completed in 46 milliseconds

1 2