Searched defs:vendor_id (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Ddev.h10 unsigned short vendor_id; member in struct:dev_id
H A Dundi.h130 uint16_t vendor_id; member in struct:pcir_header
H A Dtlan.c215 unsigned short vendor_id; /* PCI Vendor code */ member in struct:tlan_private
876 priv->vendor_id = pci->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 De1000_hw.h947 uint16_t vendor_id; member in struct:e1000_hw
/osnet-11/usr/src/cmd/hal/hald/
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/lib/libdiskmgt/common/
H A Ddisks_private.h107 char *vendor_id; member in struct:disk
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...]
/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 98 milliseconds