Searched refs:vendor (Results 1 - 25 of 109) sorted by relevance

12345

/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/freecom/
H A Ddevice_info.sample16 vendor 0x07ab {
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.devices24 vendor 0x054c {
40 vendor 0x054c {
56 vendor 0x0483 {
71 vendor 0x07ab {
/haiku-fatelf/src/preferences/screen/
H A DScreenMode.cpp376 uint32 id = (info.vendor[0] << 24) | (info.vendor[1] << 16)
377 | (info.vendor[2] << 8) | (info.vendor[3]);
381 strcpy(info.vendor, "ADI MicroScan");
386 strcpy(info.vendor, "Acer");
389 strcpy(info.vendor, "Targa");
392 strcpy(info.vendor, "Apple");
395 strcpy(info.vendor, "AU Optronics");
398 strcpy(info.vendor, "Ben
[all...]
/haiku-fatelf/src/tests/kits/media/
H A DmediaDescriptions.cpp25 a.u.quicktime.vendor = 5;
29 b.u.quicktime.vendor = 6;
33 b.u.quicktime.vendor = 4;
36 b.u.quicktime.vendor = 5;
/haiku-fatelf/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh85 vendor=''
92 case "$vendor" in
102 echo "<div>$vendor:$device <i>$vendorstr:$devicestr</i></div>"
103 descline="$vendor:$device \"$vendorstr\" \"$devicestr\" $desc"
136 vendor=''
141 vendor*)
143 vendor="${line%:*}"
144 vendor="${vendor#vendor }"
[all...]
/haiku-fatelf/src/apps/devices/
H A Dusb-header.awk37 # matches vendor - starts with an id as first thing on the line
47 # store vendor ID for possible devices afterwards
49 vendor = substr($0, 7)
50 gsub( /\"/, "&&", vendor )
52 printf formatting "\t{ 0x" vendorid ", \"" vendor "\" }" > ofile
/haiku-fatelf/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.h46 void FillPrinters(const char* vendor);
/haiku-fatelf/src/add-ons/accelerants/common/
H A Ddecode_edid.c29 decode_vendor(edid1_vendor *vendor, const edid1_vendor_raw *raw) argument
31 vendor->manufacturer[0] = raw->c1 + '@';
32 vendor->manufacturer[1] = ((raw->c2_high << 3) | raw->c2_low) + '@';
33 vendor->manufacturer[2] = raw->c3 + '@';
34 vendor->manufacturer[3] = 0;
35 vendor->prod_id = B_LENDIAN_TO_HOST_INT16(raw->prod_id);
36 vendor->serial = B_LENDIAN_TO_HOST_INT32(raw->serial);
37 vendor->week = raw->week;
38 vendor->year = raw->year + 1990;
246 decode_vendor(&edid->vendor,
[all...]
H A Ddump_edid.c28 dprintf("Vendor: %s\n", edid->vendor.manufacturer);
29 dprintf("Product ID: %d\n", (int)edid->vendor.prod_id);
30 dprintf("Serial #: %d\n", (int)edid->vendor.serial);
31 dprintf("Produced in week/year: %d/%d\n", edid->vendor.week,
32 edid->vendor.year);
/haiku-fatelf/src/libs/udis86/
H A Dudis86.c70 * ud_set_vendor() - Set vendor.
78 u->vendor = v;
81 u->vendor = UD_VENDOR_AMD;
/haiku-fatelf/src/servers/app/
H A DScreenConfigurations.cpp74 if (!strcasecmp(configuration->info.vendor, info->vendor)
172 screenSettings.AddString("vendor", configuration->info.vendor);
219 const char* vendor; local
224 if (stored.FindString("vendor", &vendor) == B_OK
231 strlcpy(configuration->info.vendor, vendor,
232 sizeof(configuration->info.vendor));
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/scsi/
H A Ddevice_scan.cpp94 char vendor[9], product[17], rev[5]; local
101 strlcpy(vendor, new_inquiry_data->vendor_ident, sizeof(vendor));
106 "vendor: %s, product: %s, rev: %s",
110 vendor, product, rev);
/haiku-fatelf/headers/private/shared/
H A Dcpu_type.h49 // ignore vendor
92 /* Determine x86 vendor name */
418 const char *vendor, *model; local
423 vendor = get_cpu_vendor_string(info.cpu_type);
424 if (vendor == NULL)
425 vendor = "Unknown";
432 strncpy(vendorBuffer, vendor, vendorSize - 1);
437 strlcpy(vendorBuffer, vendor, vendorSize);
/haiku-fatelf/src/kits/package/
H A DRepositoryInfo.cpp30 const char* BRepositoryInfo::kVendorField = "vendor";
188 const char* vendor local
189 = get_driver_parameter(settingsHandle, "vendor", NULL, NULL);
200 || vendor == NULL || *vendor == '\0'
215 fVendor = vendor;
297 BRepositoryInfo::SetVendor(const BString& vendor) argument
299 fVendor = vendor;
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/et6x00/
H A Ddriver.c111 uint16 vendor; member in struct:__anon1638
133 int vendor = 0; local
136 /* if we match a supported vendor */
137 while (supportedDevices[vendor].vendor) {
138 if (supportedDevices[vendor].vendor == pcii.vendor_id) {
139 uint16 *devices = supportedDevices[vendor].devices;
152 vendor++;
174 int vendor local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralink2860/dev/rt2860/
H A Drt2860_pci.c51 uint16_t vendor; member in struct:rt2860_pci_ident
104 if (pci_get_vendor(dev) == ident->vendor &&
/haiku-fatelf/src/bin/bash/support/
H A Dconfig.sub1407 # The value should be what the vendor currently ships out the door with their
1582 vendor=unknown
1587 vendor=acorn
1590 vendor=sun
1593 vendor=ibm
1596 vendor=be
1599 vendor=hp
1602 vendor=hp
1605 vendor=hitachi
1608 vendor
[all...]
/haiku-fatelf/src/bin/gdb/
H A Dconfig.sub1315 # The value should be what the vendor currently ships out the door with their
1478 vendor=unknown
1483 vendor=acorn
1486 vendor=sun
1489 vendor=ibm
1492 vendor=be
1495 vendor=hp
1498 vendor=hp
1501 vendor=hitachi
1504 vendor
[all...]
/haiku-fatelf/src/bin/gdb/readline/support/
H A Dconfig.sub1305 # The value should be what the vendor currently ships out the door with their
1465 vendor=unknown
1470 vendor=acorn
1473 vendor=sun
1476 vendor=ibm
1479 vendor=be
1482 vendor=hp
1485 vendor=hp
1488 vendor=hitachi
1491 vendor
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dconfig.sub1291 # The value should be what the vendor currently ships out the door with their
1451 vendor=unknown
1456 vendor=acorn
1459 vendor=sun
1462 vendor=ibm
1465 vendor=be
1468 vendor=hp
1471 vendor=hp
1474 vendor=hitachi
1477 vendor
[all...]
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dconfig.sub1291 # The value should be what the vendor currently ships out the door with their
1451 vendor=unknown
1456 vendor=acorn
1459 vendor=sun
1462 vendor=ibm
1465 vendor=be
1468 vendor=hp
1471 vendor=hp
1474 vendor=hitachi
1477 vendor
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dconfig.sub1403 # The value should be what the vendor currently ships out the door with their
1578 vendor=unknown
1583 vendor=acorn
1586 vendor=sun
1589 vendor=ibm
1592 vendor=be
1595 vendor=hp
1598 vendor=hp
1601 vendor=hitachi
1604 vendor
[all...]
/haiku-fatelf/src/libs/ncurses/
H A Dconfig.sub1333 # The value should be what the vendor currently ships out the door with their
1499 vendor=unknown
1504 vendor=acorn
1507 vendor=sun
1510 vendor=ibm
1513 vendor=be
1516 vendor=hp
1519 vendor=hp
1522 vendor=hitachi
1525 vendor
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dconfig.sub1450 # The value should be what the vendor currently ships out the door with their
1625 vendor=unknown
1630 vendor=acorn
1633 vendor=sun
1636 vendor=ibm
1639 vendor=be
1642 vendor=hp
1645 vendor=hp
1648 vendor=hitachi
1651 vendor
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/radeon/
H A Ddetect.c493 int vendor = 0; local
495 while (SupportedVendors[vendor].vendor_id) {
496 if (SupportedVendors[vendor].vendor_id == pcii.vendor_id) {
497 RadeonDevice *devices = SupportedVendors[vendor].devices;
516 vendor++;
560 int vendor; local
562 /* if we match a supported vendor */
563 for (vendor = 0; SupportedVendors[vendor].vendor_id; ++vendor) {
[all...]

Completed in 483 milliseconds

12345