Searched refs:bustype (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/powerpc/ps3/
H A Dps3bus.h45 PS3BUS_ACCESSOR(bustype, BUSTYPE, uint64_t)
H A Dps3bus.c76 uint64_t bustype; member in struct:ps3bus_devinfo
237 dinfo->bustype, dinfo->devtype, result);
308 dinfo->bustype, dinfo->devtype, result);
324 uint64_t bustype, bus, devs; local
348 lv1_repository_string("type"), 0, 0, &bustype, &junk);
394 dinfo->bustype = bustype;
420 dinfo->bustype = bustype;
445 dinfo->bustype
[all...]
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_xenix.c155 char bustype[9]; member in struct:ibcs2_sco_utsname
175 strncpy(ibcs2_sco_uname.bustype, "ISA/EISA",
176 sizeof(ibcs2_sco_uname.bustype) - 1);
/freebsd-10-stable/sys/dev/if_ndis/
H A Dif_ndis_pci.c108 ndis_devcompare(bustype, t, dev)
109 interface_type bustype;
116 if (bustype != PCIBus)
H A Dif_ndis_pccard.c119 ndis_devcompare(bustype, t, dev)
120 interface_type bustype;
127 if (bustype != PCMCIABus)
H A Dif_ndis_usb.c110 ndisusb_devcompare(interface_type bustype, struct ndis_usb_type *t, device_t dev) argument
114 if (bustype != PNPBus)
/freebsd-10-stable/sys/compat/ndis/
H A Dkern_windrv.c338 windrv_load(mod, img, len, bustype, devlist, regvals)
342 interface_type bustype;
441 new->windrv_bustype = bustype;
H A Dsubr_ndis.c1327 NdisQueryMapRegisterCount(bustype, cnt)
1328 uint32_t bustype;
/freebsd-10-stable/sys/dev/dpt/
H A Ddpt.h1097 u_int8_t bustype; /* bustype of HBA */ member in struct:dpt_softc
1198 u_int8_t bustype; member in struct:dpt_user_softc

Completed in 117 milliseconds