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

1234567

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Disa_ids.c11 char * isa_id_string ( unsigned int vendor, unsigned int product ) { argument
16 vendor = bswap_16 ( vendor );
18 buf[i] = ( 'A' - 1 + ( vendor & 0x1f ) );
19 vendor >>= 5;
H A Dpci.c181 pci->vendor = ( tmp & 0xffff );
194 pci->dev.desc.vendor = pci->vendor;
219 if ( ( id->vendor != PCI_ANY_ID ) &&
220 ( id->vendor != pci->vendor ) )
245 PCI_ARGS ( pci ), pci->vendor, pci->device, pci->id->name );
314 PCI_ARGS ( pci ), pci->vendor, pci->device );
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dparserom.pl21 ( my $type, my $image, my $desc, my $vendor, my $device, my $dup ) = @_;
22 my $ids = $vendor ? "$vendor,$device" : "-";
31 return if ( $vendor && ( ( $vendor eq "ffff" ) || ( $device eq "ffff" ) ) );
36 print "PCI_VENDOR_$image = 0x$vendor\n" if $vendor;
46 \s*0x([0-9A-Fa-f]{4})\s*, # PCI vendor
52 ( my $vendor, my $device, my $image, my $desc ) = ( lc $1, lc $2, $3, $4 );
53 rom ( "pci", lc "${vendor}
[all...]
H A Dromcheck.pl15 ( my $bus, my $devfn, my $vendor, my $device, my $irq, my $bars, my $lengths,
22 ( $bus, $devfn, $vendor, $device, $irq ) =
23 map { hex ( $_ ) } ( $bus, $devfn, $vendor, $device, $irq );
50 printf "%02x:%02x.%x (%04x:%04x)", $bus, $dev, $fn, $vendor, $device;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86PciData.h44 unsigned short vendor, unsigned short device,
52 unsigned short vendor, unsigned short subsystem);
54 unsigned short vendor, unsigned short device);
69 int ScanPciFindPciNamesByDevice(unsigned short vendor, unsigned short device,
75 CARD32 ScanPciFindPciClassBySubsys(unsigned short vendor,
77 CARD32 ScanPciFindPciClassByDevice(unsigned short vendor,
H A Dloader.h139 int vendor; member in struct:_xf86cfgModuleOptions
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86PciData.h43 unsigned short vendor, unsigned short device,
62 int ScanPciFindPciNamesByDevice(unsigned short vendor, unsigned short device,
H A Dloader.h134 int vendor; member in struct:_xf86cfgModuleOptions
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86PciData.h43 unsigned short vendor, unsigned short device,
62 int ScanPciFindPciNamesByDevice(unsigned short vendor, unsigned short device,
H A Dloader.h134 int vendor; member in struct:_xf86cfgModuleOptions
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86PciData.h44 unsigned short vendor, unsigned short device,
63 int ScanPciFindPciNamesByDevice(unsigned short vendor, unsigned short device,
H A Dloader.h138 int vendor; member in struct:_xf86cfgModuleOptions
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Disa_ids.h8 * vendor byte 0 bit 7 must be zero
9 * bits 6-2 first vendor char in compressed ASCII
10 * bits 1-0 second vendor char in compressed ASCII (bits 4-3)
11 * byte 1 bits 7-5 second vendor char in compressed ASCII (bits 2-0)
12 * bits 4-0 third vendor char in compressed ASCII
27 * Construct a vendor ID from three ASCII characters
49 extern char * isa_id_string ( unsigned int vendor, unsigned int product );
H A Ddevice.h33 unsigned int vendor; member in struct:device_description
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A DPci.h124 #define DEVID(vendor, device) \
125 ((CARD32)((PCI_##device << 16) | PCI_##vendor))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A DPci.h124 #define DEVID(vendor, device) \
125 ((CARD32)((PCI_##device << 16) | PCI_##vendor))
/vbox/src/VBox/RDP/client-1.8.3/
H A Dlspci.c38 uint16 vendor; member in struct:_pci_device
68 current_device.vendor = strtol(val, NULL, 16);
102 current_device.klass, current_device.vendor,
H A Dscard.h151 char vendor[128]; member in struct:_TSCNameMapRec
157 char *vendor; member in struct:_TSCHCardRec
H A Dconfig.sub1266 # The value should be what the vendor currently ships out the door with their
1426 vendor=unknown
1431 vendor=acorn
1434 vendor=sun
1437 vendor=ibm
1440 vendor=be
1443 vendor=hp
1446 vendor=hp
1449 vendor=hitachi
1452 vendor
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A DPci.h124 #define DEVID(vendor, device) \
125 ((CARD32)((PCI_##device << 16) | PCI_##vendor))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DPci.h130 #define DEVID(vendor, device) \
131 ((CARD32)((PCI_##device << 16) | PCI_##vendor))
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/drivers/net/
H A Dundi.c45 * ROM address first, then fall back to a vendor/device ID match only
52 undirom = undirom_find_pci ( pci->vendor, pci->device, rombase );
54 undirom = undirom_find_pci ( pci->vendor, pci->device, 0 );
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dnetdev_settings.c114 dhcp_desc.vendor = htons ( desc->vendor );
/vbox/src/libs/libxml2-2.6.31/
H A Dconfig.sub1371 # The value should be what the vendor currently ships out the door with their
1546 vendor=unknown
1551 vendor=acorn
1554 vendor=sun
1557 vendor=ibm
1560 vendor=be
1563 vendor=hp
1566 vendor=hp
1569 vendor=hitachi
1572 vendor
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dsec80211.c56 /** OUI+type in appropriate byte order, masked to exclude vendor */
292 ie->vendor.oui == IEEE80211_WPA_OUI_VEN ) {
294 rsn = &ie->vendor.data[0];
455 * If @a rsnie is false, returns an old-format (WPA vendor IE)
460 u32 vendor = ( rsnie ? IEEE80211_RSN_OUI : IEEE80211_WPA_OUI ); local
464 return map->oui_type | vendor;
477 * If @a rsnie is false, returns an old-format (WPA vendor IE)
492 * If @a rsnie is false, returns an old-format (WPA vendor IE)

Completed in 49 milliseconds

1234567