Searched refs:vendor_id (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/cmd/hal/hald/
H A Dids.h34 ids_find_pci (int vendor_id, int product_id,
40 ids_find_usb (int vendor_id, int product_id,
H A Dids.c106 * @param vendor_id PCI vendor id or 0 if unknown
116 ids_find_pci (int vendor_id, int product_id, argument
136 snprintf (rep_vi, 8, "%04x", vendor_id);
187 /* check vendor_id */
188 if (vendor_id != 0) {
382 * @param vendor_id USB vendor id or 0 if unknown
388 ids_find_usb (int vendor_id, int product_id, argument
401 snprintf (rep_vi, 8, "%04x", vendor_id);
431 /* check vendor_id */
432 if (vendor_id !
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Ddev.h10 unsigned short vendor_id; member in struct:dev_id
H A Dconfig.c55 dev->devid.vendor_id = htons(state->dev.vendor);
H A Dundi.h130 uint16_t vendor_id; member in struct:pcir_header
H A Dns8390.c943 dev->devid.vendor_id = htons(GENERIC_ISAPNP_VENDOR);
947 dev->devid.vendor_id = htons(GENERIC_ISAPNP_VENDOR);
951 dev->devid.vendor_id = htons(GENERIC_ISAPNP_VENDOR);
H A Dtulip.c411 unsigned short vendor_id; /* PCI card vendor code */ member in struct:tulip_private
1228 tp->vendor_id = pci->vendor;
1254 tp->vendor_id, tp->dev_id);
1262 if ( (((u32) tp->dev_id << 16) | tp->vendor_id) ==
1272 tp->vendor_id, tp->dev_id);
1303 printf("%s: Vendor=%hX Device=%hX", tp->nic_name, tp->vendor_id, tp->dev_id);
H A Dundi.c296 DBG ( "PCI:%hx:%hx...", pcir_header->vendor_id,
298 if ( ( pcir_header->vendor_id != undi.pci.vendor ) ||
H A Dtlan.c215 unsigned short vendor_id; /* PCI Vendor code */ member in struct:tlan_private
876 priv->vendor_id = pci->vendor;
H A Dsis900.c72 u16 vendor_id, device_id, flags;
H A De1000_hw.h947 uint16_t vendor_id; member in struct:e1000_hw
H A De1000.c3298 pci_read_config_word(pdev, PCI_VENDOR_ID, &hw->vendor_id);
/osnet-11/usr/src/grub/grub2/grub-core/bus/emu/
H A Dpci.c46 hook (dev, dev->vendor_id | (dev->device_id << 16));
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c875 char *vendor_id; local
934 vendor_id = get_str_prop(VENDOR_ID_PROP, args->node);
935 if (vendor_id != NULL) {
936 if ((diskp->vendor_id = strdup(vendor_id)) == NULL) {
941 vendor_id = get_str_prop(VENDOR_ID_PROP, args->node);
942 if (vendor_id != NULL) {
943 if ((diskp->vendor_id = strdup(vendor_id)) == NULL) {
977 if (vendor_id !
[all...]
H A Ddisks_private.h107 char *vendor_id; member in struct:disk
H A Dcache.c271 free(dp->vendor_id);
H A Ddrive.c959 if (diskp->vendor_id != NULL) {
960 if (nvlist_add_string(attrs, DM_VENDOR_ID, diskp->vendor_id) != 0) {
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c501 (unsigned) usb_class.vendor_id,
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c1166 int *device_id = NULL, *vendor_id = NULL; local
1226 "vendor-id", &vendor_id);
1237 if ((class_code != NULL) && (vendor_id != NULL) &&
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h562 grub_efi_uint16_t vendor_id; member in struct:grub_efi_usb_class_device_path

Completed in 102 milliseconds