Searched refs:dev_id (Results 1 - 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddev.h8 struct dev_id struct
49 struct dev_id devid; /* device ID string (sent to DHCP server) */
H A Dconfig.c56 dev->devid.device_id = htons(state->dev.dev_id);
H A Ddavicom.c132 static unsigned short vendor, dev_id; variable
360 if (vendor == PCI_VENDOR_ID_DAVICOM && dev_id == PCI_DEVICE_ID_DM9009) {
677 dev_id = pci->dev_id;
H A Dnatsemi.c191 static unsigned short vendor, dev_id; variable
262 dev_id = pci->dev_id;
288 printf("natsemi_probe: Vendor:%#hX Device:%#hX\n", vendor, dev_id);
H A Dpci.c228 (device == driver->ids[i].dev_id)) {
347 dev->dev_id = device;
H A Dpci.h270 uint16_t vendor, dev_id; member in struct:pci_device
333 unsigned short vendor, dev_id; member in struct:pci_id
H A Dw89c840.c635 && p->dev_id == PCI_DEVICE_ID_WINBOND2_89C840) {
640 && p->dev_id == PCI_DEVICE_ID_COMPEX_RL100ATX) {
646 printf("device ID : %X - is not a Compex RL100ATX NIC.\n", p->dev_id);
H A Dsis900.c56 static unsigned short vendor, dev_id; variable
332 dev_id = pci->dev_id;
367 printf("sis900_probe: Vendor:%#hX Device:%#hX\n", vendor, dev_id);
H A Dtlan.c216 unsigned short dev_id; /* PCI Device code */ member in struct:tlan_private
855 pci->name, pci->vendor, pci->dev_id);
868 if ((((u32) pci->dev_id << 16) | pci->vendor) ==
877 priv->dev_id = pci->dev_id;
H A Dforcedeth.c939 pci->name, pci->vendor, pci->dev_id);
995 switch (pci->dev_id) {
1012 pci->name, pci->vendor, pci->dev_id, pci->name));
H A Dtulip.c412 unsigned short dev_id; /* PCI card device code */ member in struct:tulip_private
1229 tp->dev_id = pci->dev_id;
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);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Ddr_io.h53 uint64_t dev_id; member in struct:__anon10319
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe_misc.c156 uint16_t dev_id = pci_config_get16(cfg_hdl, PCI_CONF_DEVID); local
158 if ((vendor_id == NVIDIA_VENDOR_ID) && NVIDIA_PCIE_RC_DEV_ID(dev_id)) {
176 uint16_t dev_id = pci_config_get16(cfg_hdl, PCI_CONF_DEVID); local
194 if (INTEL_NB5500_PCIE_DEV_ID(dev_id) ||
195 INTEL_NB5520_PCIE_DEV_ID(dev_id)) {
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bay.c66 id_t dev_id; local
82 dev_id = epp->smbporte_devhdl;
86 (void) smbios_info_slot(shp, dev_id, &slot);
91 (void) smbios_info_obdevs_ext(shp, dev_id, &ob);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/snowbird/common/
H A Dsnowbird.c541 uint8_t dev_id = 0x1f; local
551 dev_id = rsp_pkt.data[0] & dev_id;
555 pd_print_device_info(dev_id);
559 pd_print_device_info(dev_id);
570 pd_print_device_info(int dev_id) argument
573 switch (dev_id) {
/illumos-gate/usr/src/lib/efcode/pci/
H A Dpci.c279 uint16_t ven_id, dev_id; local
291 dev_id = POP(DS);
292 sprintf(buf, "pci%x,%x", ven_id, dev_id);
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c788 char *dev_id; local
790 dev_id = fs_parse_optlist_for_option(mnt_list->mntopts,
792 if (dev_id == NULL) {
808 if (strcmp(tmp_dev_id, dev_id) == 0) {
822 free(dev_id);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c163 static int scsi_test_unit_ready(int dev_id);
2405 is_tape_unit_ready(char *adptnm, int dev_id) argument
2411 if (dev_id <= 0) {
2415 fd = dev_id;
2421 if (dev_id <= 0)
2432 if (dev_id <= 0)
2448 scsi_test_unit_ready(int dev_id) argument
2462 retval = ioctl(dev_id, USCSICMD, &ucmd);
2468 " dev_id:%d err=%d -%m", dev_id, errn
[all...]
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dhermon_ib.h162 uint16_t dev_id; member in struct:cnx_img_info_s
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_utils.h56 dev_p->dev_id, ## arg); \
H A Doce_impl.h255 uint32_t dev_id; /* device ID or instance number */ member in struct:oce_dev
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c435 cisdata_t dev_id; local
468 dev_id = GET_BYTE(tp);
476 if ((dev_id & 7) == 7) {
479 cdn->nS_speed = cistpl_devspeed(NULL, dev_id,
492 if (dev_id & 8)
501 cdn->type = (dev_id>>4) & 0x0f;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c110 int rev_id = PROP_INVALID, dev_id = PROP_INVALID; local
308 (nodeh, OBP_PROP_DEVICE_ID, &dev_id, sizeof (dev_id));
324 log_printf("%4x, %4x, %4x ", rev_id, dev_id, ven_id);
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_io.c432 uint64_t devid = req->dev_id;
645 uint64_t devid = req->dev_id;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c1981 char *dev_id; local
1994 &dev_id, PSVC_DEV_FAULT_SENSOR, i);
1997 status = psvc_get_attr(hdlp, dev_id, PSVC_PRESENCE_ATTR,
2005 status = psvc_get_attr(hdlp, dev_id, PSVC_STATE_ATTR,

Completed in 140 milliseconds

12