vend 132 arch/i386/pci/pci_machdep.c #define _qe(bus, dev, fcn, vend, prod) \ vend 133 arch/i386/pci/pci_machdep.c {_m1tag(bus, dev, fcn), PCI_ID_CODE(vend, prod)} vend 2048 dev/ic/ami.c char vend[8+16+4+1]; vend 2073 dev/ic/ami.c bcopy(inqbuf.vendor, vend, sizeof vend - 1); vend 2075 dev/ic/ami.c vend[sizeof vend - 1] = '\0'; vend 2076 dev/ic/ami.c strlcpy(bd->bd_vendor, vend, sizeof(bd->bd_vendor)); vend 2309 dev/ic/ami.c char vend[8+16+4+1]; vend 2311 dev/ic/ami.c bcopy(inqbuf.vendor, vend, sizeof vend - 1); vend 2313 dev/ic/ami.c vend[sizeof vend - 1] = '\0'; vend 2314 dev/ic/ami.c strlcpy(bd->bd_vendor, vend, vend 1393 dev/ic/mfi.c char vend[8+16+4+1]; vend 1488 dev/ic/mfi.c memcpy(vend, inqbuf->vendor, sizeof vend - 1); vend 1489 dev/ic/mfi.c vend[sizeof vend - 1] = '\0'; vend 1490 dev/ic/mfi.c strlcpy(bd->bd_vendor, vend, sizeof(bd->bd_vendor)); vend 1686 dev/ic/mfi.c char vend[8+16+4+1]; vend 1757 dev/ic/mfi.c memcpy(vend, inqbuf->vendor, sizeof vend - 1); vend 1758 dev/ic/mfi.c vend[sizeof vend - 1] = '\0'; vend 1759 dev/ic/mfi.c strlcpy(sdhs->bd_vendor, vend, sizeof(sdhs->bd_vendor)); vend 317 dev/pci/puc.c puc_find_description(u_long vend, u_long prod, u_long svend, u_long sprod) vend 328 dev/pci/puc.c if (checkreg(vend, PUC_REG_VEND) &&