sc_vendor         160 dev/cardbus/ehci_cardbus.c 		strlcpy(sc->sc.sc_vendor, vendor, sizeof(sc->sc.sc_vendor));
sc_vendor         162 dev/cardbus/ehci_cardbus.c 		snprintf(sc->sc.sc_vendor, sizeof(sc->sc.sc_vendor),
sc_vendor         158 dev/cardbus/ohci_cardbus.c 		strlcpy(sc->sc.sc_vendor, vendor, sizeof(sc->sc.sc_vendor));
sc_vendor         160 dev/cardbus/ohci_cardbus.c 		snprintf(sc->sc.sc_vendor, sizeof(sc->sc.sc_vendor),
sc_vendor         172 dev/cardbus/uhci_cardbus.c 		strlcpy(sc->sc.sc_vendor, vendor, sizeof (sc->sc.sc_vendor));
sc_vendor         174 dev/cardbus/uhci_cardbus.c 		snprintf(sc->sc.sc_vendor, sizeof(sc->sc.sc_vendor),
sc_vendor         167 dev/pci/ehci_pci.c 		strlcpy(sc->sc.sc_vendor, vendor, sizeof(sc->sc.sc_vendor));
sc_vendor         169 dev/pci/ehci_pci.c 		snprintf(sc->sc.sc_vendor, sizeof(sc->sc.sc_vendor),
sc_vendor         157 dev/pci/ohci_pci.c 		strlcpy(sc->sc.sc_vendor, vendor, sizeof (sc->sc.sc_vendor));
sc_vendor         159 dev/pci/ohci_pci.c 		snprintf(sc->sc.sc_vendor, sizeof (sc->sc.sc_vendor),
sc_vendor         171 dev/pci/uhci_pci.c 		strlcpy(sc->sc.sc_vendor, vendor, sizeof (sc->sc.sc_vendor));
sc_vendor         173 dev/pci/uhci_pci.c 		snprintf(sc->sc.sc_vendor, sizeof (sc->sc.sc_vendor),
sc_vendor        1760 dev/usb/ehci.c 				totlen = ehci_str(buf, len, sc->sc_vendor);
sc_vendor         103 dev/usb/ehcivar.h 	char sc_vendor[16];		/* vendor string for root hub */
sc_vendor         147 dev/usb/if_upl.c 	u_int16_t		sc_vendor;
sc_vendor         264 dev/usb/if_upl.c 	sc->sc_vendor = uaa->vendor;
sc_vendor        2469 dev/usb/ohci.c 				totlen = ohci_str(buf, len, sc->sc_vendor);
sc_vendor         125 dev/usb/ohcivar.h 	char sc_vendor[16];
sc_vendor        3177 dev/usb/uhci.c 				totlen = uhci_str(buf, len, sc->sc_vendor);
sc_vendor         180 dev/usb/uhcivar.h 	char sc_vendor[32];		/* vendor string for root hub */
sc_vendor          69 dev/usb/uts.c  	int			sc_vendor;
sc_vendor         158 dev/usb/uts.c  	sc->sc_vendor = uaa->vendor;
sc_vendor         407 dev/usb/uts.c  		switch (sc->sc_vendor) {
sc_vendor         142 dev/usb/uvisor.c 	int			sc_vendor;	/* USB device vendor */
sc_vendor         275 dev/usb/uvisor.c 	sc->sc_vendor = uaa->vendor;
sc_vendor         454 dev/usb/uvisor.c 		if (err == USBD_STALLED && sc->sc_vendor == USB_VENDOR_SONY) {